aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_data/nav.yml1
-rw-r--r--docs/_includes/nav-docs.html2
-rw-r--r--docs/about/index.md6
-rw-r--r--docs/components/index.md6
-rw-r--r--docs/examples/index.md (renamed from docs/examples/overview.md)0
-rw-r--r--docs/extend/index.md6
-rw-r--r--docs/getting-started/index.md6
-rw-r--r--docs/layout/index.md6
8 files changed, 31 insertions, 2 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml
index 6bd3b0ad4..df1e07068 100644
--- a/docs/_data/nav.yml
+++ b/docs/_data/nav.yml
@@ -160,7 +160,6 @@
- title: Examples
pages:
- - title: Overview
- title: Starter template
- title: Grid
- title: Jumbotron
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
index 9c8b560f9..09b70bf46 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -23,7 +23,7 @@
{% endif %}
<div class="bd-toc-item {{ active }}">
- <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}">
+ <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/">
{{ group.title }}
</a>
diff --git a/docs/about/index.md b/docs/about/index.md
new file mode 100644
index 000000000..12b1c5fa5
--- /dev/null
+++ b/docs/about/index.md
@@ -0,0 +1,6 @@
+---
+layout: page
+title: About
+---
+
+todo: this entire page \ No newline at end of file
diff --git a/docs/components/index.md b/docs/components/index.md
new file mode 100644
index 000000000..b109cc2d8
--- /dev/null
+++ b/docs/components/index.md
@@ -0,0 +1,6 @@
+---
+layout: page
+title: Components
+---
+
+todo: this entire page \ No newline at end of file
diff --git a/docs/examples/overview.md b/docs/examples/index.md
index 489dcf8eb..489dcf8eb 100644
--- a/docs/examples/overview.md
+++ b/docs/examples/index.md
diff --git a/docs/extend/index.md b/docs/extend/index.md
new file mode 100644
index 000000000..947f48f24
--- /dev/null
+++ b/docs/extend/index.md
@@ -0,0 +1,6 @@
+---
+layout: page
+title: Extend
+---
+
+todo: this entire page \ No newline at end of file
diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md
new file mode 100644
index 000000000..0cf653907
--- /dev/null
+++ b/docs/getting-started/index.md
@@ -0,0 +1,6 @@
+---
+layout: page
+title: Getting started
+---
+
+todo: this entire page \ No newline at end of file
diff --git a/docs/layout/index.md b/docs/layout/index.md
new file mode 100644
index 000000000..96a817e7e
--- /dev/null
+++ b/docs/layout/index.md
@@ -0,0 +1,6 @@
+---
+layout: page
+title: Layout
+---
+
+todo: this entire page \ No newline at end of file