Commit Graph

53 Commits

Author SHA1 Message Date
Chris Eppstein
ff0bc5450e sort import and mixins by name, and hide private mixins from the docs. 2010-04-25 19:02:18 -07:00
Chris Eppstein
458a19361d Display the current version on the docs. 2010-04-25 11:28:56 -07:00
Chris Eppstein
cde4b99e55 Don't put any syntax in the mixin signature 2010-04-25 02:57:23 -07:00
Chris Eppstein
929feecd44 inline source code instead of a popup. 2010-04-25 02:56:00 -07:00
Chris Eppstein
d66687eace search paths first, then extensions when searching for a matching stylesheet. 2010-04-24 16:59:06 -07:00
Chris Eppstein
6dbee67bb0 Move examples to the new layout. 2010-04-24 10:43:32 -07:00
Chris Eppstein
b2a9eab211 Move the tutorials to the new layout. 2010-04-24 10:03:34 -07:00
Chris Eppstein
99f797127f clean up the reference documentation with new layout and after sass3 upgrade. 2010-04-22 08:30:50 -07:00
Chris Eppstein
c7d274394b More nav context awareness 2010-04-21 09:37:02 -07:00
Chris Eppstein
5407cd4fb7 nav context selection 2010-04-21 09:03:13 -07:00
Chris Eppstein
8a01916356 Some new sidebar action 2010-04-20 22:43:25 -07:00
Chris Eppstein
cd78ca56c4 Upgrade docs to work on sass 3 2010-04-12 02:46:33 -07:00
Chris Eppstein
31af2778b0 Some reorganization of some misc pages. 2010-03-29 01:10:53 -07:00
Chris Eppstein
8ee939a52c Clean the comment before setting it on constants. 2010-03-28 23:09:03 -07:00
Chris Eppstein
32a5ae26a8 Better display of mixin signatures. 2010-03-28 23:06:56 -07:00
Chris Eppstein
c2900a184a Better indication of the current page in the sidebar. 2010-03-27 23:46:06 -07:00
Chris Eppstein
402a009e4d Fill out some of the intro for the top level of the compass modules. 2010-03-27 23:23:45 -07:00
Chris Eppstein
be5fd5b4ca fix a bug during syntax highlighting. 2010-03-27 21:18:29 -07:00
Chris Eppstein
de5ec40a3f The Sass Parser will drop starting whitespace on single line comments so the | char can be used to work around that in the docs. 2010-03-16 18:43:13 -05:00
Chris Eppstein
c970ad3269 Allow some docs to be turned off so they are only visible in the code. 2010-03-16 18:41:59 -05:00
Chris Eppstein
827e81d2ea Syntax highlighting 2010-02-07 13:58:52 -08:00
Chris Eppstein
132a80dddd Checking the identifier before the attributes makes nanoc faster. 2010-02-07 09:37:07 -08:00
Chris Eppstein
f9a66671f8 Better caching for autocompile. 2010-02-07 09:14:20 -08:00
Chris Eppstein
575d1cfb0f cleanup some display of mixin definitions. 2010-02-03 08:21:30 -08:00
Chris Eppstein
467bc9ebd7 List all the reference content in the sidebar. 2010-02-03 08:02:27 -08:00
Chris Eppstein
b1fa724f66 Simple docs homepage 2010-01-31 10:01:04 -08:00
Chris Eppstein
72b084ccbe Examples can now be targeted generally at a stylesheet instead of at
only mixins.
2010-01-30 16:31:36 -08:00
Chris Eppstein
4fa7fdd14b Speed up compilation a bit. 2010-01-30 15:50:25 -08:00
Chris Eppstein
960c665a7d fix some sass output for unary operators. 2010-01-30 12:37:25 -08:00
Chris Eppstein
03c3c2b310 Only parenthize an operation if it's needed. 2010-01-28 10:01:16 -08:00
Chris Eppstein
6b4290472c Fix some operator output in to_sass. 2010-01-28 09:43:27 -08:00
Chris Eppstein
b9af766886 Handle pass-thru @if nodes. 2010-01-28 09:18:32 -08:00
Chris Eppstein
d0846d76c5 Handle relative imports 2010-01-28 00:37:17 -08:00
Chris Eppstein
3dfd369e88 Directive nodes need to_sass too. 2010-01-28 00:01:23 -08:00
Chris Eppstein
7d1d4d49e0 Use a better combined datasource: optional header, no crufty yaml files everywhere. 2010-01-26 23:27:09 -08:00
Chris Eppstein
a9440b12c9 Create an asset datasource so that we don't need all those silly yaml files. 2010-01-26 23:05:57 -08:00
Chris Eppstein
b15f641bd7 A system for creating examples. 2010-01-26 22:08:13 -08:00
Chris Eppstein
4046ca77fe Some cleanup and debug code removal. 2010-01-24 16:07:13 -08:00
Chris Eppstein
5491a7702b Breadcrumb trails. 2010-01-24 16:06:34 -08:00
Chris Eppstein
3b88df6bbe Fix a smattering of bugs. 2010-01-24 16:03:58 -08:00
Chris Eppstein
0f21bbe999 Hover tooltips for colors. 2010-01-24 01:34:05 -08:00
Chris Eppstein
3c459ebc04 less puts 2010-01-23 23:06:50 -08:00
Chris Eppstein
bcf6c74b7e Silence a warning in autocompile mode. 2010-01-23 23:05:24 -08:00
Chris Eppstein
3e248176aa Link imports to their reference documentation. 2010-01-23 23:01:30 -08:00
Chris Eppstein
0fd292b776 A module documentation for blueprint/colors and a constants partial. 2010-01-23 21:58:20 -08:00
Chris Eppstein
769e9c0c8e Extract a mixin partial. 2010-01-23 19:47:28 -08:00
Chris Eppstein
559aebf9ab display a mixin source in a modal dialog. 2010-01-23 01:11:18 -08:00
Chris Eppstein
54424de793 Sass extensions for emitting Sass text from a Sass::Tree 2010-01-23 01:06:54 -08:00
Chris Eppstein
b8b9f153f7 Markdown formatting support for source documentation. 2010-01-22 18:16:25 -08:00
Chris Eppstein
ec844d2148 fix some bugs. 2010-01-22 11:41:08 -08:00