]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change nav to use index files for each section; stub out index views for everything
authorMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 19:28:50 +0000 (12:28 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 19:28:50 +0000 (12:28 -0700)
docs/_data/nav.yml
docs/_includes/nav-docs.html
docs/about/index.md [new file with mode: 0644]
docs/components/index.md [new file with mode: 0644]
docs/examples/index.md [moved from docs/examples/overview.md with 100% similarity]
docs/extend/index.md [new file with mode: 0644]
docs/getting-started/index.md [new file with mode: 0644]
docs/layout/index.md [new file with mode: 0644]

index 6bd3b0ad492fa34b8dc3be0d41bb04f825eeb13b..df1e070686372a430f4adda025f36cce9e3e71ff 100644 (file)
 
 - title: Examples
   pages:
-    - title: Overview
     - title: Starter template
     - title: Grid
     - title: Jumbotron
index 9c8b560f98b771bb7bd07dd44e7920fed83998d8..09b70bf462eea02a323e7ff45d9f6558ccc29ba9 100644 (file)
@@ -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 (file)
index 0000000..12b1c5f
--- /dev/null
@@ -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 (file)
index 0000000..b109cc2
--- /dev/null
@@ -0,0 +1,6 @@
+---
+layout: page
+title: Components
+---
+
+todo: this entire page
\ No newline at end of file
diff --git a/docs/extend/index.md b/docs/extend/index.md
new file mode 100644 (file)
index 0000000..947f48f
--- /dev/null
@@ -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 (file)
index 0000000..0cf6539
--- /dev/null
@@ -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 (file)
index 0000000..96a817e
--- /dev/null
@@ -0,0 +1,6 @@
+---
+layout: page
+title: Layout
+---
+
+todo: this entire page
\ No newline at end of file