diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-03 11:23:58 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-03 11:23:58 -0600 |
commit | 51ea4ba9fbcdfc785a5e9d6bafcac69334e535a8 (patch) | |
tree | b9b6aa7273040f5dd9132e94706c91ac3de601fe /docs/overview/index.rst | |
parent | 11da5ba65a43c63364e702de726a7bf09a1241b4 (diff) | |
download | cmd2-git-51ea4ba9fbcdfc785a5e9d6bafcac69334e535a8.tar.gz |
Revise menu structure
- collapse menu structure in sidebar so not everything is always shown
- updates to Getting Started section
Diffstat (limited to 'docs/overview/index.rst')
-rw-r--r-- | docs/overview/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/overview/index.rst b/docs/overview/index.rst new file mode 100644 index 00000000..54415a33 --- /dev/null +++ b/docs/overview/index.rst @@ -0,0 +1,15 @@ +Getting Started +=============== + +.. toctree:: + :maxdepth: 1 + :hidden: + + featuretour + installation + integrating + alternatives + resources + ../examples/quickstart + +.. include:: summary.rst |