From 303a1501096ef09cace965f7bf7a95f8e32454cc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 17 Apr 2017 19:09:20 -0400 Subject: update css to support different image alignment --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 1040aa75..ba081219 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,7 @@ pages: - Troubleshooting: 'guide/troubleshooting.md' - Developer Guide: - Contributing Documentation: 'dev/documentation.md' + - BNIL Guide, LLIL: 'dev/bnil-llil.md' #- Plugin Design: 'dev/plugins.md' #- API: 'dev/api.md' - About: -- cgit v1.3.1 From 880138bf012f0bc145092efd37a6c3b77e8203fc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 17 Apr 2017 19:11:16 -0400 Subject: minor typo fix --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index ba081219..65ce6f5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,7 +31,7 @@ pages: - Troubleshooting: 'guide/troubleshooting.md' - Developer Guide: - Contributing Documentation: 'dev/documentation.md' - - BNIL Guide, LLIL: 'dev/bnil-llil.md' + - BNIL Guide: LLIL: 'dev/bnil-llil.md' #- Plugin Design: 'dev/plugins.md' #- API: 'dev/api.md' - About: -- cgit v1.3.1 From 435f5c45e9711953bea0a7c403b8e687987589b3 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 17 Apr 2017 19:14:56 -0400 Subject: remove index.html from URLs --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 65ce6f5f..f328fe83 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,8 @@ site_description: 'Documentation for the Binary Ninja reverse engineering platfo site_author: 'Vector 35 LLC' site_favicon: 'favicon.ico' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] -use_directory_urls: False +use_directory_urls: True +extra_css: ['docs.css'] theme_dir: 'mkdocs-material/material' copyright: '(cc) Vector 35 LLC' -- cgit v1.3.1 From 13a42d8eede0066509215b94b7ecae06e0d4a684 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 17 Apr 2017 19:19:04 -0400 Subject: aws s3 caching stinks for css, force invalidation with http query value --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index f328fe83..b2f8b457 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,7 +7,7 @@ site_author: 'Vector 35 LLC' site_favicon: 'favicon.ico' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] use_directory_urls: True -extra_css: ['docs.css'] +extra_css: ['docs.css?1492471077'] theme_dir: 'mkdocs-material/material' copyright: '(cc) Vector 35 LLC' -- cgit v1.3.1 From b7d7e9eb9c57fd421b29bcffbc4018d374db3ad2 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 25 May 2017 17:19:59 -0400 Subject: fix links in offline user documentation --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index b2f8b457..1a6f1d8f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ site_description: 'Documentation for the Binary Ninja reverse engineering platfo site_author: 'Vector 35 LLC' site_favicon: 'favicon.ico' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] -use_directory_urls: True +use_directory_urls: False extra_css: ['docs.css?1492471077'] theme_dir: 'mkdocs-material/material' -- cgit v1.3.1