Commit graph

46 commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
036b84df90 Verdaccio proudly website was built with Docusaurus (#411) 2018-01-22 08:26:25 -08:00
Jakub Kłobus
373a3e62de Added react-native-ios-kit to list of projects using Docusaurus (#400) 2018-01-17 16:41:41 -08:00
Kota Kanbe
9fd788d125 Add Vuls as a Docusaurus user (#401)
Vuls uses Docusaurus, Please add our logo if you like.
2018-01-17 16:35:23 -08:00
Joel Marcey
f533311bee
Add Reason as a Docusaurus user (#373)
And alphabetize the list as well
2018-01-04 13:03:36 -08:00
Ricky Vetter
b0b1a839e7
Update users to follow their naming convention
By convention both BuckleScript and ReasonReact are PascalCase. Also removed BuckleScript from fbOpenSource because it's not technically under that umbrella.
2018-01-04 11:51:46 -08:00
azu
8ec4a6bfe5 Add almin to users (#303) 2017-12-18 11:56:05 -08:00
Héctor Ramos
1db69285e5 Split showcase into FB and non-FB (#315) 2017-12-18 11:47:57 -08:00
Joel Marcey
57712d27f5 Use png for og:image 2017-12-14 10:07:20 -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
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
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
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
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
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
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
Héctor Ramos
ba666cc6ae Remove sourceCodeButton config key (#181) 2017-10-26 12:16:36 -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
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
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
Eric Nakagawa
dc835770a0 RSS/ATOM Feed added, Prism changes, and global Copyright notice. (#94)
* Add Reason support to Prism.js

* Add XML/ATOM feed. Generates for both localhost and build script. Adds meta links to feeds to all html files.

* Updated /core/Footer.js to pull from siteConfig
2017-09-27 12:49:09 -07:00
Eric Nakagawa
a86af92e7c Remove customCssFileName as any css file in /static/css gets appended to end of main.css 2017-09-25 11:35:35 -07:00
Eric Nakagawa
c0109192b1 Update urls, modified starter example custom css, added it to Docusaurus website 2017-09-22 13:23:27 -07:00
Eric Nakagawa
9c6fe348d6 Add support for a custom CSS file that is configurable from siteConfig.js 2017-09-22 11:31:29 -07:00
Eric Nakagawa
d379f58581 Adding crowdin config to Docusaurs. Content updates to: README.md, guides-translation.md. Moved docs into /docs/en. 2017-09-20 21:09:55 -07:00
Joel Marcey
41ed505556 Enable Algolia Search 2017-08-17 08:34:02 -07:00
Joel Marcey
2a196cb1bc Use official logo for favicon 2017-08-16 19:29:48 -07:00
Frank Li
6526d91f6e Fix siteConfig projectName 2017-08-16 16:45:34 -07:00
Frank Li
f60c62c538 Fix missing comma in siteConfig 2017-08-16 15:26:00 -07:00
Frank Li
d86dc27198 Add siteConfig cname 2017-08-16 15:18:56 -07:00
Frank Li
ce29a19eea Change baseUrl to "/" for docusaurus.io 2017-08-16 13:39:19 -07:00
Joel Marcey
06cef7bea0 Add FastText to Docusaurus users 2017-08-16 13:34:18 -07:00
Eric Nakagawa
029c83b6b1 Added Docusaurus to Users 2017-08-10 16:39:29 -07:00
Eric Nakagawa
65142ce3b8 New logos 2017-08-10 16:39:29 -07:00
Frank Li
6ca90610f4 Update headerLinks API 2017-08-08 13:46:11 -07:00
Joel Marcey
bba7edd80f Update the Algolia search information (#49)
* Update the Algolia search information

- It is a guide
- Rename the file, specifying that it is a guide
- Add a commented out Aloglia section to siteConfig.js

* Different search bar location flag
2017-08-08 11:47:18 -07:00
Frank Li
b71ef8c0f1 Update website setup for new API 2017-08-07 10:34:53 -07:00
Frank Li
9b35317fb5 Initial website set-up for Docusaurus 2017-07-27 16:15:47 -07:00