Divyansh Singh
203f0ca594
scratch: do an ai assisted triage
2 weeks ago
Divyansh Singh
1ade7bd422
refactor: migrate scripts to typescript and organize imports
2 weeks ago
Divyansh Singh
e6e90ed5a9
refactor: drop fs-extra and organize imports
2 weeks ago
Divyansh Singh
228eef187a
feat!: migrate to vite 8
2 weeks ago
T
7e2273a3e4
feat: show local search loading state ( #5252 )
2 weeks ago
T
0100d4db7d
docs: clarify Ask AI suggested questions ( #5248 )
2 weeks ago
Divyansh Singh
cc30b10b60
fix: delete undefined values while merging sidepanel props
2 weeks ago
T
f29ffdbb33
fix: preserve Agent Studio DocSearch options ( #5254 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 weeks ago
T
8e38b1069b
docs: explain router route-change handlers ( #5253 )
2 weeks ago
ChisakaKanako
01822e7b44
docs(search): correct Chinese grammar in search interface ( #5255 )
2 weeks ago
T
e68fade75d
fix: strip frontmatter before heading includes ( #5246 )
3 weeks ago
T
5c50b99724
fix(build): normalize rewrite drive letters ( #5245 )
3 weeks ago
T
ddf178a170
fix: preserve external sidebar links with base ( #5243 )
3 weeks ago
T
8288785d5a
test: wait for filtered local search results ( #5244 )
3 weeks ago
T
d0159c8a85
feat: support social link target option ( #5242 )
3 weeks ago
T
80cf2650aa
fix: index rewritten local search pages by locale ( #5241 )
3 weeks ago
T
a357e5ef67
fix: prevent DocSearch SVG clipping in WebKit ( #5240 )
3 weeks ago
T
eef57427f4
feat: allow custom i18n routing ( #5239 )
3 weeks ago
T
e635e9e5ea
feat: add macOS local search navigation shortcuts ( #5237 )
3 weeks ago
Divyansh Singh
ea93b5fec8
chore: bump deps
3 weeks ago
T
04f4fbadbd
fix: compose markdown config when extending configs ( #5236 )
...
fix: compose extended markdown config hooks
3 weeks ago
T
aef0371fb6
chore: remove execa from release script ( #5235 )
3 weeks ago
T
c37bde6308
fix(build): show dead link line numbers ( #5230 )
3 weeks ago
T
b2cc1e0d69
docs: clarify page headers config ( #5233 )
3 weeks ago
T
756a88cfa2
fix(theme): keep external link icon inline ( #5232 )
3 weeks ago
T
387fecd6a5
docs: cache VitePress in Pages workflow ( #5234 )
3 weeks ago
Bartek Iwańczuk
1e2cbd9f4b
docs: add Deno to install instructions ( #5228 )
3 weeks ago
skirtle
cfef6a9db2
docs: directory-level config overrides ( #5227 )
3 weeks ago
Divyansh Singh
ee028266a8
ci: update lock threads action
2 months ago
Eric Fennis
6ee01bf305
feat: add support for `format` option in Carbon options ( #5188 )
...
---------
Co-authored-by: Copilot <copilot@github.com>
2 months ago
skirtle
cd4ed0537b
docs: update `transformHead` ( #5191 )
2 months ago
SaintaDream
4967e9bab4
docs(zh): fix typos, punctuation and broken references ( #5189 )
...
* docs(zh): fix typos, missing words and broken references [lunaria-ignore]
3 months ago
/bin/cat
01987c4c08
fix(build): apply `base` to links with download attribute ( #5186 )
3 months ago
Divyansh Singh
c608981324
chore: clarify preview release instruction
...
it needs actual comment, adding the command in the body won't work
3 months ago
Divyansh Singh
aa587f679c
chore: bump deps
3 months ago
Divyansh Singh
6cce76685d
feat!: support scroll-margin / scroll-padding
...
Replaces the JS-based scroll offset logic with native CSS `scroll-margin-top`. The default theme sets it on headings using `--vp-nav-height` and `--vp-layout-top-height`, and `scrollTo` now uses `scrollIntoView` which respects it natively.
BREAKING CHANGE: `scrollOffset` from config is removed. Users wanting to customize scroll offset should customize `scroll-margin-top` via CSS instead. `smoothScroll` support from `router.go` is also removed as it didn't work as expected for most users. Users wanting smooth scrolling should set `scroll-behavior: smooth` in CSS, ideally inside a `@media (prefers-reduced-motion: no-preference)` block.
3 months ago
Divyansh Singh
9da1e3e70f
fix: use resolveDynamicComponent instead of resolveComponent
...
x-ref: https://github.com/vuejs/vitepress/pull/5176#issuecomment-4240841782
3 months ago
Shigma
c0b38d52c2
feat: allow VPContent to use custom components ( #5176 )
3 months ago
Divyansh Singh
19357f9d33
fix(theme): prevent `sub` and `sup` elements from affecting line height
...
based on normalize.css
closes #5173
3 months ago
dependabot[bot]
cb8f5531ce
chore(deps-dev): bump lodash.template from 4.5.0 to 4.18.1 ( #5169 )
...
Bumps [lodash.template](https://github.com/lodash/lodash ) from 4.5.0 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.5.0...4.18.1 )
---
updated-dependencies:
- dependency-name: lodash.template
dependency-version: 4.18.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
Divyansh Singh
73f7b0b984
fix(theme): correct mixed LTR/RTL text rendering in code blocks
4 months ago
lilianakatrina684-a11y
202ee70260
fix: keep translation links in the current tab ( #5158 )
4 months ago
Divyansh Singh
9a2d16516b
chore: revert icons plugin bump
4 months ago
Divyansh Singh
856858d26a
fix: normalize `/index` to `/`
...
closes #5165
4 months ago
Divyansh Singh
1278c59f51
chore: bump deps
4 months ago
Divyansh Singh
62e1a4c49f
docs: add og tags
4 months ago
Divyansh Singh
8ad215400a
docs: add descriptions [lunaria-ignore]
4 months ago
Divyansh Singh
d96bf1dc61
fix: escape description in head
4 months ago
Divyansh Singh
09af6c73a8
docs: fix og tags
4 months ago
dependabot[bot]
abc88d1696
chore(deps-dev): bump picomatch from 4.0.3 to 4.0.4 ( #5164 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 4.0.4
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago