Adding docs folder, with skeleton jekyll based site
- Uses https://github.com/tomjohnson1492/documentation-theme-jekyll - Have filler pages
This commit is contained in:
15
docs/_data/alerts.yml
Normal file
15
docs/_data/alerts.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
tip: '<div class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip: </b>'
|
||||
note: '<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note: </b>'
|
||||
important: '<div class="alert alert-warning" role="alert"><i class="fa fa-warning"></i> <b>Important: </b>'
|
||||
warning: '<div class="alert alert-danger" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Warning: </b>'
|
||||
end: '</div>'
|
||||
|
||||
callout_danger: '<div class="bs-callout bs-callout-danger">'
|
||||
callout_default: '<div class="bs-callout bs-callout-default">'
|
||||
callout_primary: '<div class="bs-callout bs-callout-primary">'
|
||||
callout_success: '<div class="bs-callout bs-callout-success">'
|
||||
callout_info: '<div class="bs-callout bs-callout-info">'
|
||||
callout_warning: '<div class="bs-callout bs-callout-warning">'
|
||||
|
||||
hr_faded: '<hr class="faded"/>'
|
||||
hr_shaded: '<hr class="shaded"/>'
|
||||
58
docs/_data/sidebars/mydoc_sidebar.yml
Normal file
58
docs/_data/sidebars/mydoc_sidebar.yml
Normal file
@@ -0,0 +1,58 @@
|
||||
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
|
||||
|
||||
entries:
|
||||
- title: sidebar
|
||||
product: Hoodie Ver
|
||||
version: 0.2
|
||||
folders:
|
||||
|
||||
- title: Getting Started
|
||||
output: web
|
||||
folderitems:
|
||||
|
||||
- title: Overview
|
||||
url: /index.html
|
||||
output: web
|
||||
type: homepage
|
||||
|
||||
- title: Quickstart
|
||||
url: /quickstart.html
|
||||
output: web
|
||||
|
||||
- title: Use Cases
|
||||
url: /use_cases.html
|
||||
output: web
|
||||
|
||||
- title: Powered By
|
||||
url: /powered_by.html
|
||||
output: web
|
||||
|
||||
- title: Documentation
|
||||
output: web
|
||||
folderitems:
|
||||
|
||||
- title: Concepts
|
||||
url: /concepts.html
|
||||
output: web
|
||||
|
||||
- title: SQL Queries
|
||||
url: /sql_queries.html
|
||||
output: web
|
||||
|
||||
- title: Incremental Processing
|
||||
url: /incremental_processing.html
|
||||
output: web
|
||||
|
||||
- title: Admin Guide
|
||||
url: /admin_guide.html
|
||||
output: web
|
||||
|
||||
- title: Performance
|
||||
url: /performance.html
|
||||
output: web
|
||||
|
||||
- title: Comparison
|
||||
url: /comparison.html
|
||||
output: web
|
||||
|
||||
|
||||
5
docs/_data/strings.yml
Normal file
5
docs/_data/strings.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
# placed here for translation purposes
|
||||
search_placeholder_text: search...
|
||||
search_no_results_text: No results found.
|
||||
9
docs/_data/tags.yml
Normal file
9
docs/_data/tags.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
allowed-tags:
|
||||
- getting_started
|
||||
- overview
|
||||
- quickstart
|
||||
- concepts
|
||||
- sql_queries
|
||||
- incremental_processing
|
||||
- news
|
||||
- troubleshooting
|
||||
30
docs/_data/topnav.yml
Normal file
30
docs/_data/topnav.yml
Normal 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
|
||||
Reference in New Issue
Block a user