From 7e86bfd9acaba9039a6fb90c9fb48a69161efea4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Apr 2015 12:28:50 -0700 Subject: change nav to use index files for each section; stub out index views for everything --- docs/_data/nav.yml | 1 - docs/_includes/nav-docs.html | 2 +- docs/about/index.md | 6 ++ docs/components/index.md | 6 ++ docs/examples/index.md | 154 ++++++++++++++++++++++++++++++++++++++++++ docs/examples/overview.md | 154 ------------------------------------------ docs/extend/index.md | 6 ++ docs/getting-started/index.md | 6 ++ docs/layout/index.md | 6 ++ 9 files changed, 185 insertions(+), 156 deletions(-) create mode 100644 docs/about/index.md create mode 100644 docs/components/index.md create mode 100644 docs/examples/index.md delete mode 100644 docs/examples/overview.md create mode 100644 docs/extend/index.md create mode 100644 docs/getting-started/index.md create mode 100644 docs/layout/index.md 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 %}
- + {{ group.title }} 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/index.md b/docs/examples/index.md new file mode 100644 index 000000000..489dcf8eb --- /dev/null +++ b/docs/examples/index.md @@ -0,0 +1,154 @@ +--- +layout: page +title: Examples +--- + +### Framework + +Examples that focus on implementing uses of built-in components provided by Bootstrap. + +
+
+ + + +

Starter template

+

Nothing but the basics: compiled CSS and JavaScript.

+
+
+ + + +

Grids

+

Multiple examples of grid layouts with all four tiers, nesting, and more.

+
+
+ +
+ + + +

Jumbotron

+

Build around the jumbotron with a navbar and some basic grid columns.

+
+
+ + + +

Narrow jumbotron

+

Build a more custom page by narrowing the default container and jumbotron.

+
+
+ +### Navbars + +Taking the default navbar component and showing how it can be moved, placed, and extended. + +
+
+ + + +

Navbar

+

Super basic template that includes the navbar along with some additional content.

+
+
+ + + +

Static top navbar

+

Super basic template with a static top navbar along with some additional content.

+
+
+ +
+ + + +

Fixed navbar

+

Super basic template with a fixed top navbar along with some additional content.

+
+
+ +### Custom components + +Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework. + +
+
+ + + +

Cover

+

A one-page template for building simple and beautiful home pages.

+
+
+ + + +

Carousel

+

Customize the navbar and carousel, then add some new components.

+
+
+ +
+ + + +

Blog

+

Simple two-column blog layout with custom navigation, header, and type.

+
+
+ + + +

Dashboard

+

Basic structure for a admin dashboard with fixed sidebar and navbar.

+
+
+ +
+ + + +

Sign-in page

+

Custom form layout and design for a simple sign in form.

+
+
+ + + +

Justified nav

+

Create a custom navbar with justified links. Heads up! Not too Safari friendly.

+
+
+ +
+ + + +

Sticky footer

+

Attach a footer to the bottom of the viewport when the content is shorter than it.

+
+
+ + + +

Sticky footer with navbar

+

Attach a footer to the bottom of the viewport with a fixed navbar at the top.

+
+
+ +### Experiments + +Examples that focus on future-friendly features or techniques. + +
+
+ + + +

Offcanvas

+

Build a toggleable off-canvas navigation menu for use with Bootstrap.

+
+
diff --git a/docs/examples/overview.md b/docs/examples/overview.md deleted file mode 100644 index 489dcf8eb..000000000 --- a/docs/examples/overview.md +++ /dev/null @@ -1,154 +0,0 @@ ---- -layout: page -title: Examples ---- - -### Framework - -Examples that focus on implementing uses of built-in components provided by Bootstrap. - -
-
- - - -

Starter template

-

Nothing but the basics: compiled CSS and JavaScript.

-
-
- - - -

Grids

-

Multiple examples of grid layouts with all four tiers, nesting, and more.

-
-
- -
- - - -

Jumbotron

-

Build around the jumbotron with a navbar and some basic grid columns.

-
-
- - - -

Narrow jumbotron

-

Build a more custom page by narrowing the default container and jumbotron.

-
-
- -### Navbars - -Taking the default navbar component and showing how it can be moved, placed, and extended. - -
-
- - - -

Navbar

-

Super basic template that includes the navbar along with some additional content.

-
-
- - - -

Static top navbar

-

Super basic template with a static top navbar along with some additional content.

-
-
- -
- - - -

Fixed navbar

-

Super basic template with a fixed top navbar along with some additional content.

-
-
- -### Custom components - -Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework. - -
-
- - - -

Cover

-

A one-page template for building simple and beautiful home pages.

-
-
- - - -

Carousel

-

Customize the navbar and carousel, then add some new components.

-
-
- -
- - - -

Blog

-

Simple two-column blog layout with custom navigation, header, and type.

-
-
- - - -

Dashboard

-

Basic structure for a admin dashboard with fixed sidebar and navbar.

-
-
- -
- - - -

Sign-in page

-

Custom form layout and design for a simple sign in form.

-
-
- - - -

Justified nav

-

Create a custom navbar with justified links. Heads up! Not too Safari friendly.

-
-
- -
- - - -

Sticky footer

-

Attach a footer to the bottom of the viewport when the content is shorter than it.

-
-
- - - -

Sticky footer with navbar

-

Attach a footer to the bottom of the viewport with a fixed navbar at the top.

-
-
- -### Experiments - -Examples that focus on future-friendly features or techniques. - -
-
- - - -

Offcanvas

-

Build a toggleable off-canvas navigation menu for use with Bootstrap.

-
-
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 -- cgit v1.2.3