From d158e09cd8f897352085bac8685f9c0d53fe1ff5 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 2 Sep 2025 21:37:58 -0400 Subject: Fix broken copyright in docs. --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 0f9dd11c..62b41020 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,15 @@ site_name: 'Binary Ninja User Documentation' +site_description: 'Documentation for the Binary Ninja reverse engineering platform' +site_author: 'Vector 35 Inc' +copyright: '(cc) Vector 35 Inc' dev_addr: 0.0.0.0:8000 site_url: 'https://docs.binary.ninja/' repo_url: 'https://binary.ninja/' repo_name: 'binary.ninja' -site_description: 'Documentation for the Binary Ninja reverse engineering platform' -site_author: 'Vector 35 Inc' use_directory_urls: false extra_css: ['docs.css', 'github.min.css', 'juxtapose.min.css'] extra_javascript: ['highlight.min.js', 'cpp.min.js', 'python.min.js', 'juxtapose.min.js', 'tabsync.js'] + theme: name: material custom_dir: overrides @@ -50,8 +52,6 @@ theme: previous: 80 # p search: 191 # ? / / - copyright: '(cc) Vector 35 Inc' - plugins: - search: lang: en -- cgit v1.3.1