mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
change nav to use index files for each section; stub out index views for everything
This commit is contained in:
parent
d64c93e09a
commit
7e86bfd9ac
8 changed files with 31 additions and 2 deletions
|
@ -160,7 +160,6 @@
|
||||||
|
|
||||||
- title: Examples
|
- title: Examples
|
||||||
pages:
|
pages:
|
||||||
- title: Overview
|
|
||||||
- title: Starter template
|
- title: Starter template
|
||||||
- title: Grid
|
- title: Grid
|
||||||
- title: Jumbotron
|
- title: Jumbotron
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="bd-toc-item {{ active }}">
|
<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 }}
|
{{ group.title }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
6
docs/about/index.md
Normal file
6
docs/about/index.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: About
|
||||||
|
---
|
||||||
|
|
||||||
|
todo: this entire page
|
6
docs/components/index.md
Normal file
6
docs/components/index.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Components
|
||||||
|
---
|
||||||
|
|
||||||
|
todo: this entire page
|
6
docs/extend/index.md
Normal file
6
docs/extend/index.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Extend
|
||||||
|
---
|
||||||
|
|
||||||
|
todo: this entire page
|
6
docs/getting-started/index.md
Normal file
6
docs/getting-started/index.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Getting started
|
||||||
|
---
|
||||||
|
|
||||||
|
todo: this entire page
|
6
docs/layout/index.md
Normal file
6
docs/layout/index.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Layout
|
||||||
|
---
|
||||||
|
|
||||||
|
todo: this entire page
|
Loading…
Add table
Reference in a new issue