summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-07-28 04:42:10 -0400
committerJordan Wiens <jordan@psifertex.com>2016-07-28 04:42:10 -0400
commit508584830e65fc08ea3a756dfa651670c9e01217 (patch)
tree9e017014a11eb9581acbfdfd04b668a803259ef7 /mkdocs.yml
parent7ef76305ac2e893a9c25776236c5e58c554aafb9 (diff)
more work on getting started, new documentation help, remove head links
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml23
1 files changed, 11 insertions, 12 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index ed19cee3..b7be3e5a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,6 +1,6 @@
site_name: 'Binary Ninja Documentation'
site_url: 'https://docs.binary.ninja/'
-repo_url: 'https://github.com/vector35/binaryninja-api/'
+repo_url: 'https://binary.ninja/'
repo_name: 'github'
site_description: 'Documentation for the Binary Ninja reverse engineering platform'
site_author: 'Vector 35 LLC'
@@ -19,15 +19,16 @@ markdown_extensions:
pages:
- Home: 'index.md'
- - Getting Started: 'getting-started.md'
- - User Guide:
- - Installing: 'guide/installing.md'
- - Running: 'guide/running.md'
- - Interface: 'guide/interface.md'
- - Types Library: 'guide/type.md'
- - Using Plugins: 'guide/plugins.md'
- - Troubleshooting: 'guide/troubleshooting.md'
+ - Getting Started Guide: 'getting-started.md'
+ #- User Guide:
+ #- Installing: 'guide/installing.md'
+ #- Running: 'guide/running.md'
+ #- Interface: 'guide/interface.md'
+ #- Types Library: 'guide/type.md'
+ #- Using Plugins: 'guide/plugins.md'
+ #- Troubleshooting: 'guide/troubleshooting.md'
- Developer Guide:
+ - Contributing Documentation: 'dev/documentation.md'
- Plugin Design: 'dev/plugins.md'
- API: 'dev/api.md'
- About:
@@ -35,7 +36,5 @@ pages:
- Open Source: 'about/open-source.md'
extra:
- author:
- github: 'Vector35'
- twitter: 'vector_35'
+ disablesearch: True
logo: 'images/logo.png'