From 1bae42f2a260a127a5cf36e2d119f05d2c1636c2 Mon Sep 17 00:00:00 2001 From: David Hemphill Date: Thu, 2 Nov 2017 17:21:02 -0500 Subject: [PATCH 1/2] Add navigation example --- docs/source/_layouts/documentation.blade.php | 1 + docs/source/docs/examples/navigation.blade.md | 106 ++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 docs/source/docs/examples/navigation.blade.md diff --git a/docs/source/_layouts/documentation.blade.php b/docs/source/_layouts/documentation.blade.php index a1ee4b40cddf..11601ff6964f 100644 --- a/docs/source/_layouts/documentation.blade.php +++ b/docs/source/_layouts/documentation.blade.php @@ -158,6 +158,7 @@
  • Alerts
  • Buttons
  • Cards
  • +
  • Navigation
  • diff --git a/docs/source/docs/examples/navigation.blade.md b/docs/source/docs/examples/navigation.blade.md new file mode 100644 index 000000000000..347802f1481f --- /dev/null +++ b/docs/source/docs/examples/navigation.blade.md @@ -0,0 +1,106 @@ +--- +extends: _layouts.documentation +title: "Navigation" +--- + +# Navigation + +
    +
    +
    +
    + +
    +
    +

    Work in progress!

    +

    More detailed examples are coming soon.

    +
    +
    +
    +
    + +## Simple Navigation Example + +@component('_partials.code-sample') + +@endcomponent + +## Tabs + +@component('_partials.code-sample') + +@endcomponent + +## Pills + +@component('_partials.code-sample') + +@endcomponent + +## Flex-Filled Navigation + +@component('_partials.code-sample') + +@endcomponent + +## Justified Navigation + +@component('_partials.code-sample') + +@endcomponent From 9e222bddf5a2edd2c67d20f76d38bdf81fdb61fd Mon Sep 17 00:00:00 2001 From: David Hemphill Date: Thu, 2 Nov 2017 17:33:27 -0500 Subject: [PATCH 2/2] Make hover state a little darker --- docs/source/docs/examples/navigation.blade.md | 212 +++++++++--------- 1 file changed, 106 insertions(+), 106 deletions(-) diff --git a/docs/source/docs/examples/navigation.blade.md b/docs/source/docs/examples/navigation.blade.md index 347802f1481f..7f92fee8dde4 100644 --- a/docs/source/docs/examples/navigation.blade.md +++ b/docs/source/docs/examples/navigation.blade.md @@ -1,106 +1,106 @@ ---- -extends: _layouts.documentation -title: "Navigation" ---- - -# Navigation - -
    -
    -
    -
    - -
    -
    -

    Work in progress!

    -

    More detailed examples are coming soon.

    -
    -
    -
    -
    - -## Simple Navigation Example - -@component('_partials.code-sample') - -@endcomponent - -## Tabs - -@component('_partials.code-sample') - -@endcomponent - -## Pills - -@component('_partials.code-sample') - -@endcomponent - -## Flex-Filled Navigation - -@component('_partials.code-sample') - -@endcomponent - -## Justified Navigation - -@component('_partials.code-sample') - -@endcomponent +--- +extends: _layouts.documentation +title: "Navigation" +--- + +# Navigation + +
    +
    +
    +
    + +
    +
    +

    Work in progress!

    +

    More detailed examples are coming soon.

    +
    +
    +
    +
    + +## Simple Navigation Example + +@component('_partials.code-sample') + +@endcomponent + +## Tabs + +@component('_partials.code-sample') + +@endcomponent + +## Pills + +@component('_partials.code-sample') + +@endcomponent + +## Flex-Filled Navigation + +@component('_partials.code-sample') + +@endcomponent + +## Justified Navigation + +@component('_partials.code-sample') + +@endcomponent