Commit Graph

677 Commits

Author SHA1 Message Date
Alexey Pyltsyn 082c6212cb
feat(v2): allow deploy without building website (#2770)
* feat(v2): allow deploy without building website

* Update cli.md
2020-05-27 22:34:41 +08:00
Alexey Pyltsyn 2105700fb7
refactor(v2): various tweaks to website (#2816) 2020-05-27 20:56:59 +08:00
Alexey Pyltsyn 4cc36a535e
docs(v2): add trailing slash to external links (#2801) 2020-05-24 19:46:23 +08:00
Sam Zhou 9001c49880
fix(v2): Properly declare peerDependencies (#2806) 2020-05-24 12:48:36 +08:00
Yangshun Tay 2dbd0488d7 docs(v2): document beforeDefaultRemarkPlugins and beforeDefaultRehypePlugins 2020-05-23 06:12:24 +08:00
Sam Zhou 1503943e3f
fix(v2): Use `require.resolve` to resolve plugin path in presets (#2794) 2020-05-23 04:57:02 +08:00
Muhammad Ali e6cdeba603
docs(v2): add articles section to resources page (#2781) 2020-05-22 11:26:29 +08:00
Alexey Pyltsyn 7448501c7c
refactor(v2): make external links more secure (#2783) 2020-05-22 11:18:27 +08:00
Alexey Pyltsyn 05c3aa31f4
fix(v2): do not highlight root docs path in navbar (#2778) 2020-05-20 16:49:11 +08:00
Alexey Pyltsyn 0dc0c35ec8 docs(v2): misc update 2020-05-20 11:41:39 +03:00
Alexey Pyltsyn d94a549cfb v2.0.0-alpha.55 2020-05-19 13:55:03 +03:00
Alexey Pyltsyn 570ce36cc7
chore(v2): v2.0.0-alpha.55 (#2774) 2020-05-19 13:38:09 +03:00
Alexey Pyltsyn c7baa125e6
chore(v2): mention about docs home page in init templates (#2763)
* chore(v2): mention about docs home page in init templates

* use home page id for docs

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-05-18 13:14:06 +08:00
Alexey Pyltsyn fc161b8455
docs(v2): various improvements (#2768) 2020-05-18 11:37:53 +08:00
Alexey Pyltsyn 8e24454154
feat(v2): allow import SVG images (#2764) 2020-05-18 11:18:02 +08:00
Artem Kovalov 6db5e8dff8
docs(v2): add deployment workflow manual for GitHub Actions (#2670)
* docs: add deployment workflow manual for GitHub Actions

Steps to build and deploy Docusaurus with GitHub Actions

* docs(v2): improve formatting

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-05-18 11:07:48 +08:00
Fanny d145f03ea8
refactor(v2): change the label for docs introduction (#2716)
* change the label for docs introduction

* change file id

* refactor(v2): change name
2020-05-17 19:29:57 +08:00
Ben Gubler daafd2f0cc
feat(v2): allow activeBaseTest in NavLink (#2690)
* Update documentation, add support for activeBaseTest

* Implicit else

* Fix Regular Expression capitalization

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>

* Refactor isActive to ternary function, rename activeBaseTest to activeBaseRegex

* Update website/docs/theme-classic.md

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>

* Fix typo

* Update website/docs/theme-classic.md

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>

* Update theme-classic.md

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-05-17 19:23:32 +08:00
Alexey Pyltsyn 00a8e9e365
feat(v2): allow home page for docs (#2652)
* feat(v2): allow home page for docs

* Refactor

* Remove debugging info 🤦‍♂️

* Add sort routes for first test case

* Sort child routes for consistency
2020-05-17 17:48:02 +08:00
Fanny 3a2f150093
docs(v2): change fanny's description (#2757)
* feat(v2): change fanny's description

* Update team.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-05-17 12:37:45 +08:00
Rajiv Singh 78add75057
docs(v2): fix typo in deployment (#2755) 2020-05-16 15:03:27 +08:00
Sébastien Lorber 9c94dd7c86
docs(v2): typo in creating page (#2753) 2020-05-16 01:16:05 +08:00
Yangshun Tay c117a6fe79 docs(v2): update team page 2020-05-14 13:52:01 +08:00
Yangshun Tay cfd76e3599 docs(v2): revise the introduction 2020-05-14 13:01:18 +08:00
Yangshun Tay be7367b2f8
feat(v2): allow prepending of baseUrl to href in navbar and footer (#2746) 2020-05-14 11:47:28 +08:00
Jonny Nabors afe70d973f
docs(v2): add new community plugin for dotenv support (#2730)
* Add new community plugin for dotenv support

Adds a link to a new community plugin that introduces support for environment variables managed in `.env` files.

* Update resources.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-05-10 21:01:27 +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 753d117025 v2.0.0-alpha.54 2020-04-28 09:49:27 +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
Joe Previte 7caf7de417
docs: add swizzle example (#2680) 2020-04-28 10:53:45 +08:00
Alexey Pyltsyn d90fdb04d5 v2.0.0-alpha.53 2020-04-27 16:38:33 +03:00
Alexey Pyltsyn 0b990b86ad chore(v2): v2.0.0-alpha.53 2020-04-27 16:37:51 +03:00
Alexey Pyltsyn 7359945f52 v2.0.0-alpha.52 2020-04-27 16:30:15 +03:00
Alexey Pyltsyn d0c43a4ef8
chore(v2): v2.0.0-alpha.52 (#2677) 2020-04-27 16:29:04 +03:00
Alexey Pyltsyn c9c5aedcb5 v2.0.0-alpha.51 2020-04-27 14:44:56 +03:00
Alexey Pyltsyn ef3741fd7f
chore(v2): v2.0.0-alpha.51 (#2673) 2020-04-27 14:43:17 +03:00
Alexey Pyltsyn 7389a60514
fix(v2): add a11y support for dropdown (#2672)
* fix(v2): add a11y support for dropdown

* fix(v2): add aria-label for navbar GH link
2020-04-27 14:17:55 +03:00
Alexey Pyltsyn c0e531e5d9
feat(v2): add ability to specify CSS class for navbar item (#2660)
* feat(v2): add ability to specify CSS class for navbar item

* Fix linting issues
2020-04-27 02:21:36 +08:00
Alexey Pyltsyn af89a92628
feat(v2): add fallback to BrowserOnly component (#2665)
* feat(v2): add fallback to BrowserOnly component

* Update BrowserOnly.tsx

* Update docusaurus-core.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-26 20:39:34 +08:00
Sylvain Pace 1471a6eb3a
docs(v2): add mention that appID is optional (#2659) 2020-04-25 19:00:01 +03:00
Alexey Pyltsyn 510bec6532
Revert "feat(v2): add option to toggle sidebar category open by default (#2613)" (#2644)
This reverts commit 1863a3c805.
2020-04-22 18:50:18 +03:00
Joe Previte 1863a3c805
feat(v2): add option to toggle sidebar category open by default (#2613)
* feat: update sidebar categ to  take collapsed prop

* feat: add extra sidebars collapsed test

* fix: only mutate item.collapsed if necessary

* feat: update docs for SidebarItemCategory

* fix: update snapshots

* fix: update json to match new sidebar schema

* fix: update last snapshot
2020-04-22 20:31:10 +08:00
Sam Zhou 41b3c66f5e
fix(v2): fix copyright footer (#2640)
* fix(v2): Fix copyright footer

* Run prettier
2020-04-22 08:52:59 +03:00
Kamil Kisiela 7e57acb8af
docs(v2): showcase GraphQL Code Generator and GraphQL Mesh (#2639) 2020-04-22 12:31:40 +08:00