From 5f4b0984c0f2ff59bb82b959d49b11ee534976bd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 17 Jan 2019 16:21:24 -0500 Subject: update company name and copyright date --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 3c136fb7..5e77051d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: '(cc) Vector 35 LLC' +copyright: '(cc) Vector 35 Inc' markdown_extensions: - codehilite -- cgit v1.3.1