Skip to content

Commit fb6db50

Browse files
committed
Removing remaining refs to kickstart store
1 parent 54fb0b0 commit fb6db50

File tree

6 files changed

+8
-13
lines changed

6 files changed

+8
-13
lines changed

lib-docs/jade/about/index.jade

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ block content
3333
- Have only one or a few themes. Who wants a framework that makes your site look like
3434
everyone else's?
3535

36-
Extensibility is a #1, unfulfilled need in the world of frameworks. Kickstart is solving this
37-
with its own native solution, the [Kickstart Store](http://kickstart.everything.io).
38-
3936
## Why aren't your docs accessible
4037

4138
When I wrote the docs, I assumed I would get backlash for not writing `aria-this` and `aria-that`

lib-docs/jade/docs/3.x/adding-extensions/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ block documents
3434
:markdown
3535
## Adding submodules
3636

37-
On the [Kickstart Store](http://kickstart.everything.io), each extension has a submodule creation
37+
Each extension has a submodule creation
3838
command that should look something like the code you see here.
3939

4040
Running this in the terminal will create a folder (in this case "switch") and will download the

lib-docs/jade/docs/3.x/ui/icons-hidden/index.jade

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ block documents
4646

4747
Icons come in the fidelities Small, Regular, and Large.
4848

49-
To use the individual SVG files, download them from the Kickstart Store or via
50-
the button above.
49+
To use the individual SVG files, download them from the button above.
5150

5251
p
5352
img.icon(src="/svgs/rg/foo.svg")
@@ -62,7 +61,7 @@ block documents
6261

6362
.document
6463
article.article
65-
:markdown
64+
:markdown
6665
### Method 2: Use a "sprite"
6766

6867
Img tags aren't ideal when using multiple icons on a page because it adds to the number
@@ -96,7 +95,7 @@ block documents
9695
:markdown
9796
## Use responsive icons
9897

99-
Responsive icons vary in level of fidelity based on the width of the screen. There are several
98+
Responsive icons vary in level of fidelity based on the width of the screen. There are several
10099
ways to load these. All of which work with IE, Chrome, Firefox, and Safari and preserve cacheability.
101100

102101
.document
@@ -140,7 +139,7 @@ block documents
140139

141140
.document
142141
article.article
143-
:markdown
142+
:markdown
144143
#### Method 2: Use a "sprite"
145144

146145
This method is identical to what we did with the single fidelity icon above, however

lib-docs/jade/docs/4.x/advanced/adding-extensions/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ block documents
3737
:markdown
3838
## Adding submodules
3939

40-
On the [Kickstart Store](http://kickstart.everything.io), each extension has a submodule creation
40+
Each extension has a submodule creation
4141
command that should look something like the code you see here.
4242

4343
Running this in the terminal will create a folder (in this case "switch") and will download the

lib-docs/jade/docs/4.x/ui/components/icons-hidden/index.jade

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ block documents
4646

4747
Icons come in the fidelities Small, Regular, and Large.
4848

49-
To use the individual SVG files, download them from the Kickstart Store or via
50-
the button above.
49+
To use the individual SVG files, download them via the button above.
5150

5251
p
5352
img.icon(src="/svgs/rg/foo.svg")

lib-docs/jade/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ block content
402402
p 1 passing (9ms)
403403

404404
div(data-component="step")
405-
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.
405+
h2 Kickstart has a lot of components, but it's also extendible.
406406

407407
.code
408408
h3 Terminal

0 commit comments

Comments
 (0)