You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- gitingest package (automatically installed by using `pip` if not present)
34
+
- gitingest package
35
+
36
+
> [!NOTE]
37
+
>
38
+
> For local development, install gitingest manually by using `pip install --user gitingest` or `pipx install gitingest`. For GitHub Actions, gitingest is automatically installed in the workflow for building and deploying the docs site at `.github/workflows/deploy.yml`.
35
39
36
40
### What the `generate-llms-full.py` script does
37
41
38
42
1. Uses gitingest to analyze the `docs` directory.
39
-
2. Automatically installs gitingest if not already available.
40
-
3. Includes only .mdx documentation files (`docs/*.mdx`, `docs/**/*.mdx`, and `src/components/en-us`).
41
-
4. Focuses on the latest version of English documentation.
42
-
5. Excludes build artifacts, node_modules, and other irrelevant files.
43
-
6. Generates a comprehensive AI-friendly text digest.
44
-
7. Adds a custom header for ScalarDB documentation context.
45
-
8. Outputs to `build/llms-full.txt`.
43
+
2. Includes only .mdx documentation files (`docs/*.mdx`, `docs/**/*.mdx`, and `src/components/en-us`).
44
+
3. Focuses on the latest version of English documentation.
45
+
4. Excludes build artifacts, node_modules, and other irrelevant files.
46
+
5. Generates a comprehensive AI-friendly text digest.
47
+
6. Adds a custom header for ScalarDB documentation context.
0 commit comments