From edb733ebc7db2d76bdac2611cbd83c5ae36f4fee Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 8 May 2013 21:56:08 -0700 Subject: Super massive docs overhaul * Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work) --- docs/_includes/nav-javascript.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/_includes/nav-javascript.html (limited to 'docs/_includes/nav-javascript.html') diff --git a/docs/_includes/nav-javascript.html b/docs/_includes/nav-javascript.html new file mode 100644 index 000000000..d691845f2 --- /dev/null +++ b/docs/_includes/nav-javascript.html @@ -0,0 +1,28 @@ +
  • + Overview + +
  • +
  • Transitions
  • +
  • + Modal + +
  • +
  • Dropdown
  • +
  • Scrollspy
  • +
  • Tab
  • +
  • Tooltip
  • +
  • Popover
  • +
  • Alert
  • +
  • Button
  • +
  • Collapse
  • +
  • Carousel
  • +
  • Affix
  • -- cgit v1.2.3 From 4eeebe7e06bc93a8d4854acb82745f8409c2e3a1 Mon Sep 17 00:00:00 2001 From: marsuboss Date: Mon, 13 May 2013 15:50:02 +0300 Subject: Fix --- docs/_includes/nav-javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/nav-javascript.html') diff --git a/docs/_includes/nav-javascript.html b/docs/_includes/nav-javascript.html index d691845f2..9422b27fb 100644 --- a/docs/_includes/nav-javascript.html +++ b/docs/_includes/nav-javascript.html @@ -5,7 +5,7 @@
  • Data attributes
  • Programmatic API
  • No Conflict
  • -
  • Evens
  • +
  • Events
  • Transitions
  • -- cgit v1.2.3