cheercroaker
f8486e02ae
Add missing i18n support in header link ( #477 )
...
* Add missing i18n support in header link
* Format file with prettier
2018-03-03 21:27:04 -08:00
Elian Ibaj
4ff2fe280e
Add separate on-page navigation sidebar ( #475 )
2018-03-03 21:23:59 -08:00
Joel Marcey
f093790947
Add blogSidebarCount
to the site config Docs ( #480 )
2018-02-28 16:32:59 -08:00
Joel Marcey
7c98b9118c
Update PULL_REQUEST_TEMPLATE.md
2018-02-27 21:30:29 -08:00
Joel Marcey
8756ed44fc
Update ISSUE_TEMPLATE.md
2018-02-27 21:28:46 -08:00
Elian Ibaj
6eb658009b
Add function to generate TOC from document headings ( #474 )
2018-02-27 16:33:48 -08:00
Juan Picado @jotadeveloper
d2bff6929e
Fix #374 environment variables have precedent over conf ( #473 )
2018-02-27 08:50:57 -08: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
Sunny Luo
4a10be8002
Fix wrong latestVersion in server.js ( #464 )
2018-02-19 19:50:05 -08:00
Joel Marcey
5198752d0c
Add Facebook Instant Articles Rules Editor to Users
2018-02-18 20:11:16 -08:00
Joel Marcey
b94c21bef3
Fix change log
2018-02-17 12:44:19 -08:00
Joel Marcey
2c2d6d6158
Publish Docusaurus v1.0.7 ( #461 )
2018-02-17 12:39:15 -08:00
Joel Marcey
ec6ff9284c
Allow multiple -
in a version string ( #457 )
...
* Allow multiple `-` in a version string
Right now we were assuming that there would be no `-` in a version.
That was breaking things.
This allows more flexibility for versions like:
1.0.0-beta.2
Ref #455
Fixes #450
* Check more specific strings - need to look for the original_id
2018-02-17 12:25:46 -08:00
Justin Musgrove
f79cfaa3a1
Fix broken link to site-config ( #453 )
2018-02-16 20:59:34 -08:00
Joel Marcey
1388e13795
Don't throw if a doc hasn't been versioned yet ( #455 )
...
Instead of throwing, return `null` because that means we have a
new doc in our versioning sequence
(Also, cleaned up a bit of code as I researched this)
Partial Fix To #450
2018-02-16 19:16:38 -08:00
Joel Marcey
5dd8b7334b
Update local third party testing clowntown dependencies
2018-02-16 08:36:26 -08:00
Maaz Syed Adeeb
0dad6d562f
Adding scrollbar to header, only on mobile ( #452 )
2018-02-14 16:39:41 -08:00
Joel Marcey
b27ff6e1c0
Publish Docusaurus v1.0.6 ( #447 )
2018-02-12 19:30:35 -08:00
Joel Marcey
9931ed86d2
A bit more clarifcation on the install and prep pages ( #446 )
2018-02-12 18:13:26 -08:00
Agastya Darma
c8781bedce
Move verifying Installation section to Installation doc ( #435 )
2018-02-12 18:04:17 -08:00
Joel Marcey
69603c968e
Revert "Adding scrollbar to header when it overflows ( #444 )"
...
This reverts commit 5e39b2e01f
.
2018-02-12 07:30:37 -08:00
Glavin Wiechert
41750667cd
Allow edit URL to be customized with doc metadata ( #443 )
2018-02-11 16:43:37 -08:00
Maaz Syed Adeeb
5e39b2e01f
Adding scrollbar to header when it overflows ( #444 )
2018-02-11 16:39:10 -08:00
Tom Auger
2d7274f6fe
Blog feed fixes #370 ( #407 )
...
* Refactor markdown rendering into separate module
* Render blog feed description in html
2018-02-11 08:05:58 -08:00
larsville
546cc8c7c5
Update api-doc-markdown.md ( #440 )
...
remove superfluous apostrophes
2018-02-10 21:10:12 -08:00
Ozan Araz
0da690db57
Organize siteConfig.js options documentation page better #436 ( #437 )
2018-02-06 08:03:50 -08:00
Joel Marcey
6dc282221a
Clarify publishing to a user or organization page ( #434 )
2018-02-03 19:03:34 -08:00
Samina Fu
a08b3cc921
Remove dead code in sitemap.js, close #429 ( #430 )
...
Closes #429
2018-02-02 19:45:00 -08:00
Eric Nakagawa
dfb70e1829
Allow controlling number of blog posts in Recent Blogs sidebar. ( #432 )
...
New feature. Allow controlling number of blog posts in Recent Blogs sidebar. Can have qty or ALL.
2018-02-02 08:11:51 -08:00
Héctor Ramos
c99cdefd3a
Fix links in blog Atom feed ( #421 )
...
The root URL was missing the baseURL portion. This is fine when a site is hosted on a custom URL such as docusaurus.io, because the generated URL will be valid (docusaurus.io/blog), but it breaks when the site is hosted on GitHub Pages (the React Native feed was using facebook.github.io/blog as the rootURL).
* Fix link to header image
2018-01-31 20:04:35 -08:00
Harrison Shoff
c6a9848a17
Add key to stylesheet links in Head.js ( #425 )
...
* Add key to config.stylesheets.map in Head.js
* Run prettier on Head.js
2018-01-31 19:59:41 -08:00
Joel Marcey
62893dfe28
Add some more information around wrapPagesHTML ( #426 )
2018-01-31 19:53:50 -08:00
Joel Marcey
8c71572d7a
Remove rogue console.log for the status code
2018-01-29 21:05:28 -08:00
Henry Zhu
cb2f0eda62
Also transform class properties and object rest spread ( #419 )
2018-01-26 10:47:09 -08:00
Héctor Ramos
61c5d2d8e0
Treat latest version as current version ( #418 )
...
If the site is versioned, and the latest version is displayed, the URL will not change. We need to let Algolia know this is the case.
2018-01-25 17:28:25 -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
Sunny Luo
43e80fcea7
Fix regex for non english versioned docs ( #412 )
2018-01-23 13:23:33 -08:00
Joel Marcey
c81609d393
Send status code to server response for redirects ( #408 )
...
Also simplified the logic a bit to reduce duplication
Closes #404
2018-01-23 13:13:25 -08:00
Juan Picado @jotadeveloper
036b84df90
Verdaccio proudly website was built with Docusaurus ( #411 )
2018-01-22 08:26:25 -08:00
Joel Marcey
edbb869e26
Add more details on configurable fonts ( #409 )
2018-01-21 20:10:04 -08:00
jonathan-cowling
a241a46669
Make font-family as configurable parameter( #220 ) ( #294 )
...
We look for fonts object within siteConfig.js
2018-01-21 19:54:52 -08:00
Hayden Evans
e0704d0f55
Correct typo in getting-started-installation.md ( #405 )
...
Change
> Docusaurus was designed from the ground up to be easily installed and used to get your website up **an** running quickly.
to
> Docusaurus was designed from the ground up to be easily installed and used to get your website up **and** running quickly.
2018-01-19 18:56:04 -08:00
Rick Hanlon II
4c2558e8bd
Fix margin for right-aligned images ( #398 )
...
Update so imageAlign* has a class for all directions
2018-01-17 19:04:03 -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
2e17953199
Revert "Issue 254 ( #343 )"
...
This reverts commit c921b8a38c
.
The search ended up misaligned on Chrome
2018-01-11 21:08:33 -08:00
Richard Zhang
c921b8a38c
Issue 254 ( #343 )
2018-01-11 19:38:54 -08:00
Richard Zhang
e8599c05a8
Remove duplicate blog.xml route ( #364 )
2018-01-11 16:42:39 -08:00