Source for docs.totalcms.co, the public documentation site for Total CMS. Built with Astro Starlight.
Documentation content lives in the main totalcms/cms repo at resources/docs/. This site syncs from that source:
bin/sync-from-totalcms.sh /path/to/totalcms/resources/docsThe sync extracts frontmatter, converts internal links, and copies files into src/content/docs/.
npm install
npm run devbin/build.sh /path/to/totalcmsThe built site outputs to ./dist/. Point your web server document root there.