From e9af6b1449cebf3b17ded17faf0085f99b61b7d5 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 27 Apr 2015 10:40:37 -0400 Subject: [PATCH] Updated headings to use Sphinx standard --- docs/js-web-tools/bootstrap/bootstrap.rst | 44 +++++++++++------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/js-web-tools/bootstrap/bootstrap.rst b/docs/js-web-tools/bootstrap/bootstrap.rst index d6a09d454c..2abda95f18 100644 --- a/docs/js-web-tools/bootstrap/bootstrap.rst +++ b/docs/js-web-tools/bootstrap/bootstrap.rst @@ -7,7 +7,7 @@ By `Steve Smith`_ | Originally Published: 1 June 2015 Bootstrap 3 is currently the most popular web framework for developing responsive web applications. It offers a number of features and benefits that can improve your users' experience with your web site, whether you're a novice at front-end design and development or an expert. Bootstrap is deployed as a set of HTML, CSS and JavaScript files, and is designed to help your website or application scale efficiently from phones to tablets to desktops. Getting Started -^^^^^^^^^^^^^^^ +--------------- There are several ways to get started with Bootstrap. If you're starting a new web application in Visual Studio, you can choose the default starter template for ASP.NET 5, in which case Bootstrap will come pre-installed: @@ -16,21 +16,21 @@ There are several ways to get started with Bootstrap. If you're starting a new w You can also install bootstrap using one of several package managers, such as bower, npm, or NuGet. In each case, the process is essentially the same: Bower ------ +^^^^^ .. code-block:: console bower install bootstrap npm ---- +^^^ .. code-block:: console npm install bootstrap NuGet ------ +^^^^^ .. code-block:: console @@ -57,12 +57,12 @@ Note that if you're going to be using any of Bootstrap's jQuery plugins, you wil Basic Templates and Features -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +---------------------------- The most basic Bootstrap template looks very much like the _Layout.cshtml file shown above, and simply includes a basic menu for navigation and a place to render the rest of the page. Basic Navigation ----------------- +^^^^^^^^^^^^^^^^ The default template uses a set of
elements to render a top navbar and the main body of the page. If you're using HTML5, you can replace the first
tag with a