Divyansh Singh
|
eacc18c993
|
fix(types): explicitly re-export to resolve ambiguities (#1193)
|
2 years ago |
Anton Reshetov
|
e0932ce5f4
|
fix(theme): fix typo in carbon ads components (#1192)
|
2 years ago |
Divyansh Singh
|
da2f8d28a6
|
fix(theme): show footer message/copyright only if present (#1191)
|
2 years ago |
Divyansh Singh
|
3714ea3463
|
fix(theme): show outline even without sidebar (#1189)
|
2 years ago |
Evan You
|
a8834ac3b2
|
release: v1.0.0-alpha.8
|
2 years ago |
Evan You
|
04c4d0f01b
|
fix: fix client build entry
|
2 years ago |
Evan You
|
1fcd1269b4
|
release: v1.0.0-alpha.7
|
2 years ago |
Evan You
|
64462dc985
|
chore: remove log [ci skip]
|
2 years ago |
Evan You
|
19ec22cb40
|
fix: fix static data file support in vite 3
|
2 years ago |
Evan You
|
43469a2601
|
release: v1.0.0-alpha.6
|
2 years ago |
Divyansh Singh
|
0048e2bf1e
|
feat(build): switch to vite 3, support clean urls and esm mode (#856)
|
2 years ago |
Divyansh Singh
|
b36656a925
|
fix(theme): set pointer events all on VPNavScreen (#1182)
|
2 years ago |
botue
|
f6d6c62117
|
fix(theme): remove extra padding in code blocks with line numbers
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Divyansh Singh
|
2c89afb7dd
|
fix(theme): restore styles for code blocks (#1170)
|
2 years ago |
Evan You
|
bf90061d67
|
release: v1.0.0-alpha.5
|
2 years ago |
Evan You
|
35b7361ca2
|
fix: support urls with query during dev
|
2 years ago |
Curt Grimes
|
44953dcd1e
|
fix(theme): don't let navbar obstruct clicks to top part of scrollbar (#1168)
|
2 years ago |
Divyansh Singh
|
4e4a21a0ee
|
test: fix failing test suite (#1166)
|
2 years ago |
Divyansh Singh
|
120736fec1
|
chore: make recreateServer optional (#1165)
|
2 years ago |
Roman Ondráček
|
4a6eda4870
|
fix(theme): fix custom NotFound component rendering (#1163)
Signed-off-by: Roman Ondráček <ondracek.roman@centrum.cz>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Rijk van Zanten
|
8f80bd0122
|
docs: add different logos for light and dark modes (#1155)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Jinjiang
|
e8cb73e065
|
refactor(build): replace the line highlighting logic with Shiki lineOptions (#1152)
|
2 years ago |
Divyansh Singh
|
93fe8207e7
|
fix(build): recreate server on config change (#1132)
|
2 years ago |
Divyansh Singh
|
70da5f275b
|
fix(theme): hide doc footer if empty (#1126)
|
2 years ago |
Fuqiao Xue
|
8e190aa411
|
docs: add `outDir` (#1116)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
WenYuan
|
b51549b3bc
|
docs: fix typo in theme-configs (#1117)
|
2 years ago |
Zhao Yue
|
f6272cc30d
|
docs: fix typo (#1113)
|
2 years ago |
Divyansh Singh
|
55971659a5
|
fix: use `router.go` if search string is not same (#1109)
|
2 years ago |
Divyansh Singh
|
708c36183a
|
fix(build): update language regex for line number class (#1108)
|
2 years ago |
Divyansh Singh
|
70b3060be9
|
fix(types): fix broken syntax in `theme.d.ts` (#1101)
|
2 years ago |
JounQin
|
1cc087deee
|
fix(types): add client and theme to `exports` field (#914)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Charles7c
|
60c515c125
|
feat(theme): add `doc-footer-before` slot (#1050) (#1052)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
CHOYSEN
|
8e6665bd8d
|
feat(build): handle change of config file dependencies (#1009)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
ian
|
f4f1a6ccd6
|
feat(theme): auto open collapsed sidebar on entering (#1094)
|
2 years ago |
Divyansh Singh
|
f9d2799be8
|
refactor: use available DT packages instead of manually defining modules (#1096)
|
2 years ago |
Divyansh Singh
|
63584c2812
|
fix: remove duplicate router logic (#1087)
|
2 years ago |
Azat S
|
fb9cee95b9
|
perf(a11y): change copy code span to button (#1056)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
xinconan
|
867f305886
|
feat(build): support code highlight in uppercase (#1082)
fixes #772
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
kenken
|
19bf6cbb8d
|
docs: fix typo (#1083)
|
2 years ago |
fi3ework
|
bc47197f7b
|
test: add E2E tests (#1012)
|
2 years ago |
Divyansh Singh
|
f789932ffc
|
feat(build): improve code blocks and snippets (#875)
* refactor: don't hardcode language names
* docs: fix typo
* feat: support specifying language while importing code snippets
* feat: support interpolation inside code blocks
* docs: update v-pre escaping
* fix: ignore starting `>` in case of shell commands
fixes #861, fixes #471, fixes #884
|
2 years ago |
YiZhi
|
d1a2c76f33
|
feat(theme): support multi-level sidebar (#851)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Divyansh Singh
|
72950337bc
|
fix: don't add base to external urls while preloading (#1045)
|
2 years ago |
Divyansh Singh
|
c476bbd463
|
docs: remove duplicate section (#1036)
|
2 years ago |
Divyansh Singh
|
74e4950c1b
|
feat: allow adding custom social icons as inline svg (#738) (#953)
|
2 years ago |
Divyansh Singh
|
ad9af83278
|
feat: allow html in footer (#1034)
|
2 years ago |
Akhilesh Kataria
|
f939b8a8e8
|
docs: fix when the global footer is displayed (#1026)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
2 years ago |
Akhilesh Kataria
|
70125e7b91
|
docs: add `@algolia/client-search` to `ignoreMissing` (#1028)
|
2 years ago |
Divyansh Singh
|
2b4b800618
|
feat: provide `transformHtml` hook (#1022)
|
2 years ago |
George Pogosyan
|
4b38736adf
|
fix(theme): typo in color name (#1020)
|
2 years ago |