Skip to content

Commit 229075a

Browse files
committed
fix: uncomment blog nav entry and remove exclude_docs to make blog posts visible
1 parent 2d02494 commit 229075a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ copyright: "© Copyright 2022 - 2026, shenxianpeng."
88
nav:
99
- Home: index.md
1010
- Getting Started: getting-started.md
11-
# - Blog:
12-
# - blog/index.md
13-
exclude_docs: |
14-
blog/**
11+
- Blog:
12+
- blog/index.md
13+
# exclude_docs: |
14+
# blog/**
1515

1616
theme:
1717
name: material

0 commit comments

Comments
 (0)