This repository contains documentation content that is fetched and rendered by Nuxt Content in the CBT Client documentation site.
The content is written in Markdown format and follows a specific structure to enable proper rendering and navigation in the documentation site.
- Content is organized in directories representing sections
- Each directory contains markdown files and a
.navigation.ymlfile for configuring the navigation - Frontmatter metadata is used to define page titles, descriptions and other properties
- Special components and formatting are available through custom Vue components
The content can be previewed locally by running the CBT Client documentation site project. See the main project repository for development setup instructions.
When contributing documentation:
- Follow the established directory structure
- Include proper frontmatter metadata
- Use available custom components appropriately
- Test changes locally before submitting PRs
For more details on contributing, see the main project documentation.