-
Notifications
You must be signed in to change notification settings - Fork 12.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make minor updates and improvements. * Remove `.htaccess` mention as the Apache server configs are no longer part of the HTML5 Boilerplate core, plus, more information about them will be included in the `misc.md` file.
- Loading branch information
Showing
2 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
[HTML5 Boilerplate homepage](http://html5boilerplate.com) | ||
|
||
# HTML5 Boilerplate documentation: | ||
# Table of Contents | ||
|
||
## Getting started | ||
|
||
* [Usage](usage.md) — Overview of the project contents. | ||
* [FAQ](faq.md) — Frequently asked questions, along with their answers. | ||
* [FAQ](faq.md) — Frequently asked questions along with their answers. | ||
|
||
## The core of HTML5 Boilerplate | ||
## HTML5 Boilerplate core | ||
|
||
* [HTML](html.md) — A guide to the default HTML. | ||
* [CSS](css.md) — A guide to the default CSS. | ||
* [JavaScript](js.md) — A guide to the default JavaScript. | ||
* [.htaccess](https://github.com/h5bp/server-configs-apache) | ||
— All about the Apache web server configs (also see our [alternative server | ||
configs](https://github.com/h5bp/server-configs/blob/master/README.md)). | ||
* [HTML](html.md) — Guide to the default HTML. | ||
* [CSS](css.md) — Guide to the default CSS. | ||
* [JavaScript](js.md) — Guide to the default JavaScript. | ||
* [Everything else](misc.md). | ||
|
||
## Development | ||
|
||
* [Extending and customizing HTML5 Boilerplate](extend.md) — Going further with | ||
the boilerplate. | ||
* [Extending and customizing HTML5 Boilerplate](extend.md) — Going further | ||
with the boilerplate. | ||
|
||
## Related projects | ||
|
||
HTML5 Boilerplate has several related projects to help improve the performance | ||
of your site/app in various production environments. | ||
The [H5BP organization](https://github.com/h5bp) maintains several projects | ||
that complement HTML5 Boilerplate, projects that can help you improve different | ||
aspects of your website/web app (e.g.: the performance, security, etc.). | ||
|
||
* [Server configs](https://github.com/h5bp/server-configs) — Configs for | ||
different servers. | ||
* [Ant build script](https://github.com/h5bp/ant-build-script) — The original | ||
HTML5 Boilerplate build script. | ||
These projects are: | ||
|
||
* [Ant Build Script](https://github.com/h5bp/ant-build-script) — Apache Ant | ||
based build script. | ||
* [Server Configs](https://github.com/h5bp/server-configs) — Boilerplate | ||
configurations for various web servers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters