=^._.^=
62a2c7c1a5
Add option to disable live reload server during development ( #766 )
...
* add option to disable live reload server
* change live to watch, fix incorrect argument parsing code
* Update api-commands.md
2018-06-14 23:51:03 -07:00
Joel Marcey
608e2c85a2
Move custom translation strings to its own file ( #775 )
2018-06-14 17:25:29 -07:00
Gustavo Henke
fd9a3ffb6d
Cross repo publishing ( #764 )
2018-06-14 16:03:37 -07:00
Joel Marcey
23bda1b9ce
Large resource class for Circle ( #774 )
...
To hopefully resolve error 137 (memory issues)
2018-06-14 07:36:00 -07:00
Joel Marcey
c2ff413650
Configure sitemap depending on whether clean URLs enabled ( #765 )
...
* Configure sitemap depending on whether clean URLs enabled
* Run Prettier
2018-06-13 07:00:32 +08:00
Rupesh Parab
a2b076bdca
fix sidebar file name issue in rename-version ( #762 )
2018-06-12 08:02:13 -07:00
Rémi Doreau
a77ae958db
Duplicate code in readMetadata.js & versionFallback.js #725 ( #726 )
...
* Duplicate code in readMetadata.js & versionFallback.js #725
* Putting back package-lock.json
* Rename lib/server/utilsMetadata.js -> lib/server/metadataUtils.js
* Update splitHeader + extractMetadata
* Update prettier
2018-06-12 12:25:23 +08:00
Joel Marcey
de8da1ca54
Better bash formatting for updating Docusaurus
2018-06-11 17:46:58 -07:00
Joel Marcey
7281c5632b
More details on updating Docusaurus for a site
2018-06-11 16:53:04 -07:00
Yangshun Tay
9edc29ddd6
Add Sonar to users ( #760 )
2018-06-11 14:19:53 -07:00
Joel Marcey
ac8f7068e0
Fix 1.2.0 commit link
2018-06-10 18:11:05 -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
902db36edb
Fix broken search guide formatting
2018-06-10 17:37:43 -07:00
Tim Kelly
976df54419
Add back information about extra search options ( #756 )
...
I added back information about extra search options for Algolia. A previous commit removed the section about extra search options, but it appears the information might actually be useful.
2018-06-10 17:32:04 -07:00
Joel Marcey
0d000b1bec
Publish v1.2.0 ( #753 )
2018-06-10 12:04:23 -07:00
skratchdot
8e58d2e903
Adding baseUrl to feed links. ( #745 )
2018-06-10 10:56:29 -07:00
Breno Polanski
3c6d3e6df7
Add Anssr Data Platform as Docusaurus user ( #750 )
2018-06-10 10:09:37 -07:00
Endilie Yacop Sucipto
c47af6be4b
Enable custom meta description for custom pages ( #752 )
2018-06-10 09:35:30 -07:00
Yangshun Tay
18c01327a3
Reformat, proofread and tidy up docs ( #749 )
2018-06-10 08:02:04 -07:00
Endilie Yacop Sucipto
33a0f309ff
Fix HeaderNav linking to versions page to depends on cleanUrl ( #748 )
2018-06-10 17:56:49 +08:00
Endilie Yacop Sucipto
6244bb1aa4
Fix typo in code comment ( #747 )
2018-06-10 02:17:08 -07:00
Yangshun Tay
ffe782a669
Remove outdated restriction for docs nesting ( #746 )
2018-06-10 01:21:06 -07:00
Sviatoslav
3ff24c7926
Show onPageNav on mobile devices ( #730 )
...
* Draft implementation of ToC (onPageNav) support for mobile devices
* Support onPageNav on tablets
* Improve tablet layout, when no onPageNav
* Add close state for toc icon
* Close onPageNav, when after navigation on mobile devices
2018-06-09 18:48:18 -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
vacarsu
16da2fdbf6
Update getting-started-installation.md ( #742 )
...
* Update getting-started-installation.md
Add minimum yarn version
* Add a period
* Update getting-started-installation.md
2018-06-08 17:09:34 -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
46661c8f1e
Fix Express.js regex for docs & blog ( #739 )
2018-06-07 09:01:41 -07:00
Endilie Yacop Sucipto
ff93ba9853
Translation language respect current url ( #734 )
2018-06-07 08:15:35 -07:00
Endilie Yacop Sucipto
d04b3ca87b
Enable sub-directories in docs/ ( #705 )
2018-06-07 07:41:28 -07:00
Eric Nakagawa
49c27b733b
Adds right-sidebar navigation made available in #475 to Blog Post pages ( #682 )
2018-06-06 14:20:18 -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
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