diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-28 04:42:10 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-28 04:42:10 -0400 |
| commit | 508584830e65fc08ea3a756dfa651670c9e01217 (patch) | |
| tree | 9e017014a11eb9581acbfdfd04b668a803259ef7 /mkdocs.yml | |
| parent | 7ef76305ac2e893a9c25776236c5e58c554aafb9 (diff) | |
more work on getting started, new documentation help, remove head links
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -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' |
