Commit Graph

35 Commits

Author SHA1 Message Date
Michał Pierzchała
8ee53ad335 Proper font-family for docs input fields (#7706) (#7708) 2016-09-12 16:29:46 -07:00
Keyan Zhang
27a059b045 switched to codemirror's jsx mode (#6898) 2016-05-26 23:33:04 -07:00
Ben Alpert
5e923e3ab7 0.14 RC blog post 2015-09-10 09:21:56 -07:00
Paul O’Shannessy
b78e78c8f8 Update Bourbon files (4.0.2) 2014-08-13 11:20:00 -07:00
Paul O’Shannessy
619d51f015 Minimal updates for Jekyll 2.0 2014-08-13 11:10:40 -07:00
Paul O’Shannessy
11fe1747e7 [docs] increase base font-weight
Closes #1926
2014-07-24 21:01:20 -07:00
Ben Alpert
4f98857fe9 Add "Edit on GitHub" link on docs pages
Ember's docs do this and I rather like the idea of encouraging people to make improvements.
2014-07-16 11:17:00 -07:00
Ben Alpert
a0095491e4 Make code in headers not giant 2014-07-13 13:03:12 -07:00
Paul O’Shannessy
d54665ebee Consolas > Courier New for monospace docs font [skip ci] 2014-07-13 12:26:28 -07:00
Ben Alpert
1cd3c3e7e9 Add --harmony option to live JSX compiler page 2014-06-28 17:29:30 -07:00
G Scott Olson
aa19670cd6 Fix nested UL spacing. 2014-05-21 15:26:01 -04:00
G Scott Olson
f1722d6c32 Improve readability of multi-line nav items. 2014-05-21 10:55:42 -04:00
Ben Alpert
104e6359fa Fix appearance of code blocks in lists 2014-04-04 12:55:43 -07:00
Ben Alpert
b5fafad2ec Add acknowledgements page 2014-02-24 17:18:57 -08:00
Paul O’Shannessy
b88f451383 Center twitter embeds differently. again.
This time, just target the iframe. display: table was weird in webkit.
2014-02-05 16:25:13 -08:00
Paul O’Shannessy
fad00d0992 Don't use <center> for twitter embeds 2014-02-05 15:51:06 -08:00
Cheng Lou
353981f384 docs add jsx->js tab to live editors 2014-01-17 15:49:59 -08:00
Cheng Lou
c0a9df9e5b docs better error display for live editor and JSX compiler 2014-01-01 19:41:08 -05:00
Ben Alpert
2deed9882e IE8 style fixes
- Add html5shiv so that HTML5 elements like header, footer, etc can be styled
- Remove a couple uses of :first-child/:last-child which IE8 doesn't support
2013-12-30 17:17:17 -07:00
Cheng Lou
0e18bc2843 make docs jsx compiler highlight transpiled js code 2013-11-25 19:04:28 -05:00
Ben Alpert
dd6f1aee22 Make doc headers clickable again
...without preventing clicks on other things.

Just use an `<a name="...">` tag that doesn't take up any space to make sure that we're not covering up something else.

For whatever reason, doing `position: relative; top: -$navHeight;` doesn't work and causes the anchor target not to be moved up. This solution works in both Chrome and Firefox.
2013-11-18 17:34:44 -08:00
Paul O’Shannessy
04fd4e96c4 Merge pull request #522 from pieter-vanderwerff/blog-footer-position-fix
Added clearfix to blog content holder
2013-11-13 12:28:34 -08:00
Pieter Vanderwerff
6fd0fabda9 Added clearfix to blog content holder 2013-11-13 15:01:32 +13:00
Guido Bouman
7473b3b2aa Prevents header anchors from interfering with clickable content. 2013-11-08 15:52:46 +01:00
Paul O’Shannessy
3a062af469 Move header link styling out of documentation only
It's used in blog posts too. I also constrained it to just the anchor
class to avoid any other headers we have.
2013-11-05 15:04:57 -08:00
Ben Alpert
b59db6058e Move heading anchors 50px up to avoid nav bar
Fixes #447.

We do this by moving the actual anchored element up in the page without moving the actual text. (Apple uses a similar trick in their framed docs.) Now this looks a bit sillier on smaller screens but it's better overall.
2013-10-28 13:52:58 -07:00
Cheng Lou
9c6d46bb14 Add clickable anchors to docs headers
Closes #434
2013-10-21 14:27:31 -07:00
Ben Alpert
f566b56ed1 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00
Vjeux
a971ca4e53 Add pagination to blog
- Add pagination
- Display full content in /blog
- Truncate Recent posts
- Add permalink that lists all the blog posts
- Add spacing and bullet around recent posts to make it more readable
2013-08-27 02:14:17 +02:00
Paul O’Shannessy
118bb6ca92 Autogen the docs nav
This is still the same amount of duplication, except way easier to
parse. Docs nav now lives in `_config.yml` and you must restart jekyll
to see changes to that list (since config is only read at jekyll launch)
2013-07-16 17:24:41 -07:00
Vjeux
495ba6fd6d Facebook comments integration on Docs and Blog 2013-06-13 01:08:31 +02:00
Vjeux
826a62c4ad Community round-up blog post 2013-06-12 13:55:51 -07:00
Paul O’Shannessy
a17548f63d Improve blog setup
* All posts under blog/
* Index @ blog/index.html
* Only show excerpt on index with "continue reading" link
* Date, name formatting improvements (better for humans)

It could probably still use some style tweaks but I feel better about
it.

Moving forward, we'll use the "excerpt" feature of Jekyll with the
default separator, which is just 2 newlines. So the first paragraph will
be special. Alternatively you can specify excerpt, but we'll want to fix
the layout so that gets added in.
2013-06-03 13:51:44 -07:00
yungsters
c63eddc525 Add a JSX Compiler tool. 2013-05-30 11:26:36 -07:00
Paul O’Shannessy
eb278167cd Initial public release 2013-05-29 12:54:02 -07:00