| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Built with Docusaurus 3. Supports English and French (i18n).
cd docs
npm installRequires Node.js >= 20.
npm startRuns the pre-collect step (generates tentacle docs, syncs root docs, generates llms.txt), then starts the dev server at http://localhost:3000.
npm run buildOutput goes to docs/build/. The pre-collect step runs automatically before the build.
The collect step generates content from tentacles and syncs a few root-level files. It runs automatically on start and build, but you can run it manually:
npm run collectGenerated files are gitignored — never commit them:
Images in docs/static/ are stored in Git LFS — the repo only contains LFS pointers, not the actual image blobs.
Install Git LFS once per machine:
brew install git-lfs # macOS
git lfs installAfter cloning or pulling, fetch the actual image files:
git lfs pullDrop images into docs/static/images/. Git will automatically track them via LFS (configured in .gitattributes at the repo root). No extra steps needed — just git add and commit as usual.
Supported formats: .png, .jpg, .jpeg, .webp.
git lfs ls-files # list all LFS-tracked files
git lfs status # show pending LFS changes| Back | FazBrowse Home | New Git URL |