Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 904 Bytes

File metadata and controls

34 lines (22 loc) · 904 Bytes

Total CMS Documentation

Source for docs.totalcms.co, the public documentation site for Total CMS. Built with Astro Starlight.

Content Source

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/docs

The sync extracts frontmatter, converts internal links, and copies files into src/content/docs/.

Development

npm install
npm run dev

Building for Production

bin/build.sh /path/to/totalcms

The built site outputs to ./dist/. Point your web server document root there.

Links