diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-07-09 00:51:47 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-07-09 00:51:47 -0400 |
| commit | 89e8e4daa4fb32d942ae96df5805a11c69d65bcb (patch) | |
| tree | 5c7e15a4623e3444dfca3e2c348d92566c2c29ee | |
| parent | c85a0a26c12fcef22ee0df37a54716d139c589cf (diff) | |
fix missing subsections in top level documentation pages on mobile
| -rw-r--r-- | mkdocs.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ site_name: 'Binary Ninja User Documentation' +dev_addr: 0.0.0.0:8000 site_url: 'https://docs.binary.ninja/' repo_url: 'https://binary.ninja/' repo_name: 'binary.ninja' @@ -39,9 +40,9 @@ theme: - navigation.sections - navigation.expand - navigation.prune - - navigation.indexes - navigation.top - content.code.copy + - search.highlight shortcuts: help: 191 # ? |
