From fb6db5026ef0c6f1789b2b40e8f7ded0f7b89469 Mon Sep 17 00:00:00 2001 From: Adam Kochanowicz Date: Tue, 24 May 2016 14:07:16 -0700 Subject: [PATCH] Removing remaining refs to kickstart store --- lib-docs/jade/about/index.jade | 3 --- lib-docs/jade/docs/3.x/adding-extensions/index.jade | 2 +- lib-docs/jade/docs/3.x/ui/icons-hidden/index.jade | 9 ++++----- .../jade/docs/4.x/advanced/adding-extensions/index.jade | 2 +- .../jade/docs/4.x/ui/components/icons-hidden/index.jade | 3 +-- lib-docs/jade/index.jade | 2 +- 6 files changed, 8 insertions(+), 13 deletions(-) diff --git a/lib-docs/jade/about/index.jade b/lib-docs/jade/about/index.jade index f47c7f76fa0f..729a6610dc6b 100644 --- a/lib-docs/jade/about/index.jade +++ b/lib-docs/jade/about/index.jade @@ -33,9 +33,6 @@ block content - Have only one or a few themes. Who wants a framework that makes your site look like everyone else's? - Extensibility is a #1, unfulfilled need in the world of frameworks. Kickstart is solving this - with its own native solution, the [Kickstart Store](http://kickstart.everything.io). - ## Why aren't your docs accessible When I wrote the docs, I assumed I would get backlash for not writing `aria-this` and `aria-that` diff --git a/lib-docs/jade/docs/3.x/adding-extensions/index.jade b/lib-docs/jade/docs/3.x/adding-extensions/index.jade index 49bfa3a60055..e86f2235e461 100644 --- a/lib-docs/jade/docs/3.x/adding-extensions/index.jade +++ b/lib-docs/jade/docs/3.x/adding-extensions/index.jade @@ -34,7 +34,7 @@ block documents :markdown ## Adding submodules - On the [Kickstart Store](http://kickstart.everything.io), each extension has a submodule creation + Each extension has a submodule creation command that should look something like the code you see here. Running this in the terminal will create a folder (in this case "switch") and will download the diff --git a/lib-docs/jade/docs/3.x/ui/icons-hidden/index.jade b/lib-docs/jade/docs/3.x/ui/icons-hidden/index.jade index 5aad8c7c97a0..ed0d6c8e6777 100644 --- a/lib-docs/jade/docs/3.x/ui/icons-hidden/index.jade +++ b/lib-docs/jade/docs/3.x/ui/icons-hidden/index.jade @@ -46,8 +46,7 @@ block documents Icons come in the fidelities Small, Regular, and Large. - To use the individual SVG files, download them from the Kickstart Store or via - the button above. + To use the individual SVG files, download them from the button above. p img.icon(src="/svgs/rg/foo.svg") @@ -62,7 +61,7 @@ block documents .document article.article - :markdown + :markdown ### Method 2: Use a "sprite" Img tags aren't ideal when using multiple icons on a page because it adds to the number @@ -96,7 +95,7 @@ block documents :markdown ## Use responsive icons - Responsive icons vary in level of fidelity based on the width of the screen. There are several + Responsive icons vary in level of fidelity based on the width of the screen. There are several ways to load these. All of which work with IE, Chrome, Firefox, and Safari and preserve cacheability. .document @@ -140,7 +139,7 @@ block documents .document article.article - :markdown + :markdown #### Method 2: Use a "sprite" This method is identical to what we did with the single fidelity icon above, however diff --git a/lib-docs/jade/docs/4.x/advanced/adding-extensions/index.jade b/lib-docs/jade/docs/4.x/advanced/adding-extensions/index.jade index 40f384291674..692f315dd8e3 100644 --- a/lib-docs/jade/docs/4.x/advanced/adding-extensions/index.jade +++ b/lib-docs/jade/docs/4.x/advanced/adding-extensions/index.jade @@ -37,7 +37,7 @@ block documents :markdown ## Adding submodules - On the [Kickstart Store](http://kickstart.everything.io), each extension has a submodule creation + Each extension has a submodule creation command that should look something like the code you see here. Running this in the terminal will create a folder (in this case "switch") and will download the diff --git a/lib-docs/jade/docs/4.x/ui/components/icons-hidden/index.jade b/lib-docs/jade/docs/4.x/ui/components/icons-hidden/index.jade index d559858c721e..bd48ab8a6533 100644 --- a/lib-docs/jade/docs/4.x/ui/components/icons-hidden/index.jade +++ b/lib-docs/jade/docs/4.x/ui/components/icons-hidden/index.jade @@ -46,8 +46,7 @@ block documents Icons come in the fidelities Small, Regular, and Large. - To use the individual SVG files, download them from the Kickstart Store or via - the button above. + To use the individual SVG files, download them via the button above. p img.icon(src="/svgs/rg/foo.svg") diff --git a/lib-docs/jade/index.jade b/lib-docs/jade/index.jade index 37227316b167..ab41ba835a42 100644 --- a/lib-docs/jade/index.jade +++ b/lib-docs/jade/index.jade @@ -402,7 +402,7 @@ block content p 1 passing (9ms) div(data-component="step") - h2 Kickstart has a lot of components, but it's also extendible. So we can add third party UIs from the community in the Kickstart Store. + h2 Kickstart has a lot of components, but it's also extendible. .code h3 Terminal