Skip to content

alazso/strata-docs

Repository files navigation

strata-docs

Documentation site for Strata, the shared library plugin for alazso's Minecraft plugins. Built with Next.js and Fumadocs, served under the /strata base path (homepage at https://alaz.so/strata/, docs at https://alaz.so/strata/docs).

Run the development server:

npm install
npm run dev

Open http://localhost:3000/strata to view it. The app lives under the /strata base path, so the bare root (http://localhost:3000) is intentionally a 404.

How it ships

.github/workflows/deploy.yml builds the standalone Docker image on every push to main, stamping the current Strata version (latest GitHub release plus gradle.properties snapshot) into the install snippets, and pushes it to ghcr.io/alazso/strata-docs:latest. A reverse proxy serves it under /strata.

Layout

  • content/docs/*.mdx: the documentation pages (meta.json defines the sidebar).
  • app/(home): the landing page.
  • app/docs: the documentation layout and pages.
  • lib/shared.ts: app name, routes, and GitHub config.
  • source.config.ts: Fumadocs MDX config and the STRATA_VERSION token replacement.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors