Commit graph

100 commits

Author SHA1 Message Date
ymz
ddf9827ae6 Fix zh-Hans' Chinese word & Beautify code (#311)
"中文" means both "zh-Hans" and "zh-Hant"
"简体中文" means "zh-Hans"
"繁體中文" means "zh-Hant"

References:
- [What's New in Globalization and Localization - msdn.microsoft.com](https://msdn.microsoft.com/en-us/library/dd997383(v=vs.100).aspx#new_specific_cultures)
- [zh-cn 与 zh-hans 是什么关系、有什么区别? - zhihu.com](https://www.zhihu.com/question/21980689)
2017-12-19 12:31:28 -08:00
azu
8ec4a6bfe5 Add almin to users (#303) 2017-12-18 11:56:05 -08:00
neilsutcliffe
21cbece838 Fixes to testing guide (for Windows only) (#304)
* Fixes to testing guide (for Windows only)

* Fixed line ending detection for UNIX and Windows

* Removed incorrect instructions about translations

* Removed redudant heading and turned it into a note.
2017-12-18 11:48:53 -08:00
Héctor Ramos
1db69285e5 Split showcase into FB and non-FB (#315) 2017-12-18 11:47:57 -08:00
Joel Marcey
2bc543852e Fix documentation link in help.js
However, we need to come up with a way to have /docs/ redirect
correctly
2017-12-14 19:31:36 -08:00
Joel Marcey
43fcd81d04 Move google verification file to static/ 2017-12-14 12:34:54 -08:00
Joel Marcey
5ce5225de1 Add Google site verification file 2017-12-14 12:32:06 -08:00
Richard Zhang
a25431a171 without having having to worry about site design. (#288)
Let me know if double having is intentional
2017-12-14 12:20:30 -08:00
Darren Richards
621bd29e7a Fix typo (#286) 2017-12-14 11:07:21 -08:00
Joel Marcey
57712d27f5 Use png for og:image 2017-12-14 10:07:20 -08:00
Joel Marcey
67dc79446a Move docusaurus image to community section in blog post 2017-12-14 09:44:12 -08:00
Joel Marcey
d6fb14cfa4
Add introductory blog post (#279)
* Add introductory blog post

For launch!

\o/

* Update post to launch date

* Add ogImage and fix how we get og:Description

Plus a few updates to the post

* Remove some code block info
2017-12-14 09:32:49 -08:00
Joel Marcey
a039b0df09 Alphabetize some of the docs sidebar 2017-12-14 08:58:02 -08:00
Joel Marcey
68806d74f6 Add GitHub button to landing page 2017-12-14 08:50:52 -08:00
Joel Marcey
317fa99572 Add social buttons at the bottom of blog posts.
Also, update the siteConfig api docs
2017-12-13 20:10:27 -08:00
Joel Marcey
f8af0e3f58 About/ => About / 2017-12-13 19:42:46 -08:00
Joel Marcey
908374b2a5 Add Google Analytics 2017-12-13 19:41:55 -08:00
Joel Marcey
72a9f7693d
Remove noIndex (#284)
Allow the world to find us on search engines!! :)
2017-12-13 19:41:36 -08:00
Joel Marcey
bb074088b5
Add Testimonials (#271)
* [WIP] Add Testimonials

Getting infra ready for testimonials

* Add testimomnial quotes
2017-12-13 15:31:35 -08:00
Joel Marcey
be1ea72237
Add About Slash page (#282)
It will show up in the header as "About/" :)
2017-12-13 15:27:35 -08:00
Joel Marcey
8481791221 Update the Docusaurus help page 2017-12-13 15:26:24 -08:00
Joel Marcey
078b379dae Update landing page with a few more links 2017-12-11 17:29:03 -08:00
Joel Marcey
6ec683f77f Add Relay and Bucklescript to Docusaurus users
\o/

(also forgot to add React Native image in last commit)
2017-12-11 16:39:31 -08:00
Héctor Ramos
11029cf02d Update build script (#272)
* Copy dot files if present in the static folder, and add .circleci config to Docusaurus site

* Update docs
2017-12-11 16:32:05 -08:00
Joel Marcey
c62e18eb53 Add React Native as a Docusaurus user
\o/
2017-12-11 16:24:52 -08:00
Joel Marcey
7aee74a43f Update Docsuarus footer 2017-12-11 16:15:26 -08:00
Joel Marcey
8919673f98 Add links to landing page 2017-12-11 13:01:00 -08:00
Joel Marcey
a5020f3c46 Start adding links to the landing page
Also fix getting started link by using current language
2017-12-08 08:35:27 -08:00
Joel Marcey
ef6f550700 Replace facebookexperimental with facebook (#266)
Moving to the facebook GitHub org
2017-12-07 10:52:12 -08:00
Héctor Ramos
31b70f053c Update docusaurus-publish (#250)
* Update publish script to allow configuration via siteConfig.js file, as well as non-CircleCI env vars

* Use || instead of |
2017-12-04 09:15:32 -08:00
Joel Marcey
856ca785e5
Add Reason-React and MakeItOpen to Docusaurus users (#224) 2017-11-13 15:14:49 -08:00
Joel Marcey
1324ddfa47
Update site preparation docs (#203) 2017-11-01 09:48:14 -07:00
Héctor Ramos
09354ab738 [BREAKING] Rename Marked to MarkdownBlock (#162)
* Switch to Remarkable

* Clean up references to custom code blocks

* Remove valdiateDOMNesting warning

* Add syntax highlighting

* Add Reason support

* Breaking change: prismColor to codeColor, remove CompLibrary.Prism, expose hljs

* Completely remove Prism and associated CSS rules

* Support loading plugins and scripts

* Remove CSS rules, allowing Highlight.js theme to be used entirely

* Remove unnecessary webplayer script

* Rename Marked to MarkdownBlock

* Rename Marked to MarkdownBlock

* Remove Marked.js
2017-10-30 15:47:13 -07:00
Eric Nakagawa
fa1ec70432 Bug fixes in generatejs (#169)
* Misc cleanups related to console.log messages in yarn build

* Fixes https://github.com/facebookexperimental/Docusaurus/issues/96
2017-10-26 16:13:56 -07:00
Héctor Ramos
ba666cc6ae Remove sourceCodeButton config key (#181) 2017-10-26 12:16:36 -07:00
Eric Nakagawa
55b0f33f2a Allows periods in blog file names -- will allow for version numbers, etc (#163)
* Allows periods in blog file names -- will allow for version numbers, etc

* Removed debug lines...
2017-10-24 19:27:37 -07:00
Héctor Ramos
9bc6d27f32 Break up long line that was messing up our page. (#174)
* Break up long line that was messing up our page.

* Remove file that should not be in source control
2017-10-24 16:15:50 -07:00
Eric Nakagawa
c2243a3c20 Only show 'Read More' button on blog list page when post has <!-- truncate --> token (#161)
* Only show 'Read More' button on blog list page when the text includes a <truncate> token

* Remove console.log
2017-10-24 13:46:42 -07:00
Eric Nakagawa
70221530b6 Include jest logo 2017-10-24 12:58:51 -07:00
Eric Nakagawa
b378215f66 Adds Jest to Docusaurus users 2017-10-24 12:56:39 -07:00
Héctor Ramos
b832176dc6 [markdown] Switch to Remarkable (#153)
* Switch to Remarkable
* Clean up references to custom code blocks
* Remove valdiateDOMNesting warning
* Add syntax highlighting
* Add Reason support
* Breaking change: prismColor to codeColor, remove CompLibrary.Prism, expose hljs
* Completely remove Prism and associated CSS rules
* Support loading plugins and scripts
* Remove CSS rules, allowing Highlight.js theme to be used entirely
* Remove unnecessary webplayer script
2017-10-24 09:45:21 -07:00
Eric Nakagawa
bcba05ae03 Adds sitemap.xml. Adds 'Help Translate' to translatable strings. Error messages and fn name cleanups. (#136)
* added a note about needing more than one language to be enabled to allow for a drop down

* Removing debug statements

* Add 'Help Translate' to translatable strings, improves error messages around missing translated strings, calls write-translations on some routes

* Adds sitemap.xml to live server and build. Versioning not supported. -- Also did some file name and module cache cleanups.
2017-10-18 12:55:58 -07:00
Ricky Vetter
768ed88978 Add option to avoid indexing site (#142) 2017-10-18 11:35:30 -07:00
Ricky Vetter
a794897d85 switch to fbids (#135) 2017-10-18 10:02:12 -07:00
Joel Marcey
a1810c99fc Remove dependency from website package.json (#117)
This isn't needed and we don't need to keep up with it everytime we push a package.

We only have to keep up with the versioning in the main package.json
2017-10-06 10:36:37 -07:00
Joel Marcey
77535d80f2 The complete move to MIT license (#115)
- headers in .js files
- update README and LICENSE year

Testing:

grep BSD, Patents, patents turned up nothing
2017-10-05 11:14:49 -07:00
Joel Marcey
0d88c7d430 Remove duplicative publish doc 2017-09-29 15:38:58 -07:00
Eric Nakagawa
a818d8fd7a Update README, clean up getting started sections (#100) 2017-09-29 15:38:03 -07:00
Héctor Ramos
5c2c8570d2 Publishing your site Guide (#55) 2017-09-29 15:31:27 -07:00
Eric Nakagawa
3b5db4bbf8 2 bug fixes (#98)
* Merge fix

* Updating lock file.

* Bug fix for rss feed truncation...

* Fixes infinite recursive loop for #89

* Removed use of module cache invalidator from feed.js

* Replaced 'latest' babel presets with 'env'

* Ignore temp build folder

* Adding back new truncation logic for RSS

* Updating yarn lock
2017-09-28 14:46:29 -07:00