mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
change nav to use index files for each section; stub out index views for everything
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user