Skip to content

Commit

Permalink
added some config options
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Herrold (Intel Corportation) <[email protected]>
  • Loading branch information
DrewBearly committed Jan 9, 2020
1 parent 4767cb0 commit 6ed81cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
just-the-docs (0.2.7)
jekyll (~> 3.8.5)
jekyll-seo-tag (~> 2.0)
rake (~> 12.3.1)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.1)
Expand All @@ -212,6 +216,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -244,6 +249,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-feed (~> 0.6)
just-the-docs
minima (~> 2.0)
tzinfo-data

Expand Down
10 changes: 10 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ plugins:
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

# just-the-docs specific configuraitons

color_scheme: "dark"

aux_links:
"ncappzoo on GitHub":
- "//github.com/movidius/ncappzoo"

footer_content: "ncappzoo &copy; 2020 Intel Corportation. Distributed under the <a href=\"https://github.com/movidius/ncappzoo/blob/master/LICENSE\">MIT License.</a> Individual applications and networks may retain individual copyrights. Other copyrights and trademarks may be property of others. All rights reserved."

0 comments on commit 6ed81cc

Please sign in to comment.