Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

README.md

Website

This website is built using Docusaurus, a modern static website generator.

Installation

pnpm install

Local Development

pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

SEO and AEO

Validate crawler-facing outputs:

pnpm seo:check

Sync generated SEO/AEO files into docs/static/:

pnpm seo:sync

Synced files:

  • sitemap.xml
  • llms.txt
  • llms-full.txt
  • docs.json
  • docs-urls.txt
  • ai-index.json
  • sidebar.json

CI/CD

Docs SEO and AEO Sync workflow automatically:

  1. Builds docs on main when docs content/config changes
  2. Validates SEO/AEO artifacts
  3. Syncs generated crawler assets into docs/static/
  4. Commits updated assets
  5. Pings search engines with the latest sitemap (best effort)