aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-18 17:41:30 -0700
committerMark Otto <[email protected]>2013-07-18 17:41:30 -0700
commita8005b3d0b8599611e8bfc864e704b50411fcb69 (patch)
treeaff3a67c1e82d6d36127115a1edb94a519825237
parent36188d0884c51c9ef9aece3b2eaaa84ac67d0ff1 (diff)
downloadbootstrap-a8005b3d0b8599611e8bfc864e704b50411fcb69.tar.xz
bootstrap-a8005b3d0b8599611e8bfc864e704b50411fcb69.zip
flatten docs dir back into root
-rw-r--r--_config.yml2
-rw-r--r--_includes/ads.html (renamed from docs/_includes/ads.html)0
-rw-r--r--_includes/footer.html (renamed from docs/_includes/footer.html)0
-rw-r--r--_includes/header.html (renamed from docs/_includes/header.html)0
-rw-r--r--_includes/nav-components.html (renamed from docs/_includes/nav-components.html)0
-rw-r--r--_includes/nav-css.html (renamed from docs/_includes/nav-css.html)0
-rw-r--r--_includes/nav-customize.html (renamed from docs/_includes/nav-customize.html)0
-rw-r--r--_includes/nav-getting-started.html (renamed from docs/_includes/nav-getting-started.html)0
-rw-r--r--_includes/nav-javascript.html (renamed from docs/_includes/nav-javascript.html)0
-rw-r--r--_includes/nav-main.html (renamed from docs/_includes/nav-main.html)0
-rw-r--r--_includes/social-buttons.html (renamed from docs/_includes/social-buttons.html)0
-rw-r--r--_layouts/default.html (renamed from docs/_layouts/default.html)0
-rw-r--r--_layouts/home.html (renamed from docs/_layouts/home.html)0
-rw-r--r--assets/css/bootstrap.css (renamed from docs/assets/css/bootstrap.css)0
-rw-r--r--assets/css/docs.css (renamed from docs/assets/css/docs.css)0
-rw-r--r--assets/css/pygments-manni.css (renamed from docs/assets/css/pygments-manni.css)0
-rw-r--r--assets/ico/apple-touch-icon-114-precomposed.png (renamed from docs/assets/ico/apple-touch-icon-114-precomposed.png)bin2669 -> 2669 bytes
-rw-r--r--assets/ico/apple-touch-icon-144-precomposed.png (renamed from docs/assets/ico/apple-touch-icon-144-precomposed.png)bin3335 -> 3335 bytes
-rw-r--r--assets/ico/apple-touch-icon-57-precomposed.png (renamed from docs/assets/ico/apple-touch-icon-57-precomposed.png)bin1405 -> 1405 bytes
-rw-r--r--assets/ico/apple-touch-icon-72-precomposed.png (renamed from docs/assets/ico/apple-touch-icon-72-precomposed.png)bin1768 -> 1768 bytes
-rw-r--r--assets/ico/favicon.png (renamed from docs/assets/ico/favicon.png)bin722 -> 722 bytes
-rw-r--r--assets/js/application.js (renamed from docs/assets/js/application.js)0
-rw-r--r--assets/js/bootstrap.js (renamed from docs/assets/js/bootstrap.js)0
-rw-r--r--assets/js/bootstrap.min.js (renamed from docs/assets/js/bootstrap.min.js)0
-rwxr-xr-xassets/js/holder/holder.js (renamed from docs/assets/js/holder/holder.js)0
-rw-r--r--assets/js/html5shiv.js (renamed from docs/assets/js/html5shiv.js)0
-rw-r--r--assets/js/jquery.js (renamed from docs/assets/js/jquery.js)0
-rw-r--r--assets/js/respond/respond.min.js (renamed from docs/assets/js/respond/respond.min.js)0
-rw-r--r--components.html (renamed from docs/components.html)0
-rw-r--r--css.html (renamed from docs/css.html)0
-rw-r--r--customize.html (renamed from docs/customize.html)0
-rw-r--r--getting-started.html (renamed from docs/getting-started.html)0
-rw-r--r--index.html (renamed from docs/index.html)0
-rw-r--r--javascript.html (renamed from docs/javascript.html)0
34 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index ddef7b2b9..0ab7ee81e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,6 +6,6 @@ pygments: true
permalink: pretty
# Server
-source: ./docs
destination: ./_gh_pages
+exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md"]
port: 9001
diff --git a/docs/_includes/ads.html b/_includes/ads.html
index 495e7ba47..495e7ba47 100644
--- a/docs/_includes/ads.html
+++ b/_includes/ads.html
diff --git a/docs/_includes/footer.html b/_includes/footer.html
index fcfc7c482..fcfc7c482 100644
--- a/docs/_includes/footer.html
+++ b/_includes/footer.html
diff --git a/docs/_includes/header.html b/_includes/header.html
index af2104ebb..af2104ebb 100644
--- a/docs/_includes/header.html
+++ b/_includes/header.html
diff --git a/docs/_includes/nav-components.html b/_includes/nav-components.html
index 514dcfed3..514dcfed3 100644
--- a/docs/_includes/nav-components.html
+++ b/_includes/nav-components.html
diff --git a/docs/_includes/nav-css.html b/_includes/nav-css.html
index fb00465c2..fb00465c2 100644
--- a/docs/_includes/nav-css.html
+++ b/_includes/nav-css.html
diff --git a/docs/_includes/nav-customize.html b/_includes/nav-customize.html
index 1539b0c25..1539b0c25 100644
--- a/docs/_includes/nav-customize.html
+++ b/_includes/nav-customize.html
diff --git a/docs/_includes/nav-getting-started.html b/_includes/nav-getting-started.html
index 022d335cd..022d335cd 100644
--- a/docs/_includes/nav-getting-started.html
+++ b/_includes/nav-getting-started.html
diff --git a/docs/_includes/nav-javascript.html b/_includes/nav-javascript.html
index 13079580b..13079580b 100644
--- a/docs/_includes/nav-javascript.html
+++ b/_includes/nav-javascript.html
diff --git a/docs/_includes/nav-main.html b/_includes/nav-main.html
index 40244d3a2..40244d3a2 100644
--- a/docs/_includes/nav-main.html
+++ b/_includes/nav-main.html
diff --git a/docs/_includes/social-buttons.html b/_includes/social-buttons.html
index 5cef71a19..5cef71a19 100644
--- a/docs/_includes/social-buttons.html
+++ b/_includes/social-buttons.html
diff --git a/docs/_layouts/default.html b/_layouts/default.html
index 30a261ce8..30a261ce8 100644
--- a/docs/_layouts/default.html
+++ b/_layouts/default.html
diff --git a/docs/_layouts/home.html b/_layouts/home.html
index 9230184dc..9230184dc 100644
--- a/docs/_layouts/home.html
+++ b/_layouts/home.html
diff --git a/docs/assets/css/bootstrap.css b/assets/css/bootstrap.css
index ebfc45fdd..ebfc45fdd 100644
--- a/docs/assets/css/bootstrap.css
+++ b/assets/css/bootstrap.css
diff --git a/docs/assets/css/docs.css b/assets/css/docs.css
index 3aaecd065..3aaecd065 100644
--- a/docs/assets/css/docs.css
+++ b/assets/css/docs.css
diff --git a/docs/assets/css/pygments-manni.css b/assets/css/pygments-manni.css
index 1264b87f1..1264b87f1 100644
--- a/docs/assets/css/pygments-manni.css
+++ b/assets/css/pygments-manni.css
diff --git a/docs/assets/ico/apple-touch-icon-114-precomposed.png b/assets/ico/apple-touch-icon-114-precomposed.png
index 4bce6da0b..4bce6da0b 100644
--- a/docs/assets/ico/apple-touch-icon-114-precomposed.png
+++ b/assets/ico/apple-touch-icon-114-precomposed.png
Binary files differ
diff --git a/docs/assets/ico/apple-touch-icon-144-precomposed.png b/assets/ico/apple-touch-icon-144-precomposed.png
index 0b6baa106..0b6baa106 100644
--- a/docs/assets/ico/apple-touch-icon-144-precomposed.png
+++ b/assets/ico/apple-touch-icon-144-precomposed.png
Binary files differ
diff --git a/docs/assets/ico/apple-touch-icon-57-precomposed.png b/assets/ico/apple-touch-icon-57-precomposed.png
index 31625ad40..31625ad40 100644
--- a/docs/assets/ico/apple-touch-icon-57-precomposed.png
+++ b/assets/ico/apple-touch-icon-57-precomposed.png
Binary files differ
diff --git a/docs/assets/ico/apple-touch-icon-72-precomposed.png b/assets/ico/apple-touch-icon-72-precomposed.png
index fc8a855ea..fc8a855ea 100644
--- a/docs/assets/ico/apple-touch-icon-72-precomposed.png
+++ b/assets/ico/apple-touch-icon-72-precomposed.png
Binary files differ
diff --git a/docs/assets/ico/favicon.png b/assets/ico/favicon.png
index 2a5db9265..2a5db9265 100644
--- a/docs/assets/ico/favicon.png
+++ b/assets/ico/favicon.png
Binary files differ
diff --git a/docs/assets/js/application.js b/assets/js/application.js
index 3fa5f07b7..3fa5f07b7 100644
--- a/docs/assets/js/application.js
+++ b/assets/js/application.js
diff --git a/docs/assets/js/bootstrap.js b/assets/js/bootstrap.js
index c99d243ca..c99d243ca 100644
--- a/docs/assets/js/bootstrap.js
+++ b/assets/js/bootstrap.js
diff --git a/docs/assets/js/bootstrap.min.js b/assets/js/bootstrap.min.js
index efca8ac0d..efca8ac0d 100644
--- a/docs/assets/js/bootstrap.min.js
+++ b/assets/js/bootstrap.min.js
diff --git a/docs/assets/js/holder/holder.js b/assets/js/holder/holder.js
index f717054c3..f717054c3 100755
--- a/docs/assets/js/holder/holder.js
+++ b/assets/js/holder/holder.js
diff --git a/docs/assets/js/html5shiv.js b/assets/js/html5shiv.js
index 784f221ca..784f221ca 100644
--- a/docs/assets/js/html5shiv.js
+++ b/assets/js/html5shiv.js
diff --git a/docs/assets/js/jquery.js b/assets/js/jquery.js
index 32d50cb0e..32d50cb0e 100644
--- a/docs/assets/js/jquery.js
+++ b/assets/js/jquery.js
diff --git a/docs/assets/js/respond/respond.min.js b/assets/js/respond/respond.min.js
index 56418a245..56418a245 100644
--- a/docs/assets/js/respond/respond.min.js
+++ b/assets/js/respond/respond.min.js
diff --git a/docs/components.html b/components.html
index 9202b133a..9202b133a 100644
--- a/docs/components.html
+++ b/components.html
diff --git a/docs/css.html b/css.html
index c0e6c5061..c0e6c5061 100644
--- a/docs/css.html
+++ b/css.html
diff --git a/docs/customize.html b/customize.html
index 511e94e41..511e94e41 100644
--- a/docs/customize.html
+++ b/customize.html
diff --git a/docs/getting-started.html b/getting-started.html
index b8775ad59..b8775ad59 100644
--- a/docs/getting-started.html
+++ b/getting-started.html
diff --git a/docs/index.html b/index.html
index b798f3013..b798f3013 100644
--- a/docs/index.html
+++ b/index.html
diff --git a/docs/javascript.html b/javascript.html
index 94946a351..94946a351 100644
--- a/docs/javascript.html
+++ b/javascript.html