Skip to content

Commit

Permalink
Removing remaining refs to kickstart store
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjgrant committed Nov 17, 2016
1 parent 0c6bd26 commit 7b6e47d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
3 changes: 0 additions & 3 deletions lib-docs/jade/about/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion lib-docs/jade/docs/3.x/adding-extensions/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions lib-docs/jade/docs/3.x/ui/icons-hidden/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions lib-docs/jade/docs/4.x/ui/components/icons-hidden/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion lib-docs/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b6e47d

Please sign in to comment.