Skip to content

Update flatdoc to use latest JS components, bump to v0.9.1, update dependencies versions and .travis.yml to use node #94

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

Open
wants to merge 17 commits into
base: gh-pages
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js: ["iojs"]
node_js: ["node"]
branches:
only: ["gh-pages"]
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ way to make open source documentation from *Readme* files.
* Gorgeous default theme (and it's responsive)
* Just create an HTML file and deploy!

*Current version: [v0.9.0][dist]*
*Current version: [v0.9.1][dist]*

[![Build Status](https://travis-ci.org/rstacruz/flatdoc.svg?branch=gh-pages)](https://travis-ci.org/rstacruz/flatdoc)

Expand Down Expand Up @@ -263,4 +263,4 @@ License](http://www.opensource.org/licenses/mit-license.php).
[project]: https://github.com/rstacruz/flatdoc
[template]: https://github.com/rstacruz/flatdoc/raw/gh-pages/templates/template.html
[blank]: https://github.com/rstacruz/flatdoc/raw/gh-pages/templates/blank.html
[dist]: https://github.com/rstacruz/flatdoc/tree/gh-pages/v/0.9.0
[dist]: https://github.com/rstacruz/flatdoc/tree/gh-pages/v/0.9.1
Loading