diff options
| author | Rusty Wagner <rusty@vector35.com> | 2018-08-28 17:19:32 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2018-08-28 17:19:32 -0400 |
| commit | 20e06506a3d96c7327ca5d729ab01e8c2a7cff3c (patch) | |
| tree | 65880063ccbdcb45cc247a0138915d8560d2ec27 /mkdocs.yml | |
| parent | 5841af2db8e8dcf4e0da0c438ac040c5fa90038b (diff) | |
| parent | 426bb3d8b47b93658bf969c429a8b98adae13c30 (diff) | |
Merge branch 'dev' into test_stack_adjust
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -1,15 +1,25 @@ -site_name: 'Binary Ninja Documentation' +site_name: 'Binary Ninja User Documentation' site_url: 'https://docs.binary.ninja/' repo_url: 'https://binary.ninja/' repo_name: 'github' site_description: 'Documentation for the Binary Ninja reverse engineering platform' site_author: 'Vector 35 LLC' -site_favicon: 'favicon.ico' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] use_directory_urls: False -extra_css: ['docs.css?1492471077'] +extra_css: ['docs.css?1535411025'] +theme: + name: readthedocs + favicon: 'img/favicon.ico' + highlightjs: true + hljs_languages: + - cpp + - python + shortcuts: + help: 191 # ? + next: 78 # n + previous: 80 # p + search: 191 # ? / / -theme_dir: 'mkdocs-material/material' copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 LLC' markdown_extensions: @@ -18,7 +28,7 @@ markdown_extensions: - toc: permalink: True -pages: +nav: - Home: 'index.md' - Getting Started Guide: 'getting-started.md' - User Guide: |
