1
0

Adding docs folder, with skeleton jekyll based site

- Uses https://github.com/tomjohnson1492/documentation-theme-jekyll
 - Have filler pages
This commit is contained in:
Vinoth Chandar
2016-12-30 11:05:22 -08:00
parent 84e0a7f68a
commit 2bf0db14c6
115 changed files with 14542 additions and 0 deletions

30
docs/_data/topnav.yml Normal file
View File

@@ -0,0 +1,30 @@
## Topnav single links
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
topnav:
- title: Topnav
items:
- title: News
url: /news
- title: Community
url: /community.html
- title: Github
external_url: https://github.com/uber/hoodie
#Topnav dropdowns
topnav_dropdowns:
- title: Topnav dropdowns
folders:
- title: Developer Resources
folderitems:
- title: Setup
url: /dev_setup.html
output: web
- title: API Docs
url: /api_docs.html
output: web
- title: Code Structure
url: /code_structure.html
output: web
- title: Roadmap
url: /roadmap.html
output: web