Alexey Pyltsyn
|
fe064a87a6
|
fix: adjust spacing for custom search properly (#7164)
|
2022-04-14 11:53:47 +02:00 |
|
Joshua Chen
|
03516dc3a7
|
fix(sitemap): exclude pages with robots noindex from sitemap (#7143)
|
2022-04-14 11:31:09 +02:00 |
|
Jody Heavener
|
5fb0a2e274
|
feat(content-docs): draft docs excluded from build & sidebars (#6457)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
|
2022-04-13 18:02:05 +02:00 |
|
Alexey Pyltsyn
|
ee4c984bc7
|
feat(theme-classic): code block showLineNumbers (#7007)
|
2022-04-13 14:42:35 +02:00 |
|
Joshua Chen
|
4d9a0edf21
|
fix(theme-translations): always try all possible locale resolutions (#7166)
|
2022-04-13 16:32:46 +08:00 |
|
Joshua Chen
|
f4ab7c65ac
|
feat(preset-classic, content-docs/client): JSDoc (#7148)
* refactor: add JSDoc for preset-classic, content-docs/client
* fix
|
2022-04-11 09:36:30 +08:00 |
|
Joshua Chen
|
7a61eed3dd
|
refactor: unify how MDX content types are represented (#7145)
* refactor: unify how MDX content types are represented
* fix
* fix again
|
2022-04-10 19:19:44 +08:00 |
|
Joshua Chen
|
b50def3ac0
|
refactor(core): lower timeout before rendering progress bar to 200ms (#7142)
|
2022-04-09 20:19:17 +08:00 |
|
Joshua Chen
|
0dc7f0ff14
|
refactor(core): minor PendingNavigation refactor (#7141)
* refactor(core): minor PendingNavigation refactor
* lol
|
2022-04-09 19:30:21 +08:00 |
|
Joshua Chen
|
96fbcb3f51
|
refactor(content-docs): split version handling into several files (#7140)
* refactor(content-docs): split version handling into several files
* fix test
* increase timeout
|
2022-04-09 17:08:57 +08:00 |
|
Alexey Pyltsyn
|
7d44961d8b
|
fix: proper spacing between generated card items on mobiles (#7139)
|
2022-04-09 09:43:46 +03:00 |
|
Joshua Chen
|
2a7820582c
|
chore: upgrade dependencies (#7138)
* chore: upgrade dependencies
* reorg
* update comment
|
2022-04-09 12:36:10 +08:00 |
|
Joshua Chen
|
e5bf59fd9b
|
refactor: mark a few client-side packages as side-effect-free (#7085)
* refactor: mark a few client-side packages as side-effect-free
* fix
* fix again
* fix...
* revert sideeffect
* revert
* fix again...
* properly fix
* fix
* properly fix
|
2022-04-09 09:08:18 +08:00 |
|
Alexey Pyltsyn
|
d5cfa5b7cf
|
refactor(theme-classic): fix a few margin inconsistencies (#7129)
* refactor(theme-classic): minor fixes and improvements
* Fixes after review
* Reset spacing for all children inside browser window
|
2022-04-09 08:27:22 +08:00 |
|
Joshua Chen
|
7941a46be3
|
feat: allow setting calendar for i18n date formatting (#6430)
* feat: allow setting calendar for i18n date formatting
* fix TS
* add test
|
2022-04-08 22:34:34 +08:00 |
|
Sébastien Lorber
|
3e110054d7
|
fix(theme-classic): fix docs sidebar layout shifts when expanding categories (#7134)
|
2022-04-08 12:41:00 +02:00 |
|
Joshua Chen
|
171927342f
|
feat(core): fail-safe global data fetching (#7083)
|
2022-04-08 11:08:22 +02:00 |
|
Joshua Chen
|
9145ae88cc
|
chore: disable string escaping in snapshots (#7131)
|
2022-04-08 11:23:19 +08:00 |
|
Joshua Chen
|
4134ebb3fb
|
feat(content-docs): make docs:version command work on localized docs (#7106)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
|
2022-04-07 19:43:24 +02:00 |
|
Joshua Chen
|
0a3aad618e
|
feat(core): allow plugins to declare custom route context (#7082)
|
2022-04-07 18:38:33 +02:00 |
|
Joshua Chen
|
1156be3f20
|
refactor(content-{blog,docs}): unify handling of tags (#7117)
|
2022-04-07 15:58:21 +02:00 |
|
Joshua Chen
|
ca718ccac0
|
refactor(theme-classic): blog mobile secondary menu use consistent styles (#7068)
|
2022-04-07 15:56:50 +02:00 |
|
Joshua Chen
|
f9c0a5a6d5
|
feat(core): allow plugin/preset config to contain false/null (#7124)
|
2022-04-07 15:27:20 +02:00 |
|
Alexey Pyltsyn
|
0963bff5e7
|
feat(preset-classic): exclude debug plugin routes from sitemap (#7122)
|
2022-04-07 12:59:47 +02:00 |
|
Alexey Pyltsyn
|
bfbc78e52a
|
feat: allow using pure HTML as label in navbar links (#7079)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
|
2022-04-07 12:33:52 +02:00 |
|
Pierre-Gilles Leymarie
|
90ee1447ba
|
fix(theme-classic): shrink title size on mobile (#7004)
|
2022-04-07 11:53:24 +02:00 |
|
ApsarasX
|
103ea04661
|
feat(sitemap): add ignorePatterns option (#6979)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
|
2022-04-06 15:44:07 +02:00 |
|
Joshua Chen
|
bd70cfc1d7
|
refactor(create): mention that the edit links can be removed (#7118)
|
2022-04-06 17:20:41 +08:00 |
|
Joshua Chen
|
e610a4ac00
|
test: improve test coverage (#7113)
|
2022-04-05 14:09:19 +08:00 |
|
Joshua Chen
|
85f47fd8f7
|
fix(core): preserve Interpolate children semantics (#7103)
* fix(core): preserve Interpolate children semantics
* fix
* fix again
|
2022-04-03 15:16:30 +08:00 |
|
Joshua Chen
|
c7c0ee4e7c
|
chore: upgrade dependencies (#7101)
|
2022-04-02 08:32:26 +08:00 |
|
Joshua Chen
|
898611d4ad
|
refactor(core): code cleanup (#7084)
|
2022-04-01 13:41:39 +08:00 |
|
Joshua Chen
|
ff96606865
|
docs: fix some casing inconsistencies (#7081)
|
2022-03-31 20:23:44 +08:00 |
|
Joshua Chen
|
24c205a835
|
refactor: replace non-prop interface with type; allow plugin lifecycles to have sync type (#7080)
* refactor: replace non-prop interface with type; allow plugin lifecycles to have sync type
* fix
|
2022-03-31 19:16:07 +08:00 |
|
Joshua Chen
|
ce2b631455
|
fix(create): install types for JS template as well (#7078)
|
2022-03-31 15:49:07 +08:00 |
|
Lenz Weber-Tronic
|
949a72e6a5
|
perf(mdx-loader): cache mdx/remark compiler instances (#4997)
* (mdx-loader) only create mdx compiler once per webpack config
* type fixes
* fix path
* remove assertion
* docs: add missing Tab/TabItem imports
* fixup
Co-authored-by: slorber <lorber.sebastien@gmail.com>
Co-authored-by: Josh-Cena <sidachen2003@gmail.com>
|
2022-03-31 15:42:57 +08:00 |
|
Joshua Chen
|
04affa60b6
|
refactor(core): add comments for react-loadable logic (#7075)
* refactor(core): add comments for react-loadable logic
* fix test
|
2022-03-30 22:01:16 +08:00 |
|
Joshua Chen
|
13e7de853e
|
refactor(theme-classic): extract doc-related navbar items' logic to theme-common (#7067)
|
2022-03-30 14:50:04 +08:00 |
|
Joshua Chen
|
fd24bd180d
|
fix(core): all plugin lifecycles should receive translated content (#7066)
|
2022-03-30 11:57:13 +08:00 |
|
Joshua Chen
|
3f33e90704
|
chore: upgrade dependencies (#7065)
* chore: upgrade dependencies
* fix project words
|
2022-03-30 11:05:50 +08:00 |
|
Joshua Chen
|
2e79597f83
|
feat(theme-classic): show blog sidebar on mobile (#7012)
* feat(theme-classic): show blog sidebar on mobile
* fix
* oops
* docs
* add a little margin
* Update display.tsx
* Update content.tsx
* reformat
|
2022-03-30 09:15:54 +08:00 |
|
Joshua Chen
|
4e45e14fdd
|
fix(theme-common): use native scrolling when smooth behavior set in CSS (#7057)
* fix(theme-common): use native scrolling when smooth behavior set in CSS
* fix
* fix again
* fix again
|
2022-03-29 18:02:09 +08:00 |
|
Joshua Chen
|
77662260f8
|
refactor(core): refactor routes generation logic (#7054)
* refactor(core): refactor routes generation logic
* fixes
|
2022-03-29 16:37:29 +08:00 |
|
duanwilliam
|
b5fc9a6b6d
|
fix(theme): add bash style to Markdown comment styles (#7049)
* docs: fix code block line highlighting in md syntax highlighting
* properly fix
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
|
2022-03-29 09:23:03 +08:00 |
|
Alexey Pyltsyn
|
37a5dfaccc
|
fix(theme-classic): add caret for dropdown on mobile (#7048)
|
2022-03-29 01:40:41 +03:00 |
|
deployn
|
118ca63c72
|
chore(theme-translations): complete German translations (#7031)
* Update German locales
* Update German locales
* Update German locales
* update locales
|
2022-03-28 22:12:34 +08:00 |
|
Joshua Chen
|
4f4f503633
|
fix(utils): parse Markdown headings with CRLF line break (#7043)
|
2022-03-28 21:59:29 +08:00 |
|
Joshua Chen
|
5fb09a2946
|
refactor(core): reorganize files (#7042)
* refactor(core): reorganize files
* fix types
|
2022-03-28 21:49:37 +08:00 |
|
Joshua Chen
|
85a79fd9b9
|
refactor(core): reorganize functions (#7037)
|
2022-03-28 17:12:36 +08:00 |
|
Joshua Chen
|
c81d21a641
|
refactor: minor type improvements (#7035)
|
2022-03-28 11:15:37 +08:00 |
|