From 0084fcada80e8b2bb1d0738fb242293dc1e7db14 Mon Sep 17 00:00:00 2001 From: Marcin Mazurek Date: Mon, 16 Jan 2017 22:35:09 +0100 Subject: [PATCH] docs(forms): remove unnecessary step of installing Bootstrap --- public/docs/js/latest/guide/forms.jade | 11 +++-------- public/docs/ts/latest/guide/forms.jade | 11 +++-------- 2 files changed, 6 insertions(+), 16 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. - -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=".") + Let's add the stylesheet. 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. - -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=".") + Let's add the stylesheet. Open index.html and add the following link to the <head>. ++makeExample('forms/ts/index.html', 'bootstrap')(format=".") + :marked .l-main-section :marked