diff options
| author | Mark Otto <[email protected]> | 2017-05-28 22:50:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 3e76d6565603fafa2c85ad81d7b6345c4e279c72 (patch) | |
| tree | fad0aa6a4a70cafb4a803bd920d6ae2fa44dc466 /docs/4.0/extend | |
| parent | 32153eb7cba316b873e82cd7b9362c92ca00eddf (diff) | |
| download | bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.tar.xz bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.zip | |
Rearrange all the docs to allow for a docs/major.minor/ setup
Diffstat (limited to 'docs/4.0/extend')
| -rw-r--r-- | docs/4.0/extend/approach.md | 5 | ||||
| -rw-r--r-- | docs/4.0/extend/icons.md | 25 | ||||
| -rw-r--r-- | docs/4.0/extend/index.md | 6 |
3 files changed, 36 insertions, 0 deletions
diff --git a/docs/4.0/extend/approach.md b/docs/4.0/extend/approach.md new file mode 100644 index 000000000..1427e7a16 --- /dev/null +++ b/docs/4.0/extend/approach.md @@ -0,0 +1,5 @@ +--- +layout: docs +title: Approach +--- + diff --git a/docs/4.0/extend/icons.md b/docs/4.0/extend/icons.md new file mode 100644 index 000000000..3b4aea3eb --- /dev/null +++ b/docs/4.0/extend/icons.md @@ -0,0 +1,25 @@ +--- +layout: docs +title: Icons +description: Guidance and suggestions for using external icon libraries with Bootstrap. +group: extend +--- + +Bootstrap doesn't include an icon library by default, but we have a handful of recommendations for you to choose from. While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support. + +## Preferred +We've tested and used these icon sets ourselves. + +- [Iconic](https://useiconic.com/open/) +- [Octicons](https://octicons.github.com/) +- [Entypo](http://www.entypo.com/) + +## More options +While we haven't tried these out, they do look promising and provide multiple formats—including SVG. + +- [Google Material icons](https://material.io/icons/) +- [Ionicons](http://ionicons.com/) +- [Feather](http://colebemis.com/feather/) +- [Dripicons](http://demo.amitjakhu.com/dripicons/) +- [Ikons](http://ikons.piotrkwiatkowski.co.uk/) +- [Glyph](http://glyph.smarticons.co/) diff --git a/docs/4.0/extend/index.md b/docs/4.0/extend/index.md new file mode 100644 index 000000000..27ecfa3bb --- /dev/null +++ b/docs/4.0/extend/index.md @@ -0,0 +1,6 @@ +--- +layout: docs +title: Extend +--- + +todo: this entire page
\ No newline at end of file |
