Creating and Publishing Articles
import { Steps } from ‘@astrojs/starlight/components’;
This guide walks through the day-to-day workflow for writing documentation in Sveltia CMS.
The Publishing Workflow
-
Access the Admin Portal
Navigate to the/admin/path on the documentation site and sign in using your GitHub Personal Access Token. -
Create or Edit Content
Select Help Articles in the sidebar. Click New Help Article or choose an existing article to edit. -
Fill Out Frontmatter Metadata
- Title: The primary H1 heading for the page.
- Description: A 1-2 sentence overview used in search indexing and SEO previews.
- Sidebar Settings: Optionally provide a shorter label or specify numerical sort order.
-
Write the Body Content
Use the rich text editor or write standard Markdown directly. -
Save & Deploy
Click Save in the top right. Sveltia commits the file to GitHub, triggering an automated rebuild that publishes live within ~60 seconds.