Skip to content

Commit

Permalink
Docs: Update and improve TOC.md
Browse files Browse the repository at this point in the history
* 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
alrra committed Jun 27, 2014
1 parent 296b0bb commit 0efb9fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions doc/TOC.md
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.
2 changes: 1 addition & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ you to preview your web pages online (e.g. [Dropbox](https://www.dropbox.com/)).
Setting up a local server can be done using:

* Python 2.x by running `python -m SimpleHTTPServer` from your local directory
* Python 3.x by running `python -m http.server` from your local directory
* Python 3.x by running `python -m http.server` from your local directory
* Ruby by installing and running [asdf](https://rubygems.org/gems/asdf)
* [LAMP](http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29),
[MAMP](http://www.mamp.info/en/index.html),
Expand Down

0 comments on commit 0efb9fb

Please sign in to comment.