Chris Eppstein
72a97107c7
Factor out a import partial that can be used directly.
2010-03-27 23:21:07 -07:00
Chris Eppstein
be5fd5b4ca
fix a bug during syntax highlighting.
2010-03-27 21:18:29 -07:00
Chris Eppstein
03568253bd
Track visits to docs with GA.
2010-03-27 21:17:53 -07:00
Chris Eppstein
72dfe20ca7
Favicons are helpful.
2010-03-27 21:17:16 -07:00
Chris Eppstein
4df1e98914
Add the local compass code to the load path automatically when compiling via rake.
2010-03-27 21:16:46 -07:00
Chris Eppstein
9988fa9a63
Fix some gem stuff.
2010-03-27 21:16:15 -07:00
Chris Eppstein
bc22684dc8
Documentation on guarded variables.
2010-03-17 08:59:06 -07:00
Chris Eppstein
41f1f30e0f
Don't use a table for constants -- too hard to read.
2010-03-17 08:42:40 -07:00
Chris Eppstein
6a1c1c8c3d
Put color swatches into the main view instead of as popups.
2010-03-17 08:41:30 -07:00
Chris Eppstein
3539728902
Docs for the blueprint IE module.
2010-03-16 18:43:36 -05: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
892e4effc2
Update the gradient examples for the new gradient mixins.
2010-03-06 22:55:16 -08:00
Chris Eppstein
c01faf7714
Switch to bundler 0.9 for docs.
2010-03-06 22:38:55 -08:00
Chris Eppstein
827e81d2ea
Syntax highlighting
2010-02-07 13:58:52 -08:00
Chris Eppstein
4f6beead0a
Merge commit 'wolfr/docs' into docs
...
* commit 'wolfr/docs':
Ported following pages from the github wiki to the docs: Adding Frameworks to Compass, Supported Frameworks, Compass Plugins. Added some styles where necessary so the content was readable. Used html2haml with some manual adjustment so likely not super perfect.
Corrected metadata for current css3 examples so they show up in reference docs
Make the docs a little more nicer looking to work in
* Added examples for CSS3 transforms, transitions and gradients.
2010-02-07 09:47:07 -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
Johan Ronsse
7dc9d66fbf
Ported following pages from the github wiki to the docs: Adding Frameworks to Compass, Supported Frameworks, Compass Plugins. Added some styles where necessary so the content was readable. Used html2haml with some manual adjustment so likely not super perfect.
2010-02-05 00:13:57 +01:00
Johan Ronsse
4bc02bc53e
Corrected metadata for current css3 examples so they show up in reference docs
2010-02-04 23:03:33 +01:00
Johan Ronsse
f549f0c8da
Make the docs a little more nicer looking to work in
2010-02-04 22:38:30 +01:00
Johan Ronsse
5569b12f80
Merge remote branch 'chris/docs' into docs
...
Conflicts:
doc-src/content/examples/compass/css3/columns/stylesheet.sass
2010-02-04 00:52:31 +01:00
Johan Ronsse
13af3a7521
* Added examples for CSS3 transforms, transitions and gradients.
...
* Updated every CSS3 example to follow doc conventions: no tabs, spaces(2), colon after property (e.g. background: red), id naming like #id-name, no camelCasing
2010-02-04 00:41:21 +01:00
Chris Eppstein
575d1cfb0f
cleanup some display of mixin definitions.
2010-02-03 08:21:30 -08:00
Chris Eppstein
754533022d
Cleanup some more titles.
2010-02-03 08:16:12 -08:00
Chris Eppstein
1df482670f
silence a compilation warning
2010-02-03 08:15:33 -08:00
Chris Eppstein
e0abcf797f
Merge commit 'wolfr/docs' into docs
...
* commit 'wolfr/docs':
Added examples for compass/css3: border radius, box shadow, box sizing, columns, inline block, opacity, text shadow. Slighty modified example CSS for better display.
Formatting changes only; markdown `code` backticks instead of <code>; newlines adjustment in -box-sizing
Clarify documentation README so it is newbie friendly. Added new section on setting up the docs. Moved setup-related items to that section. Kept Chris' original section on structure and howtos, getting around the docs.
2010-02-03 08:04:11 -08:00
Chris Eppstein
467bc9ebd7
List all the reference content in the sidebar.
2010-02-03 08:02:27 -08:00
Johan Ronsse
acf2182d87
Added examples for compass/css3: border radius, box shadow, box sizing, columns, inline block, opacity, text shadow. Slighty modified example CSS for better display.
2010-02-03 00:11:58 +01:00
Johan Ronsse
3d8bdcf152
Clarify documentation README so it is newbie friendly. Added new section on setting up the docs. Moved setup-related items to that section. Kept Chris' original section on structure and howtos, getting around the docs.
2010-02-01 23:00:32 +01:00
Chris Eppstein
76e2e5217b
Make the docs more righter.
2010-01-31 10:01:45 -08:00
Chris Eppstein
b1fa724f66
Simple docs homepage
2010-01-31 10:01:04 -08:00
Chris Eppstein
545525deb7
Tell compass we're under /docs
2010-01-31 09:43:19 -08:00
Chris Eppstein
6c6acc2126
Merge commit 'wolfr/docs' into docs
...
* commit 'wolfr/docs':
Updated documentation for CSS3 module [multi line comment]
Added descripton for box shadow mixin and updated box-shadow sass file so it gets parsed through markdown correctly
2010-01-31 08:13:51 -08:00
Chris Eppstein
8585cbbecc
Use the right path in this example.
2010-01-31 08:07:41 -08:00
Johan Ronsse
44b8c40619
Updated documentation for CSS3 module [multi line comment]
...
* Wrote a description for the CSS3 module.
* Wrote a description for every single import in the CSS3 module.
* Wrote a description for every single mixin in the CSS3 module.
* Updated sass files to reflect parsing through markdown in the docs.
* Added missing inline documentation to certain files e.g. _columns.sass.
* ! Did not modify any mixin
2010-01-31 16:59:25 +01:00
Chris Eppstein
853169f616
two column layout example for blueprint.
2010-01-30 18:01:12 -08:00
Johan Ronsse
64b8f7cab8
Added descripton for box shadow mixin and updated box-shadow sass file so it gets parsed through markdown correctly
2010-01-31 02:09:14 +01:00
Chris Eppstein
5e48e074de
document rake watch in the README
2010-01-30 17:06:13 -08:00
Chris Eppstein
033326e9e9
Merge commit 'wolfr/docs' into docs
...
* commit 'wolfr/docs':
Added description for the css border-radius mixin
2010-01-30 16:32:57 -08:00
Chris Eppstein
3a1735694f
better error reporting using rake watch
2010-01-30 16:32:00 -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
41183a2f85
Blueprint should use the shared partial here.
2010-01-30 16:19:33 -08:00
Johan Ronsse
213eb7bfcd
Added description for the css border-radius mixin
2010-01-31 01:06:16 +01:00
Chris Eppstein
4fa7fdd14b
Speed up compilation a bit.
2010-01-30 15:50:25 -08:00
Chris Eppstein
e71e267eab
Make the Gemfile and docs reflect reality.
2010-01-30 14:58:40 -08:00
Chris Eppstein
bdae41bf81
Not using susy at the moment.
2010-01-30 14:54:40 -08:00
Chris Eppstein
6470c6093d
improvements to the example generator
2010-01-30 12:39:56 -08:00
Chris Eppstein
932ae8820d
new app prefix on the output.
2010-01-30 12:38:15 -08:00
Chris Eppstein
960c665a7d
fix some sass output for unary operators.
2010-01-30 12:37:25 -08:00
Chris Eppstein
b6f7a9ea86
a fssm-based watcher so that browsing is snappier. run rake watch to use it.
2010-01-30 12:29:22 -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
658e543c0d
Put the constants on every page too.
2010-01-28 09:18:08 -08:00
Chris Eppstein
fb998794ae
put the docs in the docs folder.
2010-01-28 01:11:42 -08:00
Chris Eppstein
d0846d76c5
Handle relative imports
2010-01-28 00:37:17 -08:00
Chris Eppstein
f62f330073
Blueprint reference scaffolds.
2010-01-28 00:07:44 -08:00
Chris Eppstein
f9c73866a7
default reference documentation for compass
2010-01-28 00:02:02 -08:00
Chris Eppstein
3dfd369e88
Directive nodes need to_sass too.
2010-01-28 00:01:23 -08:00
Chris Eppstein
20e24dadf7
Link to the top pages of each reference
2010-01-28 00:00:56 -08:00
Chris Eppstein
18dec52e69
The main page for the compass reference.
2010-01-27 23:47:00 -08:00
Chris Eppstein
389b8055f9
A generator for creating reference pages.
2010-01-27 23:46:39 -08:00
Chris Eppstein
a97adbfaea
An example generator thor task and some updated docs.
2010-01-27 01:28:45 -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
3551526294
Remove these obsolete files.
2010-01-26 22:06:37 -08:00
Chris Eppstein
893b2b16af
More documentation on the documentation.
2010-01-25 00:10:50 -08:00
Chris Eppstein
36feec47dc
document the documentation.
2010-01-24 16:11:00 -08:00
Chris Eppstein
c5b2335340
documentation for the blueprint grid.
2010-01-24 16:10:29 -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
98ee33953a
Link to the main blueprint reference file.
2010-01-24 15:57:43 -08:00
Chris Eppstein
60f2165597
rdiscount dependency.
2010-01-24 02:01:05 -08:00
Chris Eppstein
6627fc6a44
Show code comments for constants, if there's any.
2010-01-24 01:53:59 -08:00
Chris Eppstein
818987416a
gems required for building the docs.
2010-01-24 01:42:05 -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
c05807ce31
Extract an imports partial.
2010-01-23 19:44:22 -08:00
Chris Eppstein
559aebf9ab
display a mixin source in a modal dialog.
2010-01-23 01:11:18 -08:00
Chris Eppstein
5964d8d4ec
Add some jquery ui stuff.
2010-01-23 01:08:00 -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
52e2a9cc63
A rake task to turn normal files into nanoc items.
2010-01-23 01:05:24 -08:00
Chris Eppstein
5028026e65
Slightly better readability
2010-01-22 18:16:47 -08:00
Chris Eppstein
b8b9f153f7
Markdown formatting support for source documentation.
2010-01-22 18:16:25 -08:00
Chris Eppstein
ae6134bcf3
Ugly haml output makes pre's happy.
2010-01-22 18:15:04 -08:00
Chris Eppstein
ec844d2148
fix some bugs.
2010-01-22 11:41:08 -08:00
Chris Eppstein
d7a9864ee2
doc support for mixins.
2010-01-22 11:40:56 -08:00
Chris Eppstein
4afca420c3
- Some helpers for the body attributes
...
- Move the blueprint reference content to the blueprint tutorial
- Made new blueprint reference content that is actually reference
content.
- Some basic helpers for accessing a sass stylesheet and extracting info
from it.
2010-01-21 11:54:47 -08:00
Chris Eppstein
598d36682c
slightly easier to read this.
2010-01-21 10:50:21 -08:00
Chris Eppstein
5a893ee8a6
Initial doc site with nanoc.
2010-01-20 22:25:59 -08:00