Julien Odent
0a3f0ecdc5
Renamed Sonar to Flipper ( #905 )
...
* Noticed caption was "Sonar" but redirecting to https://fbflipper.com .
* Fixed caption and renamed files for consistency.
* Moved project after FastText to keep alphabetical ordering.
* Ran prettier and included changes.
Test plan:
npm run test && npm run prettier && npm run lint
cd website && npm run start
Noticed projects are rendered properly and caption is now "Flipper".
2018-08-17 09:39:20 -07:00
Seven Du
e79e67ad2b
Add Plus (ThinkSNS+) to users ( #903 )
...
* Add Plus(ThinkSNS+) using user link
https://github.com/slimkit/plus
* Add files via upload
* readme Plus logo filename
* Update users.js
2018-08-14 01:09:28 -07:00
Carol Willing
e27e18bd63
Add nteract project as a user ( #890 )
...
* add nteract project as a user
* correct extra line feed
2018-08-06 20:38:34 -07:00
Chaoyu
326570d79e
Add atalaya.io to users ( #878 )
2018-07-30 22:35:05 -07:00
machiko
bbfb4b09cb
Add Reaction Commerce to users ( #869 )
...
* add reaction commerce to users
* add reaction-commerce.svg
* Rename reaction-commerce.svg to img/users/reaction-commerce.svg
* Rename img/users/reaction-commerce.svg to website/static/img/users/reaction-commerce.svg
2018-07-23 17:32:21 -07:00
Steve Hook
22f3a85a49
add documentation regarding usage of nested docs + git ignore .idea ( #860 )
...
* add documentation regarding usage of nested docs + add .idea in .gitignore
* Remove 1.3.3, move to navigation & simplify wording
* add documentation for docusaurus >= v1.2.0 a well
2018-07-19 16:07:32 +07:00
Endilie Yacop Sucipto
aa1f82649c
Search correct language and version for Docusaurus ( #859 )
2018-07-18 17:39:04 +07:00
Yangshun Tay
a7a214fb3a
ESLintify Part 3 ( #846 )
...
* ESLintify Part 3
* ESLintify Part 3
* ESLintify Part 3
2018-07-11 18:21:31 +08:00
Yangshun Tay
5ac2cee658
ESLintify Part 2 ( #841 )
...
* ESLintify Part 2
* Fix
* Fix tests
* Fix tests
* Fix tests
2018-07-10 21:53:08 -07:00
Yangshun Tay
e8e3f42685
ESLintify Part 1 ( #837 )
...
* ESLint-ify
* Allow empty try/catch
* Escape regexp
2018-07-08 09:13:18 -07:00
Yangshun Tay
128dbfca0a
Tidy up ESLint usage ( #836 )
...
* Use Airbnb ESLint
* Turn off rules
* Add back
* add website to eslint precommit
* Add back
* remove useless escape
2018-07-07 15:25:14 +07:00
Yangshun Tay
769a23efdc
Publish v1.3.2 ( #835 )
2018-07-06 01:05:11 -07:00
Andrew Locke
8d45669f92
Add single-spa to users ( #825 )
2018-07-02 13:08:43 -07:00
Yangshun Tay
3a3ee44389
Publish v.1.3.1 ( #816 )
...
* Publish v.1.3.1
* Add desc
2018-06-30 13:02:28 -07:00
Yangshun Tay
e9f290f788
Fix styles for headerTitle ( #811 )
...
* Fix styles for headerTitle
* Update main.css
2018-06-28 00:21:25 +07:00
Rhys Bower
c0aa98bd55
Switch Jest URL to jestjs.io ( #807 )
2018-06-26 21:07:58 -07:00
Yangshun Tay
82f5727965
Publish v1.3.0 ( #791 )
...
* Publish v1.3.0
* Run version script
* Update CHANGELOG.md
2018-06-20 21:13:58 -07:00
Yangshun Tay
1094dbd352
CSS revamp - Improve typography and overall styling ( #757 )
...
* Improve CSS code
* Fix blog layout
* Fix
* Refactor onPageNav
* More fixes
* Fix docs nav
* Use alternative hack
* Tweak clearfix
2018-06-19 21:46:15 -07:00
Joel Marcey
df42926242
Search correct language for Docusaurus docsearch ( #744 )
...
* Remove duplicate search results
Only search the current version of the docs. Right now there are duplicates because `next` is also searched.
d28b864a59/lib/core/Site.js (L140)
does the replacement
* Add language facet
* fix missing algoliaOptions
* use only language facetfilter
2018-06-18 23:11:45 +08:00
Yangshun Tay
f33d977d1a
Add ml5 as user ( #786 )
2018-06-17 19:11:27 -07:00
Joel Marcey
ca8afb0951
Publish v1.2.1 ( #785 )
2018-06-17 16:00:12 -07:00
Justin Headley
3755522681
Add rest-hapi to users ( #782 )
2018-06-16 00:30:16 -07:00
Yangshun Tay
9cb45960d6
Add Babel to users 🎉 ( #779 )
2018-06-16 12:35:53 +08:00
Dominik Riemer
59695761a6
Add streampipes to users ( #777 )
2018-06-15 10:18:07 -07:00
Joel Marcey
608e2c85a2
Move custom translation strings to its own file ( #775 )
2018-06-14 17:25:29 -07:00
Yangshun Tay
9edc29ddd6
Add Sonar to users ( #760 )
2018-06-11 14:19:53 -07:00
Yangshun Tay
ddcd18a803
Add Metro as user ( #755 )
...
* Add Metro as user
* Remove redundant React logo
2018-06-10 17:57:01 -07:00
Joel Marcey
0d000b1bec
Publish v1.2.0 ( #753 )
2018-06-10 12:04:23 -07:00
Breno Polanski
3c6d3e6df7
Add Anssr Data Platform as Docusaurus user ( #750 )
2018-06-10 10:09:37 -07:00
Endilie Yacop Sucipto
c8bc00a3a7
Enable using Prism for syntax highlighting ( #735 )
...
* Enable user to use prism.js as syntax highlighter
* add package-lock
* if 'usePrism' is true, use prismjs on all languages
* don't get lang by hljs if use prism
* Update api-site-config.md
* Update api-doc-markdown.md
* only load prism css when usePrism is true
2018-06-09 11:38:01 -07:00
Endilie Yacop Sucipto
c000aca61f
Fix versions page to point to correct language ( #740 )
2018-06-08 15:53:19 -07:00
Endilie Yacop Sucipto
31f0c27f81
Enable clean / extension-less url ( #677 )
2018-06-06 13:37:49 -07:00
Lespagnol Rémy
aee255219b
Add a scroll to top button siteConfig option ( #723 )
2018-06-06 12:34:32 -07:00
Joel Marcey
a43cc597f8
Reenable translations ( #727 )
...
We believe we sorted out some string issues we had on Crowdin. We are going to see if this works.
2018-06-06 12:13:06 -07:00
Zoltan Kochan
48343db7f7
Add pnpm as Docusaurus user ( #722 )
...
* Add pnpm as Docusaurus user
* Update users.json
2018-06-02 12:51:36 -07:00
Endilie Yacop Sucipto
72f4f36939
Enable setting of title for custom pages
...
* allowing custom title on page component
* Update about-slash.js
* Update help.js
* Update users.js
* Update versions.js
2018-05-30 21:37:38 -07:00
Joel Marcey
01bc5e4dd5
Publish v1.1.5 ( #707 )
2018-05-26 11:29:10 -07:00
Yangshun Tay
b7be85843a
Publish v1.1.4 ( #703 )
2018-05-25 23:10:44 -07:00
Joel Marcey
d143b3f87e
Publish v1.1.3 ( #695 )
2018-05-23 11:28:02 -07:00
Philip Johnson
a36da9f5aa
Add Open Power Quality as a docusaurus user ( #690 )
...
* Add Open Power Quality as a docusaurus site.
Thanks for your hard work creating this framework!
* Change logo from white to blue.
For better contrast.
2018-05-22 21:53:18 -07:00
azu
6c8eeb612a
Add textlint to users ( #691 )
2018-05-22 20:54:23 -07:00
Yangshun Tay
a603aff193
Publish v1.1.2 ( #685 )
...
* Update tree-node-cli
* Publish v1.1.2
* Fix version
2018-05-21 21:43:23 -07:00
Joel Marcey
96dd757bdc
Publish v1.1.1 ( #681 )
2018-05-21 13:56:37 -07:00
Joel Marcey
cfaa8905ef
Publish version 1.1.0 ( #679 )
2018-05-21 08:27:18 -07:00
Joel Marcey
1332e067c4
Update FB App ID
2018-05-20 19:05:18 -07:00
Endilie Yacop Sucipto
aae106c018
Enable Facebook comments on blog posts ( #673 )
...
* Enable comment on blog post
* adjust css
* Tweak
2018-05-19 09:26:57 -07:00
Kasra Bigdeli
b66045f284
Added CaptainDuckDuck.com ( #675 )
...
* Added CaptainDuckDuck.com
* Update users.json
2018-05-19 01:11:23 -07:00
Amy Lam
4e5f17c3d7
Add copy functionality to code blocks in Docusaurus itself ( #634 )
...
* Port of https://github.com/babel/website/pull/1594 to Docusaurus
* [WIP] Placement of button needs fixing
* Remove clipboard from dependencies, is installed via CDN instead
* camelCase CSS
* Move to separate file
* Change default color of copy button
* fixes
* Add copy functionality to Docusaurus itself
Not adding copy functionality to Docusaurus users for now.
2018-05-17 21:50:49 -07:00
Endilie Yacop Sucipto
f8521c2fe1
Enhance footer with Facebook and Twitter buttons ( #666 )
...
* enhance footer with social media buttons
* Update api-site-config.md
* Update Footer.js
* fix minor issue on social-footer
* update facebookAppId description in api-site-config
* rm heading & pad footer social button
* Update api-site-config.md
2018-05-17 21:26:06 -07:00
Joel Marcey
fed67dcee4
Change link to Instant Articles Editor
2018-05-17 12:02:03 -07:00