Commit graph

205 commits

Author SHA1 Message Date
Joel Marcey
70d0b831b4 Add Draft.js as a user (#668) 2018-05-16 18:33:30 -07:00
Yangshun Tay
22332a2df6 Add Pyre to users list (#661) 2018-05-11 10:24:58 -07:00
Resi Respati
5c2dacc780 Added Bemuse to users list (#659) 2018-05-10 07:46:31 -07:00
Agastya Darma
25cf8bb786 Migrate to React 16 (#655)
* migrating to react 16

* Add WarriorJS to Docusaurus users (#656)

* Separate users data from code

* Add WarriorJS to Docusaurus users

* [Feature] Introducing image compression using imagemin (#654)

* Introduce imagemin for compressing images

* Replace original images with the optimized ones

* Add imagemin-svgo to dependencies

* Remove console statement, replace let with const

* Replace let with const

* Add --skip-image-compression

* Run Prettier

* Fix header

* Prettier
2018-05-09 19:58:47 -07:00
Ahmad Alfy
ab6bab9f8d [Feature] Introducing image compression using imagemin (#654)
* Introduce imagemin for compressing images

* Replace original images with the optimized ones

* Add imagemin-svgo to dependencies

* Remove console statement, replace let with const

* Replace let with const

* Add --skip-image-compression

* Run Prettier
2018-05-09 16:59:36 -07:00
Matías Olivera
ac718dd7c4 Add WarriorJS to Docusaurus users (#656)
* Separate users data from code

* Add WarriorJS to Docusaurus users
2018-05-09 11:30:05 -07:00
Joel Marcey
5b4fb4b4a5
Publish v1.0.15 (#645) 2018-05-06 11:04:56 -07:00
Yangshun Tay
545a053289 Add Facebook copyright headers (#633) 2018-05-04 09:40:07 -07:00
Joel Marcey
b56bb5aa27
Revert "Update static image assets (#631)" (#632)
This reverts commit 6bcc9e44a0.
2018-05-03 12:20:37 -07:00
Yangshun Tay
6bcc9e44a0
Update static image assets (#631)
* Update static image assets

* Update image
2018-05-03 11:10:20 -07:00
Yangshun Tay
0fff8788fe Add author Twitter handle to blog (#626) 2018-05-03 10:49:57 -07:00
Yangshun Tay
07c0f13034
Add golang/dep as user (#612)
* Add golang/dep as user

* Update siteConfig.js
2018-05-03 08:12:52 -07:00
Christine Abernathy
bcf0d1bd8c Blog post for Profilo conversion (#623) 2018-04-30 10:21:01 -07:00
Paulus Schoutsen
ae53bdc46a Add Home Assistant to users (#620)
* Add Home Assistant to users

* Update siteConfig.js
2018-04-28 19:29:09 -07:00
Amy Lam
8929634997 Update deprecated GitHub Buttons data-count-api (#616)
Also, use single quotes for JS
2018-04-28 00:34:20 -07:00
Yangshun Tay
a9a39817d4
Use proper syntax highlighting for code blocks (#615)
* Better syntax highlighting

* Better syntax highlighting
2018-04-27 22:51:38 -07:00
Yangshun Tay
327ef85770
Improve directory file tree (#614) 2018-04-27 22:47:14 -07:00
Yangshun Tay
38f93e750a
Add rejoiner project as a user (#606)
* Add rejoiner project as user

* Fix
2018-04-27 14:28:09 -07:00
Yangshun Tay
327d044362 Improve code block appearance (#609) 2018-04-27 06:21:36 -07:00
Yangshun Tay
7ea0f5a8cf s/Github/GitHub (#608) 2018-04-26 09:43:47 -07:00
Yangshun Tay
5404874976 Fix incorrect version links (#598) 2018-04-24 07:10:53 -07:00
Joel Marcey
6041f9ece7
Publish v1.0.14 (#597) 2018-04-23 16:40:13 -07:00
Joel Marcey
6860dec561
Remove a translate page from users page
It was cutting off some text.
2018-04-23 16:00:05 -07:00
Joel Marcey
266b37498a
Publish v1.0.13 (#589) 2018-04-20 12:03:21 -07:00
Joel Marcey
40a9047620
Publish v1.0.12 (#581) 2018-04-18 09:57:17 -07:00
Joel Marcey
e738bbd99e
Add twitterImage to siteConfig options (#580) 2018-04-17 21:04:39 -07:00
Yangshun Tay
0593ea0039 Switch off Espanol translations (#565) 2018-04-14 20:12:58 -07:00
Kaveh Khorram
a9f8701456 Added HTML tables to documentation page to improve UX (#514) 2018-04-14 13:05:26 -07:00
Kyle Roach
de11050df1 Add react-native-elements to users (#562) 2018-04-14 09:52:52 -07:00
Joel Marcey
3486e1113f
Add versioning to docusaurus.io (#552) 2018-04-12 11:28:00 -07:00
Joel Marcey
001eae7003 Update the initial blog post clarifying JS/React vs Jekyll 2018-04-12 09:11:36 -07:00
Sam Brown
f253307f72 Small sentence change in blog post (#547) 2018-04-12 08:13:22 -07:00
Joel Marcey
4f669ccca2
Enable Translations for docusaurus.io (#548)
There are some translations for Spanish for Docusaurus -- not complete, but still a good start to enable for our site.
I figure it is time to enable all the crucial features that the project provides for its main site, huh? 😄
2018-04-12 08:10:41 -07:00
Joel Marcey
2779bf3d0f Add Users to the header 2018-04-11 19:21:02 -07:00
Joel Marcey
5f89af927a
Add BlueWhale as a user (#546) 2018-04-11 19:18:10 -07:00
Yangshun Tay
6500f9bacf More doc improvements (#532)
* Generic doc improvements

* Convert to Markdown

* Remove whitespace

* More typo fixes
2018-04-07 21:16:29 -07:00
Yangshun Tay
e19b9ac56e Add rel="noreferrer noopener" to <a> with target="_blank" (#531)
* Add rel="noreferrer noopener" to <a> with target="_blank"

* Run Prettier
2018-04-07 19:14:28 -07:00
Amy Lam
c2cd169b64 Add alt tags to images for a11y (#529)
- Add imageAlt to GridBlock
- Set alt equal to `user.caption` for mapped users
- Set alt equal to `post.author` for blog posts
- Update documentation
2018-04-07 19:13:12 -07:00
Joel Marcey
f1893d5fea
Add secondary, page-specific navigation documentation (#498)
And enable for docusaurus.io
2018-03-12 16:27:37 -07:00
Joel Marcey
d025e045b5 Add new image for Facebook Instant Articles Editor 2018-02-25 22:05:15 -08:00
Stan Lo
64fbd1c28e Add Goby to user list (#469) 2018-02-25 17:57:02 -08:00
Joel Marcey
5198752d0c Add Facebook Instant Articles Rules Editor to Users 2018-02-18 20:11:16 -08:00
Joel Marcey
3e824afe97
Use Discord vanity URL (#417) 2018-01-24 10:29:28 -08:00
Joel Marcey
2d9d8b1158
Add links to Discord channels (#414)
We now have an additional support structure.
2018-01-23 13:23:52 -08:00
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
Cheng Lou
00270c26a7 i18n: use zh-TW and zh-CN over zh-Hant and zh-Hans (#377)
Both crowdin and docsearch i18n configs use TW and CN over Hant and Hans. This should reduce some config confusions.
cc @ericnakagawa. Also, apparently you're working on algolia search i18n?
2018-01-11 15:40:53 -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
57306e1c53
Remove "Lead" from my title
I'm barely a developer. I think it's a stretch to call me a lead :P
2018-01-04 11:59:13 -08:00