Commit graph

821 commits

Author SHA1 Message Date
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
Endilie Yacop Sucipto
767cd88d86 Update gitignore docusaurus-init (#728) 2018-06-06 12:07:22 -07:00
Endilie Yacop Sucipto
d28b864a59 Don't start server if versions.js is missing but versioning is enabled (#714)
* don't start server if versions.js missing but versioning is enabled

* refactor

* fix nits

* refactor & address review
2018-06-02 23:45:36 -07:00
ranolf
2bd9a148c1 Support publishing to Github Enterprise hosting (#689)
* Added support for Github Enterprise GH Pages

* Fixed with prettier output

* Tweak

* Tweak

* Tweak
2018-06-02 15:59:29 -07:00
Gustavo Henke
93b2ebb53b Trim and reference branch correctly during deployment (#716)
Otherwise it may contain a trailing \n
2018-06-02 13:54:07 -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
b00e9d14e2 Fix assets not found in Express server (#720) 2018-06-02 11:28:04 -07:00
Endilie Yacop Sucipto
e91e648844 Add Travis CI guide (#721) 2018-06-02 11:25:13 -07:00
Endilie Yacop Sucipto
fa20c93d5c Add documentation for setting title of custom pages (#712)
* add customtitle for page doc

* Update api-pages.md

* Update api-pages.md
2018-05-30 22:16:50 -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
Paulus Schoutsen
b3d59f8a0f Disable the padding of the p tag inside the blockquote tag (#711)
* Disable the padding of the p tag inside the blockquote tag

* Make CSS rule more specific.
2018-05-30 20:38:02 -07:00
Dongwoo Gim
49a5263d62 Fix incorrect loading of existing translations file (#710) 2018-05-30 00:45:28 -07:00
Dongwoo Gim
5272944626 Fix typo error on Tips & Tricks (#708) 2018-05-28 21:17:30 -07:00
Joel Marcey
e856c26604
Update local 3rd party testing instructions
With newer version numbers for clowntown section.
2018-05-26 11:43:00 -07:00
Joel Marcey
e5ff417cd1
Update publish.md with more details 2018-05-26 11:40:35 -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
artiebits
b5fd7bae73 Don't watch node_modules dir in dev server mode (#702)
* add a negate pattern for a watcher

* replace hardcoded docs path with getDocsPath()
2018-05-25 22:34:03 -07:00
artiebits
407636a4d9 Don't open a site in a new tab if it's already open (#698)
* Don't open a site in a new tab if it's already open

* Remove opn from dependencies
2018-05-24 20:47:01 -07:00
Yangshun Tay
454e3d359f
Update directory tree (#696) 2018-05-23 21:01:33 -07:00
Joel Marcey
d143b3f87e
Publish v1.1.3 (#695) 2018-05-23 11:28:02 -07:00
Sébastien Loix
d14d3c2092 Add documentation about using development server behind a proxy #603 (#688)
* Add documentation to launch development server behind a proxy #603

* Update getting-started-installation.md

* Update getting-started-installation.md
2018-05-22 22:14:24 -07:00
Paolo Bernardini
2c74d93760 Fix onPageNav not showing on Safari (#687)
Fixes #686 

adding supports ((position: -webkit-sticky) to support Safari
2018-05-22 22:05:41 -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
Yangshun Tay
1a604d820b
Update tree-node-cli (#684) 2018-05-21 21:32:24 -07:00
Joel Marcey
96dd757bdc
Publish v1.1.1 (#681) 2018-05-21 13:56:37 -07:00
Yangshun Tay
923356e312 Shift opn to dependencies (#680) 2018-05-21 13:46:49 -07:00
Joel Marcey
8278471a61
A few change log updates 2018-05-21 09:02:41 -07:00
Joel Marcey
cfaa8905ef
Publish version 1.1.0 (#679) 2018-05-21 08:27:18 -07:00
Sujono
436a3d04d2 Show warning console if version.js file is missing (#678) 2018-05-21 00:37:05 -07:00
Noam Elboim
67c84c185c Fix sticky footer to work on index page (#674)
* fixing sticky footer not being sticky

* remove unneeded flex rules

* Revert "remove unneeded flex rules"

This reverts commit 9b8d1809ca.

* adding flex-grow to first-child

* adding min-height in 'vh' to .navPusher for it to work on IE11
2018-05-20 22:31:45 -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
Endilie Yacop Sucipto
24da6bfba0 Fix typo from #490 (#676)
`'en'` is written as `en`
2018-05-19 07:45:05 -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
Amy Lam
f9a09072e3 Add LiveReload (#663) 2018-05-17 16:17:56 -07:00
Joel Marcey
fed67dcee4
Change link to Instant Articles Editor 2018-05-17 12:02:03 -07:00
Joel Marcey
70d0b831b4 Add Draft.js as a user (#668) 2018-05-16 18:33:30 -07:00
Joel Marcey
c8965bece7 Update package-lock.json (#669) 2018-05-16 18:17:36 -07:00
Amy Lam
1796764b1c Print out directory tree during docusaurus-init (#665)
* WIP does not work

* rm -rf website/

Run docusaurus-init

Even by deleting text here, it still shows up? Confused.

* Shift in tree printing logic

* Shift printing logic to the current location
2018-05-15 20:06:44 -07:00
Endilie Yacop Sucipto
c730bc7bb7 Improve publishing guide on Github Pages (#664)
Docusaurus docs is confusing, it should be https://facebook.github.io/Docusaurus when referring to GitHub Pages URL, not the custom domain at https://docusaurus.io/
2018-05-15 18:55:42 -07:00
Joel Marcey
f315d02e58
Circle doc updates 2018-05-11 18:30:59 -07:00
Yangshun Tay
22332a2df6 Add Pyre to users list (#661) 2018-05-11 10:24:58 -07:00
Yangshun Tay
87a2392d6e Make CLI docs futureproof (#660) 2018-05-10 20:52:04 -07:00
Resi Respati
5c2dacc780 Added Bemuse to users list (#659) 2018-05-10 07:46:31 -07:00