Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(forms): remove unnecessary step of installing Bootstrap #3104

Merged
merged 1 commit into from
Jan 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions public/docs/js/latest/guide/forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,9 @@ code-example(format="").
... or none at all.

:marked
Let's add the stylesheet.

ol
li Open a terminal window in the application root folder and enter the command:
code-example(language="html" escape="html").
npm install bootstrap --save
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/js/index.html', 'bootstrap')(format=".")

:marked
.l-main-section
:marked
Expand Down
11 changes: 3 additions & 8 deletions public/docs/ts/latest/guide/forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,9 @@ code-example(format="").
... or none at all.

:marked
Let's add the stylesheet.

ol
li Open a terminal window in the application root folder and enter the command:
code-example(language="html" escape="html").
npm install bootstrap --save
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")

:marked
.l-main-section
:marked
Expand Down