Static documentation site for Keet, built with Fumadocs.
@tetherto/docs-seo-* packages are published to GitHub Packages. The repo includes .npmrc scoped to @tetherto; set a token before installing:
cp .env.example .env
# Add a GitHub classic PAT with read:packages to GITHUB_TOKEN in .env, then:
export $(grep -v '^#' .env | xargs) # or: source .env if your shell supports it
npm install
npm run postinstallIf you cannot use GitHub Packages locally, copy node_modules from a working pear-docs checkout instead of running npm install.
npm run devOpen http://localhost:3000.
npm run build
npm run serveStatic export is written to out/.
| Script | Description |
|---|---|
check:internal-links |
Validate internal links in content/*.mdx |
build:og |
Generate Open Graph images |
Code in this repository is licensed under the Apache License 2.0. The
documentation content (Markdown/MDX under content/ and images under public/)
is covered by the same license unless noted otherwise.
Third-party material is attributed in NOTICE — notably Font Awesome icons (CC BY 4.0) and the Poppins font (SIL OFL 1.1).
"Keet" and the Keet logo are trademarks of their respective owners; this license does not grant any right to use them.
See CONTRIBUTING for how to propose changes.