Documentation Map

Every page in this documentation set with path and purpose.

Getting Started

PathPurpose
getting-started/index.mdSection landing: prerequisites to first build
getting-started/prerequisites.mdEnvironment requirements (Node.js 18+)
getting-started/installation.mdInstall core and plugins, bootstrap project
getting-started/quickstart.mdFastest path from empty folder to running site
getting-started/core-concepts.mdMental model: content, templates, plugins, build
getting-started/project-structure.mdExpected directory layout

Tutorials

PathPurpose
tutorials/index.mdSection landing: sequential learning path
tutorials/step-1-create-your-first-project.mdCreate project, install deps, bootstrap
tutorials/step-2-configure.mdEdit site.json with identity and plugins
tutorials/step-3-run-locally.mdBuild and preview with dev server
tutorials/step-4-build-for-production.mdProduction build with minification
tutorials/step-5-deploy.mdDeploy static output
tutorials/step-6-add-your-first-plugin.mdAdd and verify a plugin

Guides

PathPurpose
guides/index.mdSection landing: task-oriented guides
guides/configuration.mdPractical config editing guidance
guides/cli-usage.mdCLI commands and workflow
guides/troubleshooting.mdCommon errors and fixes
guides/faq.mdFrequently asked questions

Deploy

PathPurpose
deploy/index.mdSection landing: deployment options
deploy/local-build-and-preview.mdLocal preview before deployment
deploy/production-build.mdProduction-ready build settings
deploy/deploy-options-overview.mdPlatform comparison and evidence
deploy/github-pages.mdGitHub Pages deployment
deploy/netlify.mdNetlify deployment (inferred)
deploy/vercel.mdVercel deployment (inferred)
deploy/aws-amplify.mdAWS Amplify deployment (inferred)
deploy/docker.mdDocker containerized serving (inferred)
deploy/ci-cd.mdCI/CD pipeline patterns

Extend

PathPurpose
extend/index.mdSection landing: plugin system and authoring
extend/plugin-system-overview.mdDiscovery, hooks, context, error handling
extend/plugin-lifecycle.mdHook order and per-hook context matrix
extend/plugin-api-reference.mdContract types and minimal skeleton
extend/your-first-plugin.mdHands-on plugin authoring tutorial
extend/plugin-cookbook.mdCommon patterns and best practices
extend/plugins/index.mdPlugin catalog landing page
extend/plugins/plugin-robots-txt.mdRobots.txt generation plugin
extend/plugins/plugin-tailwindcss.mdTailwind CSS compilation plugin
extend/plugins/plugin-esbuild.mdJavaScript bundling plugin
extend/plugins/plugin-rss.mdRSS feed generation plugin
extend/plugins/plugin-sitemap.mdSitemap generation plugin
extend/plugins/plugin-content-bridge.mdExternal API content bridge plugin
extend/plugins/plugin-open-graph.mdOG/Twitter/JSON-LD metadata plugin

Reference

PathPurpose
reference/index.mdSection landing: technical reference
reference/architecture-overview.mdSystem architecture summary
reference/configuration-reference.mdComplete config field reference
reference/cli-reference.mdCLI flags and dispatch behavior
reference/important-types.mdTypeScript type contracts
reference/glossary.mdTerminology and abbreviations
reference/documentation-map.mdThis page

Top Level

PathPurpose
index.mdDocumentation home and navigation hub

Related