Yangshun Tay
3e43955df6
docs(v2): fix typo in ExecutionEnvironment example
2020-06-09 21:52:24 +08:00
Paul Glezen
4278cebf67
docs(v2): fix typo in command on installation page ( #2886 )
...
* Fix installation.md typo
Checking the docusaurus version should be done with
```
npx docusaurus --version
```
not
```
npm docusaurus --version
```
otherwise it prints the version of `npm` instead of `docusaurus`.
* docs: Fixed installation.md for checking version.
Specifying `npm` for the version will yield the version of NPM
instead of docusaurus itself. Use `npx` for the docusaurus version.
2020-06-06 04:14:53 +03:00
Alexey Pyltsyn
0047db2896
docs(v2): delete alpha.43
2020-05-28 08:58:04 +03:00
Alexey Pyltsyn
3cf1a7b9ef
chore(v2): v2.0.0-alpha.56 ( #2822 )
2020-05-27 20:04:12 +03:00
Alexey Pyltsyn
2105700fb7
refactor(v2): various tweaks to website ( #2816 )
2020-05-27 20:56:59 +08:00
Alexey Pyltsyn
570ce36cc7
chore(v2): v2.0.0-alpha.55 ( #2774 )
2020-05-19 13:38:09 +03:00
Alexey Pyltsyn
fc161b8455
docs(v2): various improvements ( #2768 )
2020-05-18 11:37:53 +08:00
Alexey Pyltsyn
df815db031
docs(v2): fix correct route base path for docs-only mode
2020-05-02 23:58:56 +03:00
Marco Moretti
5761835ae8
docs(v2): replace word append with prepend to describe useBaseUrl hook ( #2707 )
...
* [doc] Replace word append with prepand to describe useBaseUrl hook
* [doc] Replace word append with prepend to describe useBaseUrl hook
* [doc] Replace append for all document versions
2020-05-02 03:05:51 +08:00
Alexey Pyltsyn
52b20826fd
docs(v2): add note about IE11
2020-04-30 11:06:19 +03:00
Alexey Pyltsyn
6190bf79a1
docs(v2): add note about IE11
2020-04-30 10:59:58 +03:00
Alexey Pyltsyn
36726b4b0e
docs(v2): delete alpha.40
2020-04-28 18:42:21 +03:00
Alexey Pyltsyn
d41f8ca1a9
docs(v2): various improvements
2020-04-28 17:44:06 +03:00
Alexey Pyltsyn
8335808fc0
chore(v2): v2.0.0-alpha.54
2020-04-28 09:42:25 +03:00
Alexey Pyltsyn
f8f6478c36
docs(v2): fix correct value for blog-only mode
2020-04-28 09:19:46 +03:00
Alexey Pyltsyn
0b990b86ad
chore(v2): v2.0.0-alpha.53
2020-04-27 16:37:51 +03:00
Alexey Pyltsyn
d0c43a4ef8
chore(v2): v2.0.0-alpha.52 ( #2677 )
2020-04-27 16:29:04 +03:00
Alexey Pyltsyn
ef3741fd7f
chore(v2): v2.0.0-alpha.51 ( #2673 )
2020-04-27 14:43:17 +03:00
Sylvain Pace
1471a6eb3a
docs(v2): add mention that appID is optional ( #2659 )
2020-04-25 19:00:01 +03:00
Alexey Pyltsyn
52233f7c44
docs(v2): fix formatting
2020-04-12 02:43:22 +03:00
Noah Silvera
a8ab0d661e
docs(v2): mention that plugin-ideal-image
only perform compression on a production build ( #2572 )
...
* Add a note that `plugin-ideal-image` only perform compression on a production build.
In reference to https://github.com/facebook/docusaurus/issues/2571
* Update using-plugins.md
* Update using-plugins.md
* Update using-plugins.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-10 10:48:20 +08:00
Noah Silvera
dcf91ebfe4
docs(v2): fix syntax error for plugin config ( #2570 )
...
* Fix syntax error for plugin config
* Update using-plugins.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-10 10:43:02 +08:00
Reece Dunham
04a420d68f
refactor(v2): enhance CLI experience ( #2556 )
...
Signed-off-by: Reece Dunham <me@rdil.rocks>
2020-04-08 12:57:10 +08:00
Alexey Pyltsyn
2b4dbc322b
docs(v2): fix broken link to Sidebar item section
2020-04-03 11:15:28 +03:00
Yangshun Tay
fd4ba13a63
chore(v2): fix 2.0.0-alpha.50 docs
2020-04-03 03:25:28 +08:00
Alexey Pyltsyn
3df3445550
chore(v2): v2.0.0-alpha.50 ( #2510 )
2020-04-02 21:03:34 +03:00
Alexey Pyltsyn
4956d1ec81
docs(v2): fix formatting
2020-04-02 12:07:50 +03:00
Yangshun Tay
f6d7e42717
chore(v2): v2.0.0-alpha.49 ( #2488 )
2020-04-01 15:57:42 +08:00
Yangshun Tay
36ea74504e
docs(v2): use codeblock title syntax instead of comments ( #2473 )
2020-03-29 01:08:50 +08:00
GermaVinsmoke
b8c888b1b1
docs(v2): fix typo in deployment docs ( #2472 )
2020-03-29 00:15:13 +08:00
Theodore Chu
99943a6041
docs(v2): include appId key for Algolia ( #2413 )
...
* Update Algolia information
appId is needed for self-hosted Docsearch
* Update Algolia Information
https://github.com/facebook/docusaurus/pull/2413
* Update Algolia Information for alpha.40
* Update search.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-03-17 12:25:48 +03:00
Sam Zhou
55a50d37dc
feat(v2): support syncing tab choices ( #2366 )
...
* feat(v2): Support syncing tab choices
* Move docs changes to website/docs
* Do not import entire React in TabGroupChoiceContext
* Store only one tab choice according to discussion in PR
* Remove leftover logging code during debugging
* Put storage value in separate const outside the hook-level
* Use an array to keep track of different tab groups
* Revert back to using `groupId`
* Update markdown-features.mdx
* Update markdown-features.mdx
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-03-15 13:47:52 +08:00
Favour Kelvin
dddf061f75
docs(v2):update alpha version to current version ( #2397 )
...
Co-authored-by: Favour Kelvin <favourkelvin17gmail.com>
2020-03-11 00:52:07 +08:00
Yangshun Tay
c17f57753c
docs(v2): delete alpha.39
2020-03-10 16:41:43 +08:00
Alexey Pyltsyn
1f7945d794
chore(v2): v2.0.0-alpha.48 ( #2387 )
2020-03-09 01:44:26 +03:00
Yangshun Tay
2b6e440970
chore(v2): v2.0.0 alpha.44 ( #2379 )
...
* chore: v2.0.0-alpha.44
* chore: v2.0.0-alpha.44
* update CHANGELOG
2020-03-08 23:43:40 +08:00
Yangshun Tay
4aee06e74f
docs(v2): fix getPathsToWatch() example syntax in lifecycle APIs ( #2357 )
...
* Update lifecycle-apis.md
Fix getPathsToWatch() example syntax issue
* fix syntax in other versions
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-03-05 09:23:15 +08:00
Hassan Farid
7b2716e6e1
docs(v2): fix typo in remark-admonitions example ( #2343 )
...
* Fixed typo in the example
* fix
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-02-29 11:28:28 +08:00
Amila Welihinda
843d5d8c48
docs(v2): fix broken 'more syntax' url
2020-02-26 20:15:02 +03:00
Yangshun Tay
32c1a92b17
chore: yearless copyright headers for source code ( #2320 )
...
* chore: yearless copyright headers for source code
* update snapshots
2020-02-25 23:12:28 +08:00
Yangshun Tay
6c9932deb1
chore(v2): clean up docs
2020-02-18 19:01:41 +08:00
Alexey Pyltsyn
871eeee940
chore(v2): prepare v2.0.0.alpha-42 release ( #2293 )
...
* docs(v1): drop support for node <10.9 (#2264 )
* chore(v2): prepare v2.0.0.alpha-42 release
* Rename docs from 41 to 42
* Fix changelog
* Update versions.json
Co-authored-by: Hanseung Yoo <trustyoo86@gmail.com>
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-02-18 18:18:45 +08:00
Yangshun Tay
ca7d13b521
chore(v2): prepare v2.0.0.alpha-41 release ( #2287 )
2020-02-16 22:53:29 +08:00
Ondřej Nepožitek
8d804c662c
docs: update windows deploy command ( #2281 )
2020-02-16 21:42:41 +08:00
Wei Gao
e224361cd2
docs(v2): require using JSX flavored style objects in mdx ( #2257 )
...
* docs(v2): require using JSX flavored style objects instead of style attributes in Docusaurus 2
* resolve discussions
2020-02-01 20:27:06 +08:00
Alexey Pyltsyn
f2137bb872
docs(v2): make correct path to webpack config module
2020-01-18 22:52:14 +03:00
JavaScript Joe
68035cc7e3
docs(v2): update link to available prism themes ( #2218 )
...
* fix: update link to available prism themes
* fix: update link to point to prism themes
2020-01-16 01:00:08 +08:00
Scott Dowding
d7bc0b967e
docs(v2): fix plugin-content-docs config comment typo ( #2216 )
...
copy/pasted comment refered to "blogs" not "docs".
2020-01-15 13:27:14 +08:00
Yangshun Tay
26fa885ef6
misc: do not disturb Endi ( #2197 )
2020-01-08 01:17:37 +08:00
Endi
578815c620
chore(v2): prepare alpha.40 release ( #2146 )
2019-12-25 16:30:29 +07:00