Chores/docs improvement#362
Merged
Merged
Conversation
Restructure the docs IA Prisma-style and add a language-agnostic
Stores section covering every DB operation.
Navigation & chrome:
- Add a two-row docs header: brand + centered command-palette search
on top, a horizontal tab bar (Getting Started, Vector DB, AI, CLI,
Clients, Guides, Reference) below, each tab driving its own sidebar
- Split the single sidebar into dedicated per-tab sidebars; active
tab resolves by longest-matching path prefix
- Swizzle SearchBar into a ⌘K modal wrapping the real search
- Center the navbar search and restyle it as a pill
- Drop the site footer on docs pages (keep in-page prev/next)
- Refine sidebar section headers (divider + accent tick) and give
clearer spacing between groups
Stores reference (docs/stores):
- New overview with Server / Store / Indexes / Data operation groups
- 18 operation pages, each with Overview, Parameters, Behavior,
a Response section, Reled cross-links, and Sample query tabs in
Python / Node.js / Go / Rust / CLI (synced language selection)
- Normalize snippets to one coherent example (my_store, dim 4,
[1,2,3,4], label/category) and modernize Go grpc.NewClient
Docs content:
- Add macOS (Apple Silicon + Intel) download commands to the CLI and
DB installation pages; fix the broken wget/filename example
…Tree Restructure and rewrite large parts of the Ahnlich docs site for a clearer, more beginner-friendly experience.
deven96
approved these changes
Jul 7, 2026
- Fix doubled path in stores/ping (distributed-tracing/distributed-tracing
-> distributed-tracing).
- Use pathname:// for the /llms.txt and /llms-full.txt links in the
ai-friendly page so Docusaurus skips router validation of these
post-build static files.
- Migrate onBrokenMarkdownLinks to markdown.hooks (Docusaurus v4) and drop
the deprecated top-level option.
- Define the simd and rust blog tags in blog/tags.yml
- Add an explicit sitemap config (lastmod, changefreq, priority) and
exclude tag index pages via ignorePatterns '**/tags/**' — 342 URLs,
each with a lastmod.
- Expand the llms.txt SECTIONS map to cover overview, architecture, and
community so those pages get proper headers instead of landing in
Other; reorder for a cleaner index.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.