| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
My public second brain — documentation of my ideas, thoughts, and experiences.
Published at publicnotes.io.
Built with Docusaurus 3.
npm ci # install dependencies
npm start # local dev server
npm run build # production build (primary validation — fails on broken links)Document URL commands:
npm run check:document-urls # normal validation of document IDs, canonical URLs, and aliases
npm run verify:redirects # verify generated legacy redirects after a build
npm run assign-uids -- --capture-aliases # completed one-time migration; do not repeatNew documents need a unique uid, slug: /d/<uid>, and aliases: []. Existing URL frontmatter is permanent.
Deployment is automated via GitHub Actions on push to main.
Prose linting is handled by Vale to enforce a consistent style across the documentation.
| Back | FazBrowse Home | New Git URL |