From a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Dec 2013 22:47:03 -0800 Subject: Rearrange repository contents because muahahahahahaha --- docs/_includes/ads.html | 1 + docs/_includes/footer.html | 44 ++++++++++ docs/_includes/header.html | 43 ++++++++++ docs/_includes/nav-about.html | 12 +++ docs/_includes/nav-components.html | 138 ++++++++++++++++++++++++++++++++ docs/_includes/nav-css.html | 129 +++++++++++++++++++++++++++++ docs/_includes/nav-customize.html | 40 +++++++++ docs/_includes/nav-getting-started.html | 60 ++++++++++++++ docs/_includes/nav-javascript.html | 89 ++++++++++++++++++++ docs/_includes/nav-main.html | 37 +++++++++ docs/_includes/old-bs-docs.html | 8 ++ docs/_includes/social-buttons.html | 16 ++++ 12 files changed, 617 insertions(+) create mode 100644 docs/_includes/ads.html create mode 100644 docs/_includes/footer.html create mode 100644 docs/_includes/header.html create mode 100644 docs/_includes/nav-about.html create mode 100644 docs/_includes/nav-components.html create mode 100644 docs/_includes/nav-css.html create mode 100644 docs/_includes/nav-customize.html create mode 100644 docs/_includes/nav-getting-started.html create mode 100644 docs/_includes/nav-javascript.html create mode 100644 docs/_includes/nav-main.html create mode 100644 docs/_includes/old-bs-docs.html create mode 100644 docs/_includes/social-buttons.html (limited to 'docs/_includes') diff --git a/docs/_includes/ads.html b/docs/_includes/ads.html new file mode 100644 index 000000000..ba4775f5e --- /dev/null +++ b/docs/_includes/ads.html @@ -0,0 +1 @@ +
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 000000000..b8e19b523 --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,44 @@ + + + + + + + + + +{% if page.slug == "customize" %} + + +{% endif %} + +{% comment %} + Inject Twitter widgets asynchronously. Snippet snipped from Twitter's + JS interface site: https://dev.twitter.com/docs/tfw-javascript + + * "js.async=1;" added to add async attribute to the generated script tag. +{% endcomment %} + + + + diff --git a/docs/_includes/header.html b/docs/_includes/header.html new file mode 100644 index 000000000..3b6495897 --- /dev/null +++ b/docs/_includes/header.html @@ -0,0 +1,43 @@ + + + + + + + + + {% if page.title == "Bootstrap" %} + {{ page.title }} + {% else %} + {{ page.title }} · Bootstrap + {% endif %} + + + + + + + + + + + + + + + + + + diff --git a/docs/_includes/nav-about.html b/docs/_includes/nav-about.html new file mode 100644 index 000000000..f0f4a5b8a --- /dev/null +++ b/docs/_includes/nav-about.html @@ -0,0 +1,12 @@ +
  • + History +
  • +
  • + Team +
  • +
  • + Community +
  • +
  • + Translations +
  • diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html new file mode 100644 index 000000000..131114883 --- /dev/null +++ b/docs/_includes/nav-components.html @@ -0,0 +1,138 @@ +
  • + Glyphicons + +
  • +
  • + Dropdowns + +
  • +
  • + Button groups + +
  • +
  • + Button dropdowns + +
  • +
  • + Input groups + +
  • +
  • + Navs + +
  • +
  • + Navbar + +
  • +
  • Breadcrumbs
  • +
  • + Pagination + +
  • +
  • Labels
  • +
  • Badges
  • +
  • Jumbotron
  • +
  • Page header
  • +
  • + Thumbnails + +
  • +
  • + Alerts + +
  • +
  • + Progress bars + +
  • +
  • + Media object + +
  • +
  • + List group + +
  • +
  • + Panels + +
  • +
  • Wells
  • diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html new file mode 100644 index 000000000..a7ca471bd --- /dev/null +++ b/docs/_includes/nav-css.html @@ -0,0 +1,129 @@ +
  • + Overview + +
  • +
  • + Grid system + +
  • +
  • + Typography + +
  • +
  • + Code + +
  • +
  • + Tables + +
  • +
  • + Forms + +
  • +
  • + Buttons + +
  • +
  • + Images +
  • +
  • + Helper classes + +
  • +
  • + Responsive utilities + +
  • +
  • + Using Less + +
  • +
  • + Using Sass + +
  • diff --git a/docs/_includes/nav-customize.html b/docs/_includes/nav-customize.html new file mode 100644 index 000000000..661a2607e --- /dev/null +++ b/docs/_includes/nav-customize.html @@ -0,0 +1,40 @@ +
  • + LESS components +
  • +
  • + jQuery plugins +
  • +
  • + LESS variables + +
  • +
  • + Download +
  • diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html new file mode 100644 index 000000000..96e175dd2 --- /dev/null +++ b/docs/_includes/nav-getting-started.html @@ -0,0 +1,60 @@ +
  • + Download Bootstrap + +
  • +
  • + What's included + +
  • +
  • + Basic template +
  • +
  • + Examples +
  • +
  • + Disabling responsiveness +
  • +
  • + Migrating from 2.x to 3.0 + +
  • +
  • + Browser and device support + +
  • +
  • + Third party support +
  • +
  • + Accessibility +
  • +
  • + License FAQs +
  • +
  • + Customizing Bootstrap +
  • diff --git a/docs/_includes/nav-javascript.html b/docs/_includes/nav-javascript.html new file mode 100644 index 000000000..aeeafe264 --- /dev/null +++ b/docs/_includes/nav-javascript.html @@ -0,0 +1,89 @@ +
  • + Overview + +
  • +
  • Transitions
  • +
  • + Modal + +
  • +
  • + Dropdown + +
  • +
  • + Scrollspy + +
  • +
  • + Tab + +
  • +
  • + Tooltip + +
  • +
  • + Popover + +
  • +
  • + Alert + +
  • +
  • + Button + +
  • +
  • + Collapse + +
  • +
  • + Carousel + +
  • +
  • + Affix + +
  • diff --git a/docs/_includes/nav-main.html b/docs/_includes/nav-main.html new file mode 100644 index 000000000..b39e6edfa --- /dev/null +++ b/docs/_includes/nav-main.html @@ -0,0 +1,37 @@ + diff --git a/docs/_includes/old-bs-docs.html b/docs/_includes/old-bs-docs.html new file mode 100644 index 000000000..81f367d81 --- /dev/null +++ b/docs/_includes/old-bs-docs.html @@ -0,0 +1,8 @@ +
    +
    + + Looking for Bootstrap 2.3.2 docs? + + We've moved it to a new home while we push forward with Bootstrap 3. Read the blog for details. +
    +
    diff --git a/docs/_includes/social-buttons.html b/docs/_includes/social-buttons.html new file mode 100644 index 000000000..43f5a096a --- /dev/null +++ b/docs/_includes/social-buttons.html @@ -0,0 +1,16 @@ +
    + +
    -- cgit v1.2.3