π Docs Introduction
The CodeHarborHub Docs feature gives you a powerful way to create and organize Markdown/MDX content in a structured, hierarchical formatβperfect for building technical documentation, courses, or developer guides.
info
Check the Docs Plugin API Reference
for a complete list of configuration options.
Your documentation is organized into four levels, from smallest to largest:
- Individual Pages β Basic
.md
or.mdx
files with front matter. - Sidebars β Define navigation and grouping of related docs.
- Versions β Manage multiple versions of your documentation.
- Plugin Instances β Run multiple independent docs sections in a single site.
This guide introduces each layer step-by-step: starting with
creating individual pages,
then building sidebars,
followed by versioning your content,
and finally using multiple docs plugin instances.