Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
9343e1e9
Commit
9343e1e9
authored
Jul 12, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove getting started link from home, add to navbar, overhaul getting started docs
parent
a12f0e55
Changes
14
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
342 additions
and
266 deletions
+342
-266
docs/assets/css/docs.css
docs/assets/css/docs.css
+4
-6
docs/base-css.html
docs/base-css.html
+3
-0
docs/components.html
docs/components.html
+3
-0
docs/download.html
docs/download.html
+3
-0
docs/examples.html
docs/examples.html
+3
-0
docs/extend.html
docs/extend.html
+3
-0
docs/getting-started.html
docs/getting-started.html
+151
-124
docs/index.html
docs/index.html
+3
-1
docs/javascript.html
docs/javascript.html
+3
-0
docs/scaffolding.html
docs/scaffolding.html
+3
-0
docs/templates/layout.mustache
docs/templates/layout.mustache
+3
-0
docs/templates/pages/getting-started.mustache
docs/templates/pages/getting-started.mustache
+157
-134
docs/templates/pages/index.mustache
docs/templates/pages/index.mustache
+0
-1
docs/upgrading.html
docs/upgrading.html
+3
-0
No files found.
docs/assets/css/docs.css
View file @
9343e1e9
...
@@ -95,9 +95,9 @@ hr.soften {
...
@@ -95,9 +95,9 @@ hr.soften {
background
:
-ms-linear-gradient
(
45deg
,
#020031
0%
,
#6d3353
100%
);
/* IE10+ */
background
:
-ms-linear-gradient
(
45deg
,
#020031
0%
,
#6d3353
100%
);
/* IE10+ */
background
:
linear-gradient
(
45deg
,
#020031
0%
,
#6d3353
100%
);
/* W3C */
background
:
linear-gradient
(
45deg
,
#020031
0%
,
#6d3353
100%
);
/* W3C */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#020031'
,
endColorstr
=
'#6d3353'
,
GradientType
=
1
);
/* IE6-9 fallback on horizontal gradient */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#020031'
,
endColorstr
=
'#6d3353'
,
GradientType
=
1
);
/* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
);
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
)
,
inset
0
-3px
7px
rgba
(
0
,
0
,
0
,
.15
)
;
-moz-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
);
-moz-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
)
,
inset
0
-3px
7px
rgba
(
0
,
0
,
0
,
.15
)
;
box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
);
box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
)
,
inset
0
-3px
7px
rgba
(
0
,
0
,
0
,
.15
)
;
}
}
.jumbotron
h1
{
.jumbotron
h1
{
...
@@ -209,7 +209,7 @@ hr.soften {
...
@@ -209,7 +209,7 @@ hr.soften {
font-size
:
60px
;
font-size
:
60px
;
}
}
.subhead
p
{
.subhead
p
{
margin-bottom
:
1
0px
;
margin-bottom
:
2
0px
;
}
}
.subhead
.navbar
{
.subhead
.navbar
{
display
:
none
;
display
:
none
;
...
@@ -915,5 +915,3 @@ form.bs-docs-example {
...
@@ -915,5 +915,3 @@ form.bs-docs-example {
}
}
}
}
docs/base-css.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
docs/components.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
docs/download.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
docs/examples.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
docs/extend.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
docs/getting-started.html
View file @
9343e1e9
This diff is collapsed.
Click to expand it.
docs/index.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
"active"
>
<li
class=
"active"
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
@@ -72,7 +75,6 @@
...
@@ -72,7 +75,6 @@
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p><a
href=
"assets/bootstrap.zip"
class=
"btn btn-primary btn-large"
>
Download Bootstrap
</a></p>
<p><a
href=
"assets/bootstrap.zip"
class=
"btn btn-primary btn-large"
>
Download Bootstrap
</a></p>
<ul
class=
"masthead-links"
>
<ul
class=
"masthead-links"
>
<li><a
href=
"./getting-started.html"
>
Getting started
</a></li>
<li><a
href=
"./download.html"
>
Customize
</a></li>
<li><a
href=
"./download.html"
>
Customize
</a></li>
<li><a
href=
"http://github.com/twitter/bootstrap"
>
GitHub project
</a></li>
<li><a
href=
"http://github.com/twitter/bootstrap"
>
GitHub project
</a></li>
<li>
Version 2.1.0
</li>
<li>
Version 2.1.0
</li>
...
...
docs/javascript.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
docs/scaffolding.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
"active"
>
<li
class=
"active"
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
docs/templates/layout.mustache
View file @
9343e1e9
...
@@ -57,6 +57,9 @@
...
@@ -57,6 +57,9 @@
<li
class=
"
{{
index
}}
"
>
<li
class=
"
{{
index
}}
"
>
<a
href=
"./index.html"
>
{{
_i
}}
Home
{{/
i
}}
</a>
<a
href=
"./index.html"
>
{{
_i
}}
Home
{{/
i
}}
</a>
</li>
</li>
<li
class=
"
{{
getting-started
}}
"
>
<a
href=
"./getting-started.html"
>
{{
_i
}}
Get started
{{/
i
}}
</a>
</li>
<li
class=
"
{{
scaffolding
}}
"
>
<li
class=
"
{{
scaffolding
}}
"
>
<a
href=
"./scaffolding.html"
>
{{
_i
}}
Scaffolding
{{/
i
}}
</a>
<a
href=
"./scaffolding.html"
>
{{
_i
}}
Scaffolding
{{/
i
}}
</a>
</li>
</li>
...
...
docs/templates/pages/getting-started.mustache
View file @
9343e1e9
This diff is collapsed.
Click to expand it.
docs/templates/pages/index.mustache
View file @
9343e1e9
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>
<p><a
href=
"assets/bootstrap.zip"
class=
"btn btn-primary btn-large"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"
{{/
production
}}
>
{{
_i
}}
Download Bootstrap
{{/
i
}}
</a></p>
<p><a
href=
"assets/bootstrap.zip"
class=
"btn btn-primary btn-large"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"
{{/
production
}}
>
{{
_i
}}
Download Bootstrap
{{/
i
}}
</a></p>
<ul
class=
"masthead-links"
>
<ul
class=
"masthead-links"
>
<li><a
href=
"./getting-started.html"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Getting started']);"
{{/
production
}}
>
Getting started
</a></li>
<li><a
href=
"./download.html"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Customize']);"
{{/
production
}}
>
Customize
</a></li>
<li><a
href=
"./download.html"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Customize']);"
{{/
production
}}
>
Customize
</a></li>
<li><a
href=
"http://github.com/twitter/bootstrap"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"
{{/
production
}}
>
GitHub project
</a></li>
<li><a
href=
"http://github.com/twitter/bootstrap"
{{#
production
}}
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"
{{/
production
}}
>
GitHub project
</a></li>
<li>
Version 2.1.0
</li>
<li>
Version 2.1.0
</li>
...
...
docs/upgrading.html
View file @
9343e1e9
...
@@ -45,6 +45,9 @@
...
@@ -45,6 +45,9 @@
<li
class=
""
>
<li
class=
""
>
<a
href=
"./index.html"
>
Home
</a>
<a
href=
"./index.html"
>
Home
</a>
</li>
</li>
<li
class=
""
>
<a
href=
"./getting-started.html"
>
Get started
</a>
</li>
<li
class=
""
>
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
</li>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment