From 89e8e4daa4fb32d942ae96df5805a11c69d65bcb Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 9 Jul 2024 00:51:47 -0400 Subject: fix missing subsections in top level documentation pages on mobile --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index ba6085ea..f28b57e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 # ? -- cgit v1.3.1