Skip to content

Commit d158e09

Browse files
committed
Fix broken copyright in docs.
1 parent 9088469 commit d158e09

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
site_name: 'Binary Ninja User Documentation'
2+
site_description: 'Documentation for the Binary Ninja reverse engineering platform'
3+
site_author: 'Vector 35 Inc'
4+
copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) <a href="https://vector35.com/">Vector 35 Inc</a>'
25
dev_addr: 0.0.0.0:8000
36
site_url: 'https://docs.binary.ninja/'
47
repo_url: 'https://binary.ninja/'
58
repo_name: 'binary.ninja'
6-
site_description: 'Documentation for the Binary Ninja reverse engineering platform'
7-
site_author: 'Vector 35 Inc'
89
use_directory_urls: false
910
extra_css: ['docs.css', 'github.min.css', 'juxtapose.min.css']
1011
extra_javascript: ['highlight.min.js', 'cpp.min.js', 'python.min.js', 'juxtapose.min.js', 'tabsync.js']
12+
1113
theme:
1214
name: material
1315
custom_dir: overrides
@@ -50,8 +52,6 @@ theme:
5052
previous: 80 # p
5153
search: 191 # ? / /
5254

53-
copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) <a href="https://vector35.com/">Vector 35 Inc</a>'
54-
5555
plugins:
5656
- search:
5757
lang: en

0 commit comments

Comments
 (0)