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

Commit 9d965a7

Browse files
marcin-mazurekwardbell
authored andcommitted
docs(forms): remove unnecessary step of installing Bootstrap (#3104)
1 parent a5204e7 commit 9d965a7

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

public/docs/js/latest/guide/forms.jade

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,9 @@ code-example(format="").
230230
... or none at all.
231231

232232
:marked
233-
Let's add the stylesheet.
234-
235-
ol
236-
li Open a terminal window in the application root folder and enter the command:
237-
code-example(language="html" escape="html").
238-
npm install bootstrap --save
239-
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
240-
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
233+
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
234+
+makeExample('forms/js/index.html', 'bootstrap')(format=".")
235+
241236
:marked
242237
.l-main-section
243238
:marked

public/docs/ts/latest/guide/forms.jade

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,9 @@ code-example(format="").
244244
... or none at all.
245245

246246
:marked
247-
Let's add the stylesheet.
248-
249-
ol
250-
li Open a terminal window in the application root folder and enter the command:
251-
code-example(language="html" escape="html").
252-
npm install bootstrap --save
253-
li Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
254-
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
247+
Let's add the stylesheet. Open <code>index.html</code> and add the following link to the <code>&lt;head></code>.
248+
+makeExample('forms/ts/index.html', 'bootstrap')(format=".")
249+
255250
:marked
256251
.l-main-section
257252
:marked

0 commit comments

Comments
 (0)