Frank Li
cf5ee95a48
Minor cleanup
2017-08-08 11:38:07 -07:00
Frank Li
4b96408fa5
Rename sidebar.json to sidebars.json
2017-08-07 17:25:52 -07:00
Frank Li
09ca732402
Allow document not in sidebar.json to be displayed
2017-08-07 15:15:09 -07:00
Frank Li
fd01449db2
Fix version.js script for when there are no versions yet
2017-08-07 12:04:35 -07:00
Frank Li
b4e9a068ab
Update server to provide message with full link
2017-08-07 11:08:37 -07:00
Frank Li
63e3e31117
Merge branch 'master' of https://github.com/facebookexperimental/Docusaurus into website
2017-08-07 10:28:52 -07:00
Frank Li
de2897f108
Allow for extra algoliaOptions for search
2017-08-04 14:44:23 -07:00
Frank Li
5c3f74ddcc
Fix removal of semver usage
2017-08-04 12:57:43 -07:00
Frank Li
63043c041a
Add version header link and change current docs to be version 'next'
2017-08-04 12:41:13 -07:00
Frank Li
9eb6ff2034
Update write-translations.js to find versioned sidebar category names
2017-08-04 10:44:54 -07:00
Frank Li
67592dcf8a
Use versions.json file and move versioned, translated docs into translated_docs
2017-08-03 15:58:56 -07:00
Frank Li
d3e3d209a4
Add comments for new versioning files
2017-08-03 11:14:56 -07:00
Frank Li
3598dffc58
Add versioning functionality
2017-08-03 10:25:01 -07:00
Frank Li
58452ea963
Merge pull request #27 from facebookexperimental/update-api
...
Refactor API
2017-08-02 17:00:40 -07:00
Frank Li
6d2b6740c1
Clean up API changes
2017-08-02 15:13:10 -07:00
Frank Li
5dd6609db9
Fix Open Graph image option
2017-08-01 15:58:05 -07:00
Frank Li
9e70055452
Add siteConfig option for Open Graph image
2017-08-01 15:56:50 -07:00
Frank Li
419e0c0ff9
Initial API refactor
2017-07-31 16:19:02 -07:00
Frank Li
32768eea7e
Merge branch 'sidebar-ordering' of https://github.com/facebookexperimental/Docusaurus into update-api
2017-07-31 10:57:08 -07:00
Frank Li
c6503c4bfa
Use template strings, update React components, and update package.json files
2017-07-28 16:59:41 -07:00
Joel Marcey
3c2b585a60
Reversed the parameters
2017-07-28 14:24:50 -07:00
Frank Li
0917de0090
Fix header image link
2017-07-28 10:31:08 -07:00
Joel Marcey
582efb496c
Write CNAME file if custom domain
...
Custom domains in GitHub pages require a CNAME file. This file is automatically created for you if you add a custom
domain to the GitHub pages section of the "Settings" area in a GitHub repo.
However, the way we push to GitHub, we remove all files from a `gh-pages` branch before building and pushing the new
content on a rebuild. This includes removing the CNAME file, even if it was autogenerated when changing the setting.
So, just always create a CNAME file if the domain is a custom domain.
2017-07-28 07:40:31 -07:00
Frank Li
f3cb4d1860
Merge branch 'master' into sidebar-ordering
2017-07-25 16:34:57 -07:00
Frank Li
ab58eaa9fa
Update use of readCategories.js
2017-07-25 16:30:49 -07:00
Frank Li
f3a152170d
Add syntax highlighting for more languages besides Javascript
2017-07-24 14:53:00 -07:00
Frank Li
abc5e325cd
Use information from "docSidebar.js" file instead of doc front matters for sidebars.
2017-07-24 13:33:58 -07:00
Frank Li
da4b381df4
Allow external link target (e.g. _blank)
2017-07-21 16:23:59 -07:00
Frank Li
f72144e988
Allow GridBlock images to be clickable links
2017-07-21 13:57:37 -07:00
Frank Li
b359a2500d
Update how separate css files are identified
2017-07-21 12:37:16 -07:00
Frank Li
fc4e5b05df
Allow exclusion of tagline in page title
2017-07-21 12:24:43 -07:00
Frank Li
1edd160ceb
Allow separate css files that don't get added to Docusaurus's
2017-07-21 12:13:13 -07:00
Frank Li
5135138156
Allow GridBlock titles to use markdown
2017-07-20 16:15:04 -07:00
Frank Li
b2be3331cf
Update edit button and header language drop down
2017-07-20 15:56:38 -07:00
Frank Li
f622bf17d2
Allow removal of "Edit this Doc" button
2017-07-20 15:21:20 -07:00
Frank Li
d5fb69d475
Remove unused doc sidebar config
2017-07-19 13:47:21 -07:00
Frank Li
ee82575df0
Update server routing for static assets
2017-07-19 10:57:07 -07:00
Frank Li
a455ca9745
Update server routing
2017-07-19 10:50:32 -07:00
Frank Li
e3b99f800b
Update server routing for "docs" urls
2017-07-18 16:52:47 -07:00
Frank Li
ef6c04d1cb
Merge remote-tracking branch 'origin/update-examples'
2017-07-18 12:09:55 -07:00
Frank Li
63c62f1d11
Update build-files.js to ignore .babelrc file
2017-07-18 11:44:44 -07:00
Frank Li
610b598827
Update start-server.js to ignore .babelrc files
2017-07-18 11:44:19 -07:00
Frank Li
6dd70c67f6
Update message when file to copy already exists
2017-07-17 16:36:20 -07:00
Frank Li
ba487826a5
Merge pull request #21 from facebookexperimental/allow-incomplete-docs
...
Skip processing any docs with empty/no front matter instead of throwing error
2017-07-17 16:19:25 -07:00
Frank Li
9f26e4f305
Merge pull request #20 from facebookexperimental/blog-navigation
...
Add Recent Posts button at bottom of blog posts
2017-07-17 16:19:04 -07:00
Frank Li
de088ce376
Update css blog button styles
2017-07-17 16:18:14 -07:00
Frank Li
2585dfa1f9
Skip processing any docs with empty/no front matter instead of throwing error
2017-07-17 12:25:36 -07:00
Frank Li
68395bbe3c
Merge pull request #16 from facebookexperimental/fix-search-positioning
...
Fix search bar positioning in header
2017-07-17 11:54:56 -07:00
Frank Li
8f705fcb7e
Move location in css file of search bar css change
2017-07-17 11:54:28 -07:00
Frank Li
c6bdc81376
Add Recent Posts button at bottom of blog posts
2017-07-17 11:46:35 -07:00