We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e5491 commit 0054118Copy full SHA for 0054118
dartdoc_options.yaml
@@ -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