'
-
-hr_faded: '
'
-hr_shaded: '
'
\ No newline at end of file
diff --git a/docs/_data/sidebars/mydoc_sidebar.yml b/docs/_data/sidebars/mydoc_sidebar.yml
deleted file mode 100644
index e790c982f7ae2..0000000000000
--- a/docs/_data/sidebars/mydoc_sidebar.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
-
-entries:
-- title: sidebar
- product: Documentation
- version:
- 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: Talks & Powered By
- url: /powered_by.html
- output: web
-
- - title: Documentation
- output: web
- folderitems:
-
- - title: Concepts
- url: /concepts.html
- output: web
-
- - title: Configurations
- url: /configurations.html
- output: web
-
- - title: Implementation
- url: /implementation.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: Comparison
- url: /comparison.html
- output: web
-
-
diff --git a/docs/_data/strings.yml b/docs/_data/strings.yml
deleted file mode 100644
index d7c13924f5a44..0000000000000
--- a/docs/_data/strings.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-# placed here for translation purposes
-search_placeholder_text: search...
-search_no_results_text: No results found.
diff --git a/docs/_data/tags.yml b/docs/_data/tags.yml
deleted file mode 100644
index 0ad9ce56b9d1b..0000000000000
--- a/docs/_data/tags.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-allowed-tags:
- - getting_started
- - overview
- - quickstart
- - concepts
- - sql_queries
- - incremental_processing
- - configurations
- - news
- - troubleshooting
diff --git a/docs/_data/topnav.yml b/docs/_data/topnav.yml
deleted file mode 100644
index b144d9a831a61..0000000000000
--- a/docs/_data/topnav.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-## 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
diff --git a/docs/_includes/archive.html b/docs/_includes/archive.html
deleted file mode 100644
index 275850c9cb34c..0000000000000
--- a/docs/_includes/archive.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: default
-type: archive
----
-
-
-
-
-{{ content }}
-
-
-
-
diff --git a/docs/_includes/callout.html b/docs/_includes/callout.html
deleted file mode 100644
index d492b1830d30c..0000000000000
--- a/docs/_includes/callout.html
+++ /dev/null
@@ -1 +0,0 @@
-
{{include.content}}
diff --git a/docs/_includes/custom/getting_started_series.html b/docs/_includes/custom/getting_started_series.html
deleted file mode 100644
index 5b573a9d0b5d2..0000000000000
--- a/docs/_includes/custom/getting_started_series.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
- Getting Started
-
-
-
\ No newline at end of file
diff --git a/docs/_includes/custom/getting_started_series_next.html b/docs/_includes/custom/getting_started_series_next.html
deleted file mode 100644
index c464214b083a4..0000000000000
--- a/docs/_includes/custom/getting_started_series_next.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
{% assign series_pages = site.tags.series_acme %}
- {% for p in pages %}
- {% if p.series == "Getting Started" %}
- {% assign nextTopic = page.weight | plus: "1" %}
- {% if p.weight == nextTopic %}
- Next: {{p.title}}
- {% endif %}
- {% endif %}
- {% endfor %}
-
\ No newline at end of file
diff --git a/docs/_includes/custom/series_acme.html b/docs/_includes/custom/series_acme.html
deleted file mode 100644
index b9ebf44377722..0000000000000
--- a/docs/_includes/custom/series_acme.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/_includes/custom/series_acme_next.html b/docs/_includes/custom/series_acme_next.html
deleted file mode 100644
index 9c9a11a5edb5a..0000000000000
--- a/docs/_includes/custom/series_acme_next.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/_includes/custom/sidebarconfigs.html b/docs/_includes/custom/sidebarconfigs.html
deleted file mode 100644
index cfdacc4c48732..0000000000000
--- a/docs/_includes/custom/sidebarconfigs.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% if page.sidebar == "home_sidebar" %}
-{% assign sidebar = site.data.sidebars.home_sidebar.entries %}
-
-{% elsif page.sidebar == "mydoc_sidebar" %}
-{% assign sidebar = site.data.sidebars.mydoc_sidebar.entries %}
-
-{% else %}
-{% assign sidebar = site.data.sidebars.home_sidebar.entries %}
-{% endif %}
-
-
-
-{% comment %}
-sidebar configuration for print files
-{% endcomment %}
-
-{% if site.product == "mydoc" %}
-{% assign sidebar_pdf = site.data.sidebars.mydoc_sidebar.entries %}
-{% endif %}
diff --git a/docs/_includes/custom/usermap.html b/docs/_includes/custom/usermap.html
deleted file mode 100644
index f90b5c2cb6445..0000000000000
--- a/docs/_includes/custom/usermap.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
→
-
-
→
-
-
→
-
-
→
-
-
-
-
diff --git a/docs/_includes/custom/usermapcomplex.html b/docs/_includes/custom/usermapcomplex.html
deleted file mode 100644
index c75a65254aa1b..0000000000000
--- a/docs/_includes/custom/usermapcomplex.html
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
Get Started
-
-
-
-
-
-
-
-
This is just dummy text ... Your first steps should be to get started. You will need to do the following:
-
-
-
If you run into any of these setup issues, you must solve them before you can continue on.
-
-
-
-
-
-
-
→
-
-
-
Build your widgets
-
-
-
-
-
-
-
In this step, you will build the widgets for your system. The widgets form the various components that blah blah blah this is dummy text power the nuclear capabilities of your energy transformer into deep space using wormhole technology and warp drive speeds.
-
-
In order to configure your widgets, you will need to follow these topics:
-
-
-
-
-
-
-
-
→
-
-
-
Publish your app
-
-
-
-
-
-
-
After you've configured all the necessary components to build your space transformer, you need to publish your app. Of course this content is also just dummy text. Pay no particular attention to the content but rather the format and placement of the map.
-
To publish your app, see the following:
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_includes/disqus.html b/docs/_includes/disqus.html
deleted file mode 100644
index 4fad7a25f3cbf..0000000000000
--- a/docs/_includes/disqus.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% if site.disqus_shortname %}
-
-
-
-
Please enable JavaScript to view the comments powered by Disqus.
-{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/feedback.html b/docs/_includes/feedback.html
deleted file mode 100644
index 4b55e44f88716..0000000000000
--- a/docs/_includes/feedback.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-{% if site.feedback_text %}
- {% assign feedback_text = site.feedback_text %}
-{% else %}
- {% assign feedback_text = "Feedback" %}
-{% endif %}
-
-{% if site.feedback_link %}
- {{feedback_text}}
-{% else %}
- {{feedback_text}}
-{% endif %}
-
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
deleted file mode 100755
index 9847670a38cd1..0000000000000
--- a/docs/_includes/footer.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/docs/_includes/google_analytics.html b/docs/_includes/google_analytics.html
deleted file mode 100644
index 56b2ee88c5d18..0000000000000
--- a/docs/_includes/google_analytics.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-{% if site.google_analytics %}
-
-
-{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
deleted file mode 100644
index 9a6f74e7d6ce4..0000000000000
--- a/docs/_includes/head.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-{{ page.title }} | {{ site.site_title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_includes/head_print.html b/docs/_includes/head_print.html
deleted file mode 100644
index 8f10c28f8608a..0000000000000
--- a/docs/_includes/head_print.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-{% if page.homepage == true %} {{site.homepage_title}} {% elsif page.title %}{{ page.title }}{% endif %} | {{ site.site_title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_includes/image.html b/docs/_includes/image.html
deleted file mode 100644
index 7b3b0fa2ce532..0000000000000
--- a/docs/_includes/image.html
+++ /dev/null
@@ -1 +0,0 @@
-{% if {{include.url}} %}{% endif %} {% if {{include.url}} %} {% endif %}{% if {{include.caption}} %}{{include.caption}} {% endif %}
diff --git a/docs/_includes/important.html b/docs/_includes/important.html
deleted file mode 100644
index af8824b9f4a72..0000000000000
--- a/docs/_includes/important.html
+++ /dev/null
@@ -1 +0,0 @@
- Important: {{include.content}}
\ No newline at end of file
diff --git a/docs/_includes/initialize_shuffle.html b/docs/_includes/initialize_shuffle.html
deleted file mode 100644
index 9a0f048dd11ab..0000000000000
--- a/docs/_includes/initialize_shuffle.html
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_includes/inline_image.html b/docs/_includes/inline_image.html
deleted file mode 100644
index 1e7fd187cb76b..0000000000000
--- a/docs/_includes/inline_image.html
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/docs/_includes/links.html b/docs/_includes/links.html
deleted file mode 100644
index 4f99e9422ef76..0000000000000
--- a/docs/_includes/links.html
+++ /dev/null
@@ -1,44 +0,0 @@
-{% comment %}Get links from each sidebar, as listed in the _config.yml file under sidebars{% endcomment %}
-
-{% for sidebar in site.sidebars %}
-{% for entry in site.data.sidebars[sidebar].entries %}
-{% for folder in entry.folders %}
-{% for folderitem in folder.folderitems %}
-{% if folderitem.url contains "html#" %}
-[{{folderitem.url | remove: "/" }}]: {{folderitem.url | remove: "/"}}
-{% else %}
-[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}}
-{% endif %}
-{% for subfolders in folderitem.subfolders %}
-{% for subfolderitem in subfolders.subfolderitems %}
-[{{subfolderitem.url | remove: "/" | remove: ".html"}}]: {{subfolderitem.url | remove: "/"}}
-{% endfor %}
-{% endfor %}
-{% endfor %}
-{% endfor %}
-{% endfor %}
-{% endfor %}
-
-
-{% comment %} Get links from topnav {% endcomment %}
-
-{% for entry in site.data.topnav.topnav %}
-{% for item in entry.items %}
-{% if item.external_url == null %}
-[{{item.url | remove: "/" | remove: ".html"}}]: {{item.url | remove: "/"}}
-{% endif %}
-{% endfor %}
-{% endfor %}
-
-{% comment %}Get links from topnav dropdowns {% endcomment %}
-
-{% for entry in site.data.topnav.topnav_dropdowns %}
-{% for folder in entry.folders %}
-{% for folderitem in folder.folderitems %}
-{% if folderitem.external_url == null %}
-[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}}
-{% endif %}
-{% endfor %}
-{% endfor %}
-{% endfor %}
-
diff --git a/docs/_includes/note.html b/docs/_includes/note.html
deleted file mode 100644
index 2c1cfe967c17c..0000000000000
--- a/docs/_includes/note.html
+++ /dev/null
@@ -1 +0,0 @@
- Note: {{include.content}}
diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html
deleted file mode 100644
index 1a9c236175db2..0000000000000
--- a/docs/_includes/sidebar.html
+++ /dev/null
@@ -1,56 +0,0 @@
-{% include custom/sidebarconfigs.html %}
-
-
-
-
-
-
diff --git a/docs/_includes/taglogic.html b/docs/_includes/taglogic.html
deleted file mode 100644
index c2f76b014bb72..0000000000000
--- a/docs/_includes/taglogic.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
diff --git a/docs/_includes/tip.html b/docs/_includes/tip.html
deleted file mode 100644
index faf48afd861c7..0000000000000
--- a/docs/_includes/tip.html
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/_includes/toc.html b/docs/_includes/toc.html
deleted file mode 100644
index 067141a6ac77f..0000000000000
--- a/docs/_includes/toc.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
diff --git a/docs/_includes/topnav.html b/docs/_includes/topnav.html
deleted file mode 100644
index 87486057c4da1..0000000000000
--- a/docs/_includes/topnav.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
diff --git a/docs/_includes/warning.html b/docs/_includes/warning.html
deleted file mode 100644
index e08268c93355e..0000000000000
--- a/docs/_includes/warning.html
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
deleted file mode 100644
index 90c1c4e5a8bc4..0000000000000
--- a/docs/_layouts/default.html
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
- {% include head.html %}
-
-
- {% if page.datatable == true %}
-