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 e276d4b commit 6e1d099Copy full SHA for 6e1d099
docs/tutorials/configuration/index.md
@@ -0,0 +1,15 @@
1
+## Configuration
2
+
3
4
+Configuring `dataherb` is easy. It can be done using the built-in `dataherb configure` comamnd or manually.
5
6
7
+### Using Command Line Tool
8
9
+Run the command
10
11
+```bash
12
+dataherb configure
13
+```
14
15
+and some questions will show up.
mkdocs.yml
@@ -75,6 +75,7 @@ nav:
75
- "Home": index.md
76
- "Tutorials":
77
- "Tutorials": tutorials/index.md
78
+ - "Configuration": tutorials/configuration/index.md
79
- References:
80
- "Introduction": references/index.md
81
- "dataherb.command": references/command.md
0 commit comments