Skip to content

Some basic cleanup of chapters and toc #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion chapters/build-systems/brunch/references.md

This file was deleted.

1 change: 0 additions & 1 deletion chapters/build-systems/brunch/troubleshooting.md

This file was deleted.

1 change: 0 additions & 1 deletion chapters/build-systems/grunt/introduction.md

This file was deleted.

1 change: 0 additions & 1 deletion chapters/build-systems/grunt/references.md

This file was deleted.

1 change: 0 additions & 1 deletion chapters/build-systems/grunt/troubleshooting.md

This file was deleted.

1 change: 0 additions & 1 deletion chapters/dependency-management/bower/bower-topic-1.md

This file was deleted.

57 changes: 11 additions & 46 deletions chapters/toc.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,27 @@
* [Introduction](/introduction.md)

* [Build Systems]()
* Build Systems
* [Modern tools vs shell scripts](/build-systems/modern-tools-vs-shell-scripts.md)
* [Grunt]()
* [Introduction](/build-systems/grunt/introduction.md)
* Grunt
* [Getting started](/build-systems/grunt/getting-started.md)
* [Linting code](/build-systems/grunt/linter.md)
* [Integrating a CSS preprocessor](/build-systems/grunt/sass.md)
* [Troubleshooting](/build-systems/grunt/troubleshooting.md)
* [References](/build-systems/grunt/references.md)

* [Brunch]()
* Brunch
* [Introduction](/build-systems/brunch/introduction.md)
* [Getting started](/build-systems/brunch/getting-started.md)
* [Using Brunch](/build-systems/brunch/using-brunch.md)
* [Troubleshooting](/build-systems/brunch/troubleshooting.md)
* [References](/build-systems/brunch/references.md)

* [Gulp]()
* Gulp
* [Introduction](/build-systems/gulp/introduction.md)
* [Getting started](/build-systems/gulp/getting-started.md)
* [Writing tasks](/build-systems/gulp/writing-tasks.md)
* [Troubleshooting](/build-systems/gulp/troubleshooting.md)
* [References](/build-systems/gulp/references.md)

* [Dependency management]()
* [Bower]()
* Dependency management
* Bower
* [Introduction](/dependency-management/bower/introduction.md)
* [Getting started](/dependency-management/bower/getting-started.md)
* [Topic](/dependency-management/bower/bower-topic-1.md)
* [Troubleshooting](/dependency-management/bower/troubleshooting.md)
* [References](/dependency-management/bower/references.md)

* [Component JS]()
* [Introduction](/dependency-management/componentjs/introduction.md)
* [Getting started](/dependency-management/componentjs/getting-started.md)
* [Topic](/dependency-management/componentjs/componentjs-topic-1.md)
* [Troubleshooting](/dependency-management/componentjs/troubleshooting.md)
* [References](/dependency-management/componentjs/references.md)

* [NPM browserify]()
* [Introduction](/dependency-management/npm-browserify/introduction.md)
* [Getting started](/dependency-management/npm-browserify/getting-started.md)
* [Topic](/dependency-management/npm-browserify/npm-browserify-topic-1.md)
* [Troubleshooting](/dependency-management/npm-browserify/troubleshooting.md)
* [References](/dependency-management/npm-browserify/references.md)
* Component JS
* NPM browserify

* [Scaffolding]()
* [Loom]()
* [Introduction](/scaffolding/loom/introduction.md)
* [Getting started](/scaffolding/loom/getting-started.md)
* [Topic](/scaffolding/loom/loom-topic-1.md)
* [Troubleshooting](/scaffolding/loom/troubleshooting.md)
* [References](/scaffolding/loom/references.md)

* [Yeoman]()
* [Introduction](/scaffolding/yeoman/introduction.md)
* [Getting started](/scaffolding/yeoman/getting-started.md)
* [Topic](/scaffolding/yeoman/yeoman-topic-1.md)
* [Troubleshooting](/scaffolding/yeoman/troubleshooting.md)
* [References](/scaffolding/yeoman/references.md)
* Scaffolding
* Loom
* Yeoman
4 changes: 4 additions & 0 deletions template/sass/global.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.center {
text-align: center;
}

li p {
margin: 10px 0;
}