dependabot[bot]
53626aafd1
chore(deps): bump actions/github-script from 6.2.0 to 6.3.1 ( #8167 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-05 19:43:49 +02:00
mturoci
b0d431af3b
fix(theme): do not show tab content when tabbing over it; show after selection only ( #8161 )
2022-10-05 19:10:08 +02:00
mturoci
44af538153
fix(theme): announce theme switches when using screen reader. #7667 ( #8174 )
...
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-10-05 18:49:01 +02:00
dependabot[bot]
982187977d
chore(deps): bump actions/dependency-review-action from 2.1.0 to 2.4.0 ( #8168 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-05 18:33:41 +02:00
Tamal Chowdhury
10cddd47bc
docs(showcase): Adds tamalweb.com to showcase Pr/tamalweb.com ( #8152 )
2022-10-05 17:19:40 +02:00
forgeRW
53dbbe36f2
fix(core): throw error for invalid URL in config file ( #8159 )
...
* fix: throw error for invalid URL in Docusaurus config file
* Also add unit test to check error is thrown
* fix: perform error check for invalid URL to configValidation.ts
* Throw error for invalid URL in Docusaurus config file
* Perform error check in configValidation.ts
* Undo error check in createSitemap.ts
* Better message
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-10-02 11:31:14 -04:00
SADIK KUZU
eabca78c38
docs: fix typo ( #8162 )
...
* fix(website): Fix typo
website/docs/api/misc/logger/logger.md:32:45
* Replace all
Signed-off-by: Joshua Chen <sidachen2003@gmail.com>
Signed-off-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-10-02 11:00:22 -04:00
Sébastien Lorber
c6f5cf9ac7
docs(content-docs): add api doc for displayed_sidebar front matter ( #8146 )
2022-09-29 16:45:51 +02:00
Masahiko Hara
883e4684ab
fix(theme-translation): complete Japanese theme default translation ( #8075 )
2022-09-29 12:28:13 +02:00
Ramazan SANCAR
292d728c49
fix(theme-translations): complete turkish theme default translations ( #8105 )
2022-09-28 19:30:28 +02:00
sykp241095
d44c1d8cd7
docs: update showcase/ossinsight screenshot ( #8100 )
2022-09-28 18:31:01 +02:00
Billy Chan
e34371ce2d
docs(showcase): add SeaQL sites to showcase ( #8107 )
2022-09-28 14:18:04 +02:00
Sanjaiyan Parthipan
f7c3af9102
feat(core): prefetch on mobile touchstart ( #8109 )
2022-09-28 12:59:08 +02:00
Sunghyun Cho
029893fea2
docs: fix Sunghyun Cho showcase info ( #8097 )
...
Fix typo in my name
2022-09-22 15:27:17 -04:00
Joshua Chen
6514f0784b
docs: add caveat about using Translate in string contexts ( #8115 )
2022-09-19 10:59:15 -04:00
Joshua Chen
70b53c4ac7
docs: backport doc edits from future branch ( #8114 )
2022-09-19 10:40:37 -04:00
Nguyễn Thành Nam
2e66e1cbba
fix(theme-translations): remove extra vi translations ( #8087 )
...
chore(theme-translations): vi translations
chore(theme-translations): complete vi translations
Edit theme.blog.post.readingTime.plurals theme.blog.post.plurals theme.docs.tagDocListPageTitle.nDocsTagged
2022-09-12 16:00:02 -04:00
Sanjaiyan Parthipan
0a87116a1c
perf(create): run async tasks concurrently ( #8080 )
...
* Adding incremental support for React 18 🚀
* parallel
* revert react 18
* revert lint
* end line
* Update packages/create-docusaurus/src/index.ts
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-09-10 23:06:34 -04:00
Mikey O'Toole
a0ab2b0065
refactor(theme): remove hard-coded tag border-radius ( #8062 )
2022-09-08 17:25:26 +02:00
Joshua Chen
bcae7503ff
fix(core): normalize slashes for url/baseUrl instead of throwing ( #8066 )
2022-09-08 17:18:26 +02:00
Joshua Chen
73d0ede21a
fix(redirect): tolerate trailing slash difference if config is undefined ( #8067 )
2022-09-08 17:15:52 +02:00
LittleboyHarry
710c0c58f0
fix(theme): preserve line breaks when copying code with showLineNumbers in Firefox ( #8068 )
...
Fix CodeBlock no line breaks copied in Firefox bug
2022-09-08 09:42:05 -04:00
Joshua Chen
275f509d13
chore: upgrade dependencies ( #7993 )
...
* chore: upgrade dependencies
* Fix lint
* Bump more
* Fix lint
2022-09-08 01:31:53 -04:00
Joshua Chen
38dd7cfa04
chore: bump react-medium-image-zoom ( #8064 )
2022-09-08 00:36:00 -04:00
Sébastien Lorber
a492025cbf
fix(theme): preserve url ?search#hash on navbar version/locale dropdowns navigations ( #8059 )
2022-09-07 19:36:04 +02:00
Sébastien Lorber
67c692326b
fix(website): add website admonitions extendDefaults: true ( #8060 )
2022-09-07 19:07:53 +02:00
Sébastien Lorber
6f63ffe0a3
refactor(theme): split admonitions, make swizzle easier, better retrocompatibility ( #7945 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-09-07 17:49:44 +02:00
Debbie O'Brien
f1415525c0
docs: fix broken image ( #8054 )
2022-09-07 13:36:37 +02:00
Alexander Nguyen
bf080d172a
docs(content-docs): updates typo in lifecycle-apis.md ( #8055 )
2022-09-07 13:23:45 +02:00
Mikey O'Toole
e507628f4a
docs: document usage of docs frontMatter.custom_edit_url: null
( #8053 )
2022-09-07 13:21:13 +02:00
dependabot[bot]
d74f6e594a
chore(deps): bump github/codeql-action from 2.1.21 to 2.1.22 ( #8051 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07 13:17:34 +02:00
Joshua Chen
36db64ed1d
docs: improve alt messages ( #8047 )
2022-09-04 01:33:25 -04:00
Tom Mrazauskas
1f1f898d73
docs: delete extra semicolon in MDX and React page ( #8046 )
2022-09-03 14:39:06 -04:00
Joshua Chen
46d705a487
refactor(core): detect if codegen should quote property without using eval() ( #8045 )
...
refactor(core): detect if should quote property when codegen without using eval()
2022-09-02 19:52:29 -04:00
Sébastien Lorber
29703da188
fix(website): fix blog post social card ( #8042 )
2022-09-02 14:43:20 +02:00
Sébastien Lorber
54986a3b21
chore: Update examples after release of Docusaurus v2.1.0 ( #8041 )
2022-09-02 13:05:04 +02:00
Sébastien Lorber
56feb41445
docs: create Docusaurus v2.1.0 release docs + changelog + release blog post ( #8036 )
2022-09-02 12:39:32 +02:00
Sébastien Lorber
55de3ea04b
fix(create-docusaurus): tutorial and init template improvements ( #8032 )
2022-09-01 13:10:50 +02:00
Francesco Ciulla
294625a6b5
docs(showcase): fix daily.dev site name ( #8031 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-08-31 19:46:44 +02:00
Morgane Dubus
c4f808aba8
fix(preset-classic): broken link in "unrecognized keys" error message ( #8029 )
2022-08-31 16:45:45 +02:00
Alex
830153ddd4
chore(ci): GitHub Workflows security hardening ( #8030 )
2022-08-31 16:45:17 +02:00
Sébastien Lorber
97c9710ce3
docs(showcase): add 74 new showcase sites ( #8010 )
2022-08-31 14:28:02 +02:00
dependabot[bot]
ab73d86cb4
chore(deps): bump actions/github-script from 6.1.1 to 6.2.0 ( #8019 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-31 13:40:53 +02:00
dependabot[bot]
ae989a60ce
chore(deps): bump github/codeql-action from 2.1.20 to 2.1.21 ( #8020 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-31 13:40:33 +02:00
Ahmed Mustafa Malik
fd0cf3f64c
docs: fix typo in swizzling.md ( #8025 )
2022-08-30 18:53:46 -04:00
Sébastien Lorber
c811d6249e
feat(theme): ability to use <DocCardList> without items prop, on any doc page ( #8008 )
2022-08-26 17:42:59 +02:00
Naffy Dharni
ff8ef774d6
fix(create): bad grammar in template docs ( #7978 )
2022-08-25 08:24:50 -04:00
adventure-yunfei
75dc4a47e2
fix(core): preload should support encoded page links ( #7977 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-08-25 13:47:46 +02:00
Yoni Chechik
c2ce8a02e7
fix(theme): add aria-label to skip to content link region ( #7982 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2022-08-24 17:19:39 +02:00
Sébastien Lorber
cee1b4b971
fix(core): CLI command write-translations should extract translations from @docu… ( #7996 )
2022-08-24 12:45:57 +02:00