Getting Started
Getting Started
Section titled “Getting Started”Welcome to our documentation! This guide will help you understand how to use and contribute to this site.
For Developers
Section titled “For Developers”You can edit documentation files directly in the /docs folder:
docs/├── index.mdx # Homepage├── guides/│ └── getting-started.mdx└── reference/ └── api-reference.mdxFile Format
Section titled “File Format”All documentation files use MDX format with frontmatter:
---title: Page Titledescription: A brief description---
Your content here...For Non-Technical Users
Section titled “For Non-Technical Users”- Navigate to
/keystaticin your browser - Log in (if authentication is enabled)
- Select “Guides” or “Reference” from the sidebar
- Click on the document you want to edit
- Make your changes in the visual editor
- Click “Save” to commit your changes
Git Integration
Section titled “Git Integration”All changes made through either method are automatically tracked in Git:
- Developers can use standard Git workflows
- Keystatic commits changes with descriptive messages
- Version history is maintained for all content