From 9d965a700d9bd48986a296e7aa8c83c439d3ce93 Mon Sep 17 00:00:00 2001 From: Marcin Mazurek Date: Tue, 17 Jan 2017 07:45:30 +0100 Subject: [PATCH] docs(forms): remove unnecessary step of installing Bootstrap (#3104) --- public/docs/js/latest/guide/forms.jade | 9 ++------- public/docs/ts/latest/guide/forms.jade | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/public/docs/js/latest/guide/forms.jade b/public/docs/js/latest/guide/forms.jade index e51a6f01b0..2e3a65601b 100644 --- a/public/docs/js/latest/guide/forms.jade +++ b/public/docs/js/latest/guide/forms.jade @@ -230,14 +230,9 @@ code-example(format=""). ... or none at all. :marked - Let's add the stylesheet. + Let's add the stylesheet. Open index.html and add the following link to the <head>. ++makeExample('forms/js/index.html', 'bootstrap')(format=".") -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 index.html and add the following link to the <head>. - +makeExample('forms/js/index.html', 'bootstrap')(format=".") :marked .l-main-section :marked diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index be16d9ed6c..7bbcc9ae5e 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -244,14 +244,9 @@ code-example(format=""). ... or none at all. :marked - Let's add the stylesheet. + Let's add the stylesheet. Open index.html and add the following link to the <head>. ++makeExample('forms/ts/index.html', 'bootstrap')(format=".") -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 index.html and add the following link to the <head>. - +makeExample('forms/ts/index.html', 'bootstrap')(format=".") :marked .l-main-section :marked