summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-06 17:14:16 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-06 17:14:16 +0300
commit40f4e2f6abe810e9d5720dfd664c3a1c4d484b5d (patch)
treeed56e02e9d9edcfd0e12dd37ba7495ee4396c72c /mkdocs.yml
parentb2393758d9ad982e081d83211ce0897015623972 (diff)
Split the basic usage section in two
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index c9d7c4d9..d244cceb 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -3,7 +3,8 @@ docs_dir: doc
pages:
- Home: index.md
- Installation: installation.md
-- Basic Usage: basic_usage.md
+- Up and Running: up_and_running.md
+- Interactive Programming: interactive_programming.md
- Using the REPL: using_the_repl.md
- Extended Workflow: extended_workflow.md
- Configuration: configuration.md