22 Commits

Author SHA1 Message Date
Matthew Peveler
8c329dcf2a disable asset hash for woff and woff2 files out of the box (#1231)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-05-19 16:53:09 -04:00
Matthew Peveler
aace071f89 fix bc style breaks from rouge 3.x (#1226)
* fix bc style breaks from rouge 3.x

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>

* use bright_pink for Name::Label

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-05-19 16:53:09 -04:00
Sam Gilman
36b7e4430d updated config.rb to activate asset_hash (#1076) 2019-10-20 19:49:48 -04:00
Robert Lord
e70fdf11fc Allow strikethrough with two tildes in markdown, fixes #929 2018-01-19 14:13:11 -06:00
Alyss Noland
39aaa0fca5 Adds unique header creation (#743) 2017-04-06 17:33:46 -05:00
Robert Lord
53e2f23e5c Static table of contents (#701)
* Add showing/hiding submenus, fix sidebar styling, fix bug where includes wouldn't appear in ToC

* Update ToC to highlight last header if page is scrolled to very bottom, fixes #280

* Set HTML title to current h1 section text, see #133

* Fix menu not opening on mobile

* Add back increase toc item height on mobile

* Fix padding bug

* Add back in ToC sliding animation
2017-02-24 11:57:39 -06:00
Robert Lord
1fd867c2ff Add multiple-tabs-per-language test 2017-02-23 21:50:02 -06:00
Robert Lord
5712ebe2ae Upgrade sprockets 2016-11-24 11:26:10 -06:00
BaButtons
b84d76cd83 Add deploy configuration with a port set option
Addressing tripit/slate#463
2016-02-25 15:23:17 -05:00
Robert Lord
9f83bbd158 Add comment about middleman hanging to config.rb 2016-01-27 01:18:58 -06:00
Rouven Weßling
ab816e432a Use Autoprefixer for vendor prefixes 2015-06-01 00:11:21 +02:00
Chrisovalantis Kefalidis
a9d8b9b3b1 Cleanup config.rb 2015-04-30 16:01:18 -05:00
Robert Lord
7c110ede15 Remove redcarpet header fix, just use vanilla redcarpet IDs 2015-01-23 20:54:24 -06:00
Robert Lord
719061a638 Update headers to never have problematic characters in ids, fixes #64, hopefully 2014-06-24 22:34:25 -07:00
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
20f303f3d1 Remove unused commented-out settings from config.rb 2013-10-11 10:59:06 -07:00
Robert Lord
a250c6dbc2 Add :no_intra_emphasis to redcarpet settings 2013-10-10 10:16:32 -07:00
Robert Lord
63429f1e9a Added relative links that are needed for hosting a page in a non-root directory. 2013-10-03 14:58:18 -07:00
Robert Lord
28f442e529 Add automatic hash generation with redcarpet dev, and change tocify scrollHistory to be compatible with the ids 2013-09-24 12:25:12 -07:00
Robert Lord
bc79a655e5 More changes 2013-09-23 10:38:13 -07:00
Robert Lord
6c077ba873 Add stylesheets, javascript, and html for documentation generation 2013-09-17 15:44:08 -07:00
Robert Lord
a1e673e599 Initial commit, with default middleman code 2013-09-13 15:24:31 -07:00