Commit Graph

34 Commits

Author SHA1 Message Date
Paul O’Shannessy
b3908ee455 [docs] Add timezone to _config
This way we hopefully won't churn the feed when genereated in
a different time zone (eg France).
2014-01-15 11:14:15 -08:00
Paul O’Shannessy
1910d7fc0b Put nav data in "_data"
New in Jekyll 1.3 - http://jekyllrb.com/docs/datafiles/
2013-11-19 15:52:42 -08:00
Paul O’Shannessy
c275a8fd67 Fix pagination 2013-11-19 15:25:00 -08:00
Paul O’Shannessy
36515bb9eb Merge branch 'chenglou-classSet'
closes #463
2013-11-18 18:00:24 -08:00
Connor McSheffrey
b8c7f3cdfd Renamed Cookbook references to tips. Reworded intro (sounded weird because it still referenced cookbooks. Updated some entry ID's (some side nav links didn't match entry permalinks) 2013-11-11 21:00:53 -08:00
Cheng Lou
12d16c92d8 update add-ons docs based on feedbacks
- Overview of add-ons for the add-ons page.
- Better title for `ReactLink`.
- Nicer code format for classSet example.
- Better explanation for `classSet`.
2013-11-08 16:55:14 -05:00
Cheng Lou
df40e92e29 fix title case for docs tips everywhere 2013-11-05 09:57:00 -05:00
Cheng Lou
87c91649f3 add docs on classSet add-on 2013-10-31 21:59:35 -04:00
Cheng Lou
c60838de08 split add-ons into subsections
In preparation for documenting `classSet` add-on.
2013-10-31 21:10:19 -04:00
Connor McSheffrey
f1395296b2 Update nav config with new entry names/permalinks 2013-10-30 12:29:38 -07:00
Connor McSheffrey
3b8c13d08d Removed Q&A format 2013-10-29 10:42:47 -07:00
Connor McSheffrey
d0467822e4 added seperate cookbook layout (since URL base of next/prev is hardcoded in layout), added next/prev yaml meta to each cookbook entry until I can find a way of generating them dynamically 2013-10-29 10:15:45 -07:00
Connor McSheffrey
62f271032c update cookbook nav 2013-10-29 10:15:45 -07:00
Connor McSheffrey
33232007f7 Moved cookbook recipes into separate directory. Updated nav_docs to loop through cookbook yaml. Added cookbook directory to js/ to add live editing of code samples 2013-10-29 10:14:19 -07:00
Connor McSheffrey
33531f728a Added docs for React cookbook section Introduction and Inline Styles React recipe 2013-10-29 10:14:18 -07:00
Paul O’Shannessy
64fe40a058 bump version to 0.6.0-alpha 2013-10-15 22:39:28 -07:00
petehunt
b5841ea2f3 new addons docs
closes #403
2013-10-15 14:09:21 -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
647ce1553c Fix capitalization of Tooling Integration page 2013-08-26 14:53:56 -07:00
Paul O’Shannessy
4081cebe6d Bump version for v0.4.0 2013-07-17 11:33:31 -07: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
Paul O’Shannessy
f2345ba2e2 Remove numbers from URLs.
This will let us keep docs in order on the filesystem but have
reasonable permalinks. If we add something at 02- it doesn't result in
lots of broken links.
2013-07-16 17:09:43 -07:00
petehunt
1263fde643 move docs around, add likebutton 2013-07-14 18:31:46 -07:00
Paul O’Shannessy
1e47e16ef3 Merge pull request #49 from paulshen/jekyllrss
[docs] Add RSS feed.xml for blog posts
2013-06-03 14:12:54 -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
Paul Shen
b5d6f4dfab [docs] Add RSS feed.xml for blog posts
uses `feed.xml` from https://github.com/snaptortoise/jekyll-rss-feeds
(slightly modified for `site.url` + `site.baseurl`)
2013-06-03 11:02:14 -07:00
Paul O’Shannessy
ba7b42766b v0.3.2
Also some tweaks to package.json details.
2013-05-31 17:10:08 -07:00
Paul O’Shannessy
99b24c4bf5 Bump docs version to v0.3.1 2013-05-30 15:06:46 -07:00
petehunt
1e169a2213 Return of mixin docs 2013-05-30 14:20:50 -07:00
yungsters
c63eddc525 Add a JSX Compiler tool. 2013-05-30 11:26:36 -07:00
yungsters
6981a7e754 [docs] Revise marketing copy around JSX. 2013-05-30 10:05:53 -07:00
petehunt
a17b1662b7 Fix live editor on mobile devices 2013-05-29 13:24:51 -07:00
Paul O’Shannessy
eb278167cd Initial public release 2013-05-29 12:54:02 -07:00