Commit 7e86bfd9 authored by Mark Otto's avatar Mark Otto

change nav to use index files for each section; stub out index views for everything

parent d64c93e0
......@@ -160,7 +160,6 @@
- title: Examples
pages:
- title: Overview
- title: Starter template
- title: Grid
- title: Jumbotron
......
......@@ -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>
......
---
layout: page
title: About
---
todo: this entire page
\ No newline at end of file
---
layout: page
title: Components
---
todo: this entire page
\ No newline at end of file
---
layout: page
title: Extend
---
todo: this entire page
\ No newline at end of file
---
layout: page
title: Getting started
---
todo: this entire page
\ No newline at end of file
---
layout: page
title: Layout
---
todo: this entire page
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment