Skip to content

Commit 69b2363

Browse files
authored
Update docs-create-doc.mdx
1 parent ccff40e commit 69b2363

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/guides/docs/docs-create-doc.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2+
title: Create a Doc
23
id: create-doc
34
description: Create a Markdown Document
45
slug: /create-doc
56
---
67

7-
# Create a Doc
8-
98
To create your first documentation page in **CodeHarborHub**, simply add a new Markdown file inside the `docs` directory.
109
For example, create a file called **`greeting.md`**:
1110

@@ -45,7 +44,7 @@ You can configure TOC heading levels globally or per document.
4544

4645
<AdsComponent />
4746

48-
## Doc Front Matter {#doc-front-matter}
47+
## Doc Front Matter {#doc-front-matter}
4948

5049
The [front matter](https://docusaurus.io/docs/markdown-features#front-matter)
5150
adds metadata to your doc. It’s optional, but useful for features like tags or custom URLs.
@@ -75,7 +74,7 @@ CodeHarborHub:
7574
7675
<AdsComponent />
7776
78-
## 📁 Organizing Folder Structure {#organizing-folder-structure}
77+
## Organizing Folder Structure {#organizing-folder-structure}
7978
8079
Your docs folder layout affects document IDs and URLs, but you can override defaults with front matter.
8180
@@ -142,11 +141,11 @@ Welcome to the CodeHarborHub Documentation!
142141

143142
---
144143

145-
### 🗂 Sidebars {#sidebars}
144+
### Sidebars {#sidebars}
146145

147146
If you use [autogenerated sidebars](./sidebar/autogenerated.mdx),
148147
your folder structure determines the sidebar hierarchy.
149148

150149
**Recommended practice:**
151150
Mirror your folder layout to your desired sidebar structure,
152-
and use the `slug` front matter to customize URLs as needed.
151+
and use the `slug` front matter to customize URLs as needed.

0 commit comments

Comments
 (0)