diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-09-02 21:37:58 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-09-09 23:23:58 -0400 |
| commit | d158e09cd8f897352085bac8685f9c0d53fe1ff5 (patch) | |
| tree | 6881f9c9e24a8bec655d1a97531e1e719dc295fd | |
| parent | 9088469789695122956458778715580014958241 (diff) | |
Fix broken copyright in docs.
| -rw-r--r-- | mkdocs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) <a href="https://vector35.com/">Vector 35 Inc</a>' 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: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) <a href="https://vector35.com/">Vector 35 Inc</a>' - plugins: - search: lang: en |
