Commit graph

18 commits

Author SHA1 Message Date
Robert Lord
d3ab3cc4b7 Add asides for nice-looking notes and warnings
You can now use <aside> with the classes

- warning
- success
- notice

to add little colored notes to your API docs! Examples are in
source/index.md.

Also, note that if you have a custom variables.scss, you'll have
to add

+$aside-notice-bg: #8fbcd4;
+$aside-warning-bg: #c97a7e;
+$aside-success-bg: #6ac174;

to it.
2013-10-31 12:26:07 -07:00
Robert Lord
ca40fed573 Add note to README about variables.scss 2013-10-31 11:41:25 -07:00
Robert Lord
7c6594c595 Update README with more info about logo size 2013-10-31 10:54:54 -07:00
Robert Lord
5acbe01c3d Fix capitalization error in README 2013-10-25 11:41:13 -07:00
Robert Lord
e2b70aff42 Change print stylesheet, fix slight bug with naming
Also changed README wording slightly.
2013-10-25 11:39:53 -07:00
Robert Lord
834119ecd8 Add print stylesheet 2013-10-25 11:33:19 -07:00
Robert Lord
dc33dfe0a7 Add table of contents footer links feature
Now you can add links to the bottom of your table of contents!
Documentation has also been changed to reflect this new
feature.

Please note that if you have a custom variables.scss, you'll have
to merge in this line:

    $nav-footer-border-color: #666;
2013-10-21 14:09:38 -07:00
Robert Lord
81b9110cad Add Github hosting feature to README 2013-10-20 21:14:19 -07:00
Robert Lord
052ac6db37 Update README, made it much more simple and clear
* Reworded a bunch of sections
* Added "features" section with bullets for the various features
  of Slate
* Added screenshot of Slate
2013-10-16 13:26:42 -07:00
Robert Lord
35a5d35512 Hide TripIt docs link from README, since they're not ready yet. 2013-10-14 15:35:26 -07:00
Robert Lord
2e9e2b65f8 Add special thanks to readme 2013-10-11 11:30:08 -07:00
Robert Lord
489fb16b94 Update README.md and default index.md
Seriously upgraded the README documentation.
ALso, added a tiny fix to the Kittn example in index.md.
2013-10-09 15:18:14 -07:00
Robert Lord
d72f08d936 Update README.md
Changed a tiny wording thing.
2013-10-08 09:37:51 -07:00
Robert Lord
e7a0552edc Update README.md
Fixed some more formatting problems, and reworded a few sections.
2013-10-07 14:47:09 -07:00
Robert Lord
dac9cff8fc Update README.md
Added some more helpful information.
2013-10-07 12:28:33 -07:00
Robert Lord
a4e05ed506 Update README.md
Just made some edits, added the Slate name, and fixed the code rendering issue.
2013-10-03 17:24:37 -07:00
Robert Lord
82b8ca4616 A new README 2013-10-03 16:54:40 -07:00
Robert Lord
9a707a0172 Initial commit 2013-09-13 15:15:24 -07:00