Skip to content

Commit 9999fc2

Browse files
authored
Merge branch 'main' into add-pre-option
2 parents 220d04d + ea55611 commit 9999fc2

File tree

4 files changed

+165
-3
lines changed

4 files changed

+165
-3
lines changed

RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ Before creating and pushing the tags, please consult the following
4040
checklist of steps:
4141

4242
- [ ] Are the docs up to date with any new/changed features?
43-
- [ ] Are the auto-complete scripts up to date with changes to the
43+
- [ ] Is the `llmstxt` plugin config in sync with the main `nav` in [mkdocs.yml](mkdocs.yml)?
44+
- [ ] Are the auto-complete scripts up to date with changes to the
4445
options and subcommands?
45-
- [ ] *(Before promoting a pre-release)* Has the pre-release been
46+
- [ ] *(Before promoting a pre-release)* Has the pre-release been
4647
manually tested?
4748
- [ ] After pushing the tag, you will need to approve the deployment
4849
on the Actions tab of the repo.
4950

5051
Once the above checklist is completed, just push the new tag to
51-
kick off the release process.
52+
kick off the release process.

mkdocs.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,36 @@ plugins:
124124
- social:
125125
cards_layout_options:
126126
logo: docs/assets/icon-512.png
127+
- llmstxt:
128+
full_output: llms-full.txt
129+
markdown_description: |
130+
dbc simplifies the installation and management of Apache Arrow Database
131+
Connectivity (ADBC) drivers across multiple platforms including macOS,
132+
Linux, and Windows. It supports installing pre-built drivers with a
133+
single command, managing multiple drivers without conflicts, and creating
134+
reproducible environments with driver list files. dbc works great in
135+
CI/CD environments and can be installed via pip, Docker, Homebrew, and more.
136+
sections:
137+
Getting Started:
138+
- getting_started/installation.md: Installation instructions for all platforms
139+
- getting_started/first_steps.md: Getting started with your first driver
140+
- getting_started/faq.md: Frequently asked questions
141+
Guides:
142+
- guides/installing.md: How to install ADBC drivers
143+
- guides/finding_drivers.md: Discovering available drivers
144+
- guides/driver_list.md: Using driver lists for reproducible setups
145+
- guides/driver_manager.md: Working with driver managers
146+
- guides/python_notebooks.md: Using dbc in Python notebooks
147+
Concepts:
148+
- concepts/driver.md: What is an ADBC driver
149+
- concepts/driver_manager.md: Understanding driver managers
150+
- concepts/driver_manifest.md: Driver manifest files
151+
- concepts/driver_list.md: Driver list files for reproducibility
152+
- concepts/driver_registry.md: Driver registries
153+
Reference:
154+
- reference/index.md
155+
- reference/cli.md: CLI command reference
156+
- reference/config_level.md: Configuration levels
157+
- reference/driver_list.md: Driver list file format
158+
- reference/supported_platforms.md: Supported platforms
159+
- reference/analytics.md: Analytics and telemetry

0 commit comments

Comments
 (0)