Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit bf51101

Browse files
author
Chris Ferdinandi
committed
Merge pull request #18 from cferdinandi/development
Updated readme
2 parents 1ca53e4 + f4699b4 commit bf51101

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ gulp-boilerplate/
7474
| |—— index.html
7575
| |—— # other docs
7676
|—— src/
77+
| |—— docs/
78+
| | |—— _templates/
79+
| | | |—— _header.html
80+
| | | |—— _footer.html
81+
| | |—— assets/
82+
| | | |—— # doc-specific assets
83+
| | |—— index.html
84+
| | |—— # other docs
7785
| |—— js/
7886
| | |—— classList.js
7987
| | |—— myplugin.js
@@ -125,6 +133,14 @@ Unit test results are printed in terminal, but you can also view them in a brows
125133

126134
SVG files placed in the `src` > `svg` directory will be compiled into a single SVG sprite called `icons.svg` in the `dist` > `svg` directory.
127135

136+
### Documentation
137+
138+
Add HTML or markdown (`.md` or `.markdown`) files to your `docs` folder in `src`.
139+
140+
The `_templates` directory in `src` contains the `_header.html` and `_footer.html` templates. These are automatically added to the beginning and end of each documentation page. You can also add your own templates to the `_templates` directory. Include template files in your docs by writing `@@include('path-to-file')` on its own line in your markup (or markdown).
141+
142+
Files placed in the `assets` directory will be moved over as-is to the `docs` directory. Keel will also add a copy of your `dist` files so you can use them in your documentation.
143+
128144

129145

130146
## Options and Settings
@@ -193,6 +209,8 @@ Gulp Boilerplate is licensed under the [MIT License](http://gomakethings.com/mit
193209

194210
Gulp Boilerplate uses [semantic versioning](http://semver.org/).
195211

212+
* v1.1.1 - October 20, 2014
213+
* Added documentation on generating docs.
196214
* v1.1.0 - October 18, 2014
197215
* Added documentation generator.
198216
* Added SVG sprite generator.

0 commit comments

Comments
 (0)