Skip to content

Commit

Permalink
doc: update style for iojs
Browse files Browse the repository at this point in the history
* updates the styling for the iojs docs
* pulls the processing step for markdown files into
  a separate module
* adds the ability to insert comments into the markdown

PR-URL: #297
Fixes: nodejs/iojs.org#23
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
chrisdickinson committed Jan 12, 2015
1 parent 3a85eac commit 9120f2b
Show file tree
Hide file tree
Showing 7 changed files with 325 additions and 386 deletions.
2 changes: 2 additions & 0 deletions doc/api/_toc.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@// NB(chrisdickinson): if you move this file, be sure to update tools/doc/html.js to
@// point at the new location.
* [About these Docs](documentation.html)
* [Synopsis](synopsis.html)
* [Assertion Testing](assert.html)
Expand Down
5 changes: 3 additions & 2 deletions doc/api_assets/sh.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@
}

.sh_sourceCode .sh_keyword {
color: #c96;
color: #338;
}

.sh_sourceCode .sh_string,
.sh_sourceCode .sh_regexp,
.sh_sourceCode .sh_number,
.sh_sourceCode .sh_specialchar {
color: #690;
color: #E54305;
}

.sh_sourceCode .sh_comment {
color: #666;
font-weight: lighter;
}
Loading

0 comments on commit 9120f2b

Please sign in to comment.