Skip to content

Commit 33cc445

Browse files
committed
Update mkdocs to include llmstxt
1 parent ef0ef17 commit 33cc445

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ plugins:
6767
"uninstall.md": "cli/uninstall.md"
6868
"sync-v2.md": "cli/sync-v2.md"
6969
"index.md": "cli/index.md"
70+
- llmstxt:
71+
base_url: https://docs.atuin.sh
72+
full_output: llms-full.txt
73+
markdown_description: |
74+
Atuin replaces your shell's built-in history with a SQLite database, adding context
75+
(cwd, exit code, duration, hostname) and optionally syncing across machines with
76+
end-to-end encryption. These docs cover the CLI tool - installation, configuration,
77+
usage, self-hosting, and AI features.
78+
sections: {}
7079

7180
markdown_extensions:
7281
- pymdownx.highlight:

0 commit comments

Comments
 (0)