@@ -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