Yangshun Tay
70f6023adf
misc: update CODEOWNERS
2020-04-24 12:24:53 +08:00
Alexey Pyltsyn
9e1f816fcd
fix(v2): use remark-admonitions separately in each plugin instead of in preset only ( #2642 )
...
* fix(v2): use remark-admonitions separately in each plugin instead of in preset only
* Update types.d.ts
* Update types.d.ts
* Address fixes from review
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-24 12:18:54 +08:00
Anayo Oleru
3c27e23f38
docs(v1): showcase user Quicksi ( #2650 )
...
- quicksi
- add logo
- add info link
2020-04-24 10:28:13 +08:00
Alexey Pyltsyn
0a2a037dbb
fix(v2): adjust proper padding top of doc page on mobiles
2020-04-23 10:42:16 +03:00
Alexey Pyltsyn
796bd0ce8a
fix(v2): hide sidebar after click on child item ( #2649 )
2020-04-23 15:14:06 +08: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
Yangshun Tay
7d792840ba
misc: prettier
2020-04-22 20:39:11 +08:00
Sam Zhou
61c917fd8f
refactor(v2): Expose docusaurus module type aliases to end-users ( #2608 )
2020-04-22 20:33:03 +08:00
Alexey Pyltsyn
bfeb1044fb
misc: simplify test release script ( #2641 )
...
* misc: simplify test release script
* misc: suppress output of Docker command
2020-04-22 20:31:44 +08: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
Alexey Pyltsyn
84fa4be865
fix(v2): ignore import declarations in excerpt ( #2380 )
...
* fix(v2): ignore import declarations in excerpt
* Update index.ts
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-22 20:28:14 +08:00
Yangshun Tay
956d701cf5
chore: add legal links to v1 website
2020-04-22 14:35:25 +08:00
Alexey Pyltsyn
4367197c77
refactor(v2): extract scroll position detection into separate hook ( #2627 )
2020-04-22 13:56:04 +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
Yangshun Tay
e1258baa77
chore(v2): add Privacy Policy and Terms of Use links to footer ( #2638 )
...
* chore(v2): add Privacy Policy and Terms of Services links to footer
* rename
* Shift to links
2020-04-22 12:30:03 +08:00
Fanny
2bc54a80fc
feat(v2): bootstrap layout footer ( #2635 )
...
* feat(v2): add minor adjustements and footer component
* fix(v2): margin and spacing of footer
* fix(v2): spacings
* fix(v2): remove unrelated links of the bootstrap template
* fix(v2): remove unrelated links of the bootstrap template
2020-04-21 19:54:12 +08:00
Tom Brien
852b5e8f13
feat(v2): add CLI option for polling ( #2630 )
...
* Add CLI option to polling
Some environments (specifically docker containers) can have issues with file watching for live reloads. [Webpack Dev Server provides a polling alternative](https://webpack.js.org/configuration/watch/#watchoptionspoll ) option for this
* Update docusaurus.js
* Update cli.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-20 10:49:43 +08:00
Alexey Pyltsyn
2823d73e19
fix(v2): hide doc sidebar on mobiles ( #2631 )
2020-04-20 10:48:10 +08:00
Alexey Pyltsyn
52d15e0f7e
fix(v2): make border right of doc sidebar equals doc page ( #2626 )
2020-04-19 21:28:35 +08:00
Alexey Pyltsyn
2c4490a1ff
fix(v2): disable tab focus on collapsed doc sidebar items ( #2625 )
2020-04-19 21:28:08 +08:00
Yangshun Tay
409f8788dc
fix(v2): hide mobile navbar hamburger when there are no links ( #2624 )
2020-04-18 12:09:28 +08:00
Reece Dunham
614adca45f
fix(v2): don't include 404 page in sitemaps ( #2616 )
...
* fix(v2): don't include 404 page in sitemaps
Signed-off-by: Reece Dunham <me@rdil.rocks>
* fix: improve implementation as requested
Signed-off-by: Reece Dunham <me@rdil.rocks>
* Fix issue with baseUrls
2020-04-18 11:27:11 +08:00
Alexey Pyltsyn
14f4ef875a
feat(v2): add ability set dark mode by default ( #2597 )
...
* feat(v2): add ability set dark mode by default
* s/forceDarkMode/defaultDarkMode
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-17 19:19:55 +08:00
Fanny
ea5a50c4de
feat(v2): bootstrap theme blog post page ( #2591 )
...
* feat(v2): init the blog post card
* feat(v2): Update card design
* chore(v2): remove unused dependency
* feat(v2): add post list
* feat(v2): improve html tags
* chore(v2): run prettier
* feat(v2): remove old tag
* feat(v2): apply suggestions
* feat(v2): add tags for blog post
* feat(v2): add post content
* feat(v2): add tags
* feat(v2): add specific tag page
* feat(v2): fix tablet layout
* feat(v2): fix tablet layout
* feat(v2): add blog post page
* feat(v2): apply suggestions
* Update 2020-04-14-blog-plugin.md
* Update 2020-04-14-large-blog-post.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-15 10:03:23 +08:00
Yangshun Tay
2f2e3cd99d
docs(v2): fix doc changes in #2606
2020-04-15 02:38:55 +08:00
Reece Dunham
a7b802f31a
docs(v2): improve grammar ( #2606 )
...
Signed-off-by: Reece Dunham <me@rdil.rocks>
2020-04-14 23:26:55 +08:00
Alexey Pyltsyn
6a2fdbe3ca
fix(v2): inherit color for announcement bar close icon ( #2602 )
2020-04-14 23:04:54 +08:00
Kamil Kisiela
ff0d751d12
docs(v2): showcase GraphQL Inspector ( #2600 )
2020-04-14 01:35:53 +08:00
Jay Lees
ad425b2652
docs(v2): remove duplicated package.json in installation directory structure ( #2596 )
2020-04-13 17:33:40 +08:00
Alexey Pyltsyn
b50179071f
refactor(v2): make margin top on blog pages as on docs pages ( #2595 )
2020-04-13 15:57:40 +08:00
Fanny
1c2e8f92cc
feat(v2): bootstrap theme tags and specific tag page ( #2590 )
...
* feat(v2): init the blog post card
* feat(v2): Update card design
* chore(v2): remove unused dependency
* feat(v2): add post list
* feat(v2): improve html tags
* chore(v2): run prettier
* feat(v2): remove old tag
* feat(v2): apply suggestions
* feat(v2): add tags for blog post
* feat(v2): add post content
* feat(v2): add tags
* feat(v2): add specific tag page
* feat(v2): fix tablet layout
* feat(v2): fix tablet layout
2020-04-13 13:58:30 +08:00
Kristóf Poduszló
9c93d53a64
docs(v2): fix a grammatic issue ( #2592 )
2020-04-13 13:57:22 +08:00
Kristóf Poduszló
109aa6c198
docs(v2): fix 1st custom admonition title example ( #2593 )
2020-04-13 03:36:58 +08:00
Sam Zhou
5f487f3b02
refactor(v2): Convert docusaurus-core to TypeScript ( #2578 )
...
* refactor(v2): Convert docusaurus-core to TypeScript
* Update types.d.ts
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-13 02:05:46 +08:00
Fanny
f6267dc52c
feat(v2): add tags for bootstrap theme blog post ( #2587 )
...
* feat(v2): init the blog post card
* feat(v2): Update card design
* chore(v2): remove unused dependency
* feat(v2): add post list
* feat(v2): improve html tags
* chore(v2): run prettier
* feat(v2): remove old tag
* feat(v2): apply suggestions
* feat(v2): add tags for blog post
* feat(v2): add post content
2020-04-13 02:01:40 +08:00
Reece Dunham
354c1d3338
fix(v2): properly link top-level github pages sites in deploy command ( #2558 )
...
* fix(v2): properly link top-level github pages sites in deploy command
* Apply style
* prettier format
2020-04-13 00:02:36 +08:00
Alexey Pyltsyn
c663d7c1f7
refactor(v2): remove redundant container on docs page ( #2588 )
2020-04-12 23:42:30 +08:00
Fanny
f61b92d86a
feat(v2): bootstrap blog post page and card ( #2584 )
...
* feat(v2): init the blog post card
* feat(v2): Update card design
* chore(v2): remove unused dependency
* feat(v2): add post list
* feat(v2): improve html tags
* chore(v2): run prettier
* feat(v2): remove old tag
* feat(v2): apply suggestions
2020-04-12 22:41:34 +08:00
Alexey Pyltsyn
9c1abcddab
refactor(v2): use nav link component only where needed ( #2585 )
2020-04-12 13:34:50 +08:00
Alexey Pyltsyn
52233f7c44
docs(v2): fix formatting
2020-04-12 02:43:22 +03:00
Alexey Pyltsyn
476de09ef5
fix(v2): do not process anchor links by router ( #2580 )
2020-04-11 23:00:32 +08:00
Alexey Pyltsyn
399fcbd7eb
fix(v2): treat mailto and tel links properly ( #2579 )
2020-04-11 22:59:32 +08:00
Alexey Pyltsyn
d531735b3a
fix(v2): remove horizontal scroll on docs page ( #2582 )
2020-04-11 22:58:59 +08: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
Chris Watson
2510d3f18f
docs(v2): add Tourmaline to Showcase page ( #2569 )
2020-04-09 21:37:38 +03:00
Alexey Pyltsyn
7092daf435
docs(v2): be more polite ( #2566 )
...
* docs(v2): be more polite
* Update deployment.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-09 15:28:58 +08:00
Fanny
434da1d7ea
feat(v2): bootstrap bootstrap (heh) theme, preset, template ( #2557 )
...
* feat(v2): Add bootstrap theme structure
* chore(v2): run prettier
* chore(v2): remove unused dependencies
* feat(v2): add bootstrap preset
* feat(v2): add bootstrap template
* remove unnecessary stuff
* --
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-04-09 12:58:01 +08:00
Alexey Pyltsyn
8d384b0d10
docs(v2): fix spelling of GitHub
2020-04-08 20:15:31 +03:00