Natalie Weizenbaum
f9bb65a701
Use Ruby 2.5.3 on Travis
2019-03-08 18:03:06 -08:00
Natalie Weizenbaum
e1ca4ff5de
Always run Travis on the wip.reference branch
2019-03-08 17:57:50 -08:00
Natalie Weizenbaum
0ce28695ce
Fix broken links
2019-03-08 17:57:33 -08:00
Natalie Weizenbaum
47c4de8279
Always get rid of newlines when concatenating chunks of HTML
...
This avoids weirdness with HTML within Markdown.
2019-03-08 17:52:45 -08:00
Natalie Weizenbaum
681d63c698
Follow the style guide for implementation notes
2019-03-08 15:26:48 -08:00
Natalie Weizenbaum
488d656af3
Add a docsearch class to the has_no_sidebars layout
...
This ensures the Ruby Sass, Dart Sass, and Install pages get indexed.
2019-03-07 11:51:42 -08:00
Natalie Weizenbaum
93b739b04f
Show SCSS syntax by default
2019-03-04 19:32:49 -08:00
Jina Anne
f6f238b3ea
callout update
2019-03-04 19:11:26 -08:00
Jina Anne
902ca93412
Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference
2019-03-04 18:36:39 -08:00
Jina Anne
e541d4a6ef
impl
2019-03-04 18:36:34 -08:00
Natalie Weizenbaum
ce1dfc1585
Fix some mixed-up links
2019-03-04 18:30:15 -08:00
Jina Anne
50eef3ca48
Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference
2019-03-04 18:29:30 -08:00
Jina Anne
ac992b3233
implementation
2019-03-04 18:29:20 -08:00
Natalie Weizenbaum
8274243798
Fix a typo
2019-03-04 18:08:04 -08:00
Jina Anne
aa8ba21b75
fix code
2019-03-04 18:07:39 -08:00
Jina Anne
ff521bdbd0
fix code
2019-03-04 18:06:06 -08:00
Jina Anne
0408f08bd7
improve search box alignment
2019-03-04 18:03:07 -08:00
Jina Anne
2aea914aef
Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference
2019-03-04 17:54:40 -08:00
Jina Anne
24fd1d9dd3
type tweak
2019-03-04 17:51:45 -08:00
Natalie Weizenbaum
0e8da5c350
Don't use :code for code blocks ( #296 )
...
For some reason, :code seems to add an empty line at the end of its
code block. This uses Markdown code blocks instead, although in order
to work around a RedCarpet bug it has to indent them strangely.
2019-03-04 19:46:32 -06:00
Jina Anne
1172c29570
impl-status styling
2019-03-04 17:27:20 -08:00
Jina Anne
03372dc401
style functions
2019-03-04 17:19:06 -08:00
Jina Anne
6a67728ab5
fix nav item spacing
2019-03-04 16:59:06 -08:00
Jina Anne
97042a5a28
make nav code not wrap
2019-03-04 16:55:24 -08:00
Jina Anne
096c6512f3
condense home
2019-03-04 16:50:23 -08:00
Jina Anne
94c9c002ec
make call outs less… called out
2019-03-04 16:24:31 -08:00
Jina Anne
8aa45d75a3
make syntax switcher heading unique
2019-03-04 14:41:21 -08:00
Jina Anne
fcff312333
un-contain the dart sass page
2019-03-04 14:03:41 -08:00
Jina Anne
94aa8c62e0
fix ruby sass page
2019-03-04 13:57:56 -08:00
Natalie Weizenbaum
7cc3b1b375
Automatically add nice header linking behavior ( #280 )
...
* Make link headers look and work more like GitHub's
* Automatically generate links for all headers
* Flash headers when they're selected
* update readme
2019-03-04 15:16:52 -06:00
Natalie Weizenbaum
77311c93f9
Disable word wrapping for p code
( #281 )
2019-03-04 15:07:29 -06:00
Natalie Weizenbaum
8805a7ce33
Enable Algolia search ( #289 )
...
* Enable Algolia search
This adds:
* Algolia bootstrap JS.
* A search bar (without styling)
* A "docSearch-content" class to the main reference doc container, so
the sidebars don't get indexed.
* A "docSearch-function" class to function names, so that they'll be
indexed.
* Fix a few lints
2019-03-04 15:05:59 -06:00
Natalie Weizenbaum
67203577fd
Fix a syntax error in config.ru
2019-02-22 17:12:22 -08:00
Natalie Weizenbaum
603b7cf586
Clean up JS API table of contents
...
Closes #271
2019-01-09 16:17:58 -08:00
Natalie Weizenbaum
e6771747ad
Enable html-proofer for the new docs, and fix errors
2019-01-09 14:36:31 -08:00
Natalie Weizenbaum
62fa63b67a
Fix some typos
2019-01-04 15:04:18 -05:00
Jina Anne
7ee1b68df5
link header
2018-12-28 18:03:50 -08:00
Jina Anne
4785328dff
hover link
2018-12-28 18:01:32 -08:00
Jina Anne
c21200ba14
header linking
2018-12-28 17:59:53 -08:00
Jina Anne
fb5eb4f52c
Clean up style guide
2018-12-28 17:26:36 -08:00
Jina Anne
9a4d66643e
add list documentation
2018-12-28 17:03:29 -08:00
Jina Anne
c0478b1f89
remove broken sticky plugin
2018-12-28 16:50:04 -08:00
Jina Anne
32f5f8bbd8
Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference
2018-12-28 16:42:09 -08:00
Jina Anne
6db6cad349
nav progress
2018-12-28 16:42:05 -08:00
Natalie Weizenbaum
7f09f1ff7d
Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference
2018-12-28 16:41:35 -08:00
Natalie Weizenbaum
a054b4848f
Clean up config.ru
...
"middleman serve", not "rackup", should be used for local development.
2018-12-28 16:40:55 -08:00
Natalie Weizenbaum
d41c63c10d
Fix URLs in "middleman serve"
2018-12-28 16:38:01 -08:00
Jina Anne
698ff52e1d
remove nav border
2018-12-28 16:32:00 -08:00
Jina Anne
1a9e640fb3
Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference
2018-12-28 16:29:26 -08:00
Jina Anne
39263a13e3
update layout
2018-12-28 16:29:22 -08:00