diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-01-17 16:21:24 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-01-17 16:21:24 -0500 |
| commit | 5f4b0984c0f2ff59bb82b959d49b11ee534976bd (patch) | |
| tree | 6370252df599b76e815000c2eff4f78950eac091 /mkdocs.yml | |
| parent | 22c2a49db23efa53b04a8e5587749affa716ce2d (diff) | |
update company name and copyright date
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ site_url: 'https://docs.binary.ninja/' repo_url: 'https://binary.ninja/' repo_name: 'github' site_description: 'Documentation for the Binary Ninja reverse engineering platform' -site_author: 'Vector 35 LLC' +site_author: 'Vector 35 Inc' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] use_directory_urls: False extra_css: ['docs.css?1535411025'] @@ -20,7 +20,7 @@ theme: previous: 80 # p search: 191 # ? / / -copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 LLC' +copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 Inc' markdown_extensions: - codehilite |
