Skip to content

Commit 0054118

Browse files
authored
Create dartdoc_options.yaml
1 parent e3e5491 commit 0054118

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dartdoc_options.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# “additional-docs” tells Dartdoc: “Here are extra markdown files to render
2+
# as top-level pages in the generated doc site.” Each entry is a path
3+
# (relative to the project root).
4+
additional-docs:
5+
- docs/INTRODUCTION.md
6+
- docs/USAGE.md
7+
- docs/TUTORIAL.md
8+
9+
# You can also group them under a logical “folder” name in the nav:
10+
# navigation:
11+
# - name: "Guides"
12+
# children:
13+
# - docs/INTRODUCTION.md
14+
# - docs/USAGE.md
15+
# - docs/TUTORIAL.md

0 commit comments

Comments
 (0)