diff --git a/.gitignore b/.gitignore index c0040151..32204627 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,7 @@ npm-debug.log __pycache__ *.DS_Store* data + +# Jekyll +docs/_site/ +docs/Gemfile.lock diff --git a/docs/REST_API.md b/dev_docs/REST_API.md similarity index 100% rename from docs/REST_API.md rename to dev_docs/REST_API.md diff --git a/docs/Release_Validation_Recipe.md b/dev_docs/Release_Validation_Recipe.md similarity index 100% rename from docs/Release_Validation_Recipe.md rename to dev_docs/Release_Validation_Recipe.md diff --git a/docs/pull_request_guidelines.md b/dev_docs/pull_request_guidelines.md similarity index 100% rename from docs/pull_request_guidelines.md rename to dev_docs/pull_request_guidelines.md diff --git a/docs/release_process.md b/dev_docs/release_process.md similarity index 100% rename from docs/release_process.md rename to dev_docs/release_process.md diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 00000000..e44e449c --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem "github-pages", group: :jekyll_plugins diff --git a/docs/_config.yml b/docs/_config.yml index 2f7efbea..5d25e6fc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,8 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-cayman +show_downloads: false + +nav: + - title: Data + url: data.html + - title: FAQ + url: faq.html diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 00000000..81ae146a --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,49 @@ + + +
+ + {% if site.google_analytics %} + + + {% endif %} + + +{% seo %} + + + + + + + Skip to the content. + +