Evan You
1457681484
fix: ensure HMR works properly for page outline
...
The client-side based implementation in #1281 makes HMR update for the
outlines flaky and unreliable.
The headers payload for each page chunk is relatively cheap in return
for the correctness, since they are inlined as a JSON string.
2 years ago
Evan You
a7e3102e9d
docs: cli reference
2 years ago
Evan You
49bcc254dc
docs: rewrite getting started + init tips
2 years ago
Evan You
5ebee75a52
docs: restructure
2 years ago
Evan You
7158932e27
docs: update home page
2 years ago
Divyansh Singh
9c8f54c9f4
docs: hide 404 entries from sidebar for now
2 years ago
李鹏坤-执手对影成双
caa9bf62ec
docs: update home layout slots of the docs ( #2012 )
2 years ago
Xavi Lee
3ec77ab7af
docs: update links ( #2006 )
2 years ago
Evan You
ddb9020545
wip: docs
2 years ago
Evan You
78836522b8
docs: remove yarn references
2 years ago
Juan Martín Seery
5a6d384952
feat(build): add support for custom languages ( #1837 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
e2d4edf45b
feat(theme): support custom target and rel in navbar links ( #1993 )
...
Co-authored-by: Kev1nzh37 <kev1nzh37@gmail.com>
2 years ago
Markus
b8a5e8e5b2
feat(theme): make prev/next links changeable ( #1972 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
MingYuan
58f455bdb4
docs: update github pages deploying instructions ( #1980 )
2 years ago
Evan You
0b3529ce07
docs: new intro ( #1975 )
2 years ago
gittig11
fd995906f6
fix(compat): remove use of array.at
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Evan You
191ac86a85
docs: adjust the use of configs -> config
2 years ago
Alexey Iskhakov
bcb8cbf3c8
fix: custom titles of code snippets inside code groups ( #1834 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
ed90724022
revert: "docs: add linkage for `code-groups` in `getting-started`" ( #1943 )
...
Revert "docs: shared selection state in `code-groups` in `getting-started` (#1906 )"
This reverts commit f1fe79b9df
.
2 years ago
Orca
97f2b0e129
docs: fix rewrites examples ( #1941 )
2 years ago
Lixu
2299b217b6
docs: update github page actions setting in deploy.md ( #1930 )
2 years ago
dominikcz
dd0c4c698c
feat(theme): support disabling aside globally ( #1925 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Luciano Felix
4a19dde97b
docs: GitHub Actions deploy Workflow ( #1644 )
2 years ago
aendre
ea4556febc
docs: add node alpine alternative to GitLab CI deploy ( #1813 )
2 years ago
manchan
f1fe79b9df
docs: shared selection state in `code-groups` in `getting-started` ( #1906 )
2 years ago
Rishi Raj Jain
e3879be4a1
docs: layer0 is now edgio ( #1921 )
2 years ago
manchan
b35a6279a3
docs: use code group for commands in "Getting Started" ( #1904 )
2 years ago
manchan
43dddce813
docs: fix carbonAds types ( #1879 )
2 years ago
manchan
9f063426e2
docs: update theme configs ( #1877 )
2 years ago
Johnny Chen
2466735c18
docs: fix typo ( #1875 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
dea6cfa9cb
fix(theme): infer collapsible from collapsed ( #1865 )
...
BREAKING CHANGE: `collapsible` is dropped from sidebar, use `collapsed` instead
2 years ago
Joff Tiquez
8f7d35ff8a
docs: update nesting example ( #1868 )
2 years ago
Fuqiao Xue
9f2553424e
docs: editorial fixes ( #1866 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
2 years ago
Divyansh Singh
08e07d643d
chore: bump deps ( #1853 )
2 years ago
Divyansh Singh
5ae4fbde38
feat: stable `cleanUrls` ( #1852 )
2 years ago
Divyansh Singh
00abac6116
feat(build): support rewrites ( #1798 )
...
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
2 years ago
Joff Tiquez
99858d7044
docs: update getting-started.md ( #1847 )
2 years ago
Kia King Ishii
c35a1f0fae
feat(theme): enable multi level sidebar nesting ( #1360 ) ( #1835 )
...
close #1360
close #1361
close #1680
2 years ago
Divyansh Singh
fe52fa3420
feat(build): allow ignoring only localhost dead links ( #1821 )
2 years ago
shadow-light
75d7d0084b
docs: fix heading level
2 years ago
Divyansh Singh
8de2f4499d
feat: add i18n feature ( #1339 )
...
fix #291
fix #628
fix #631
fix #902
fix #955
fix #1253
fix #1381
Co-authored-by: Hiroki Okada <hirokio@tutanota.com>
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
2 years ago
Sylvain Bonnard
4e459f65e2
docs: add base url configuration in the GitLab deploying section ( #1787 )
...
Add a step to set a base url for GitLab pages deployment as for Github pages.
2 years ago
qiang
09c2c52d6c
feat: support for teleports to body ( #1642 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
01ac579187
feat: allow `enhanceApp` to return a `Promise` ( #1760 )
...
Co-authored-by: Nick Borko <nick.borko@gmail.com>
2 years ago
Divyansh Singh
3b7ff8d66e
feat(build): support interpolation inside code blocks ( #1759 )
2 years ago
Xavi Lee
2d8c64a51d
docs: fix typo ( #1748 )
2 years ago
Divyansh Singh
3f692dc587
chore: import from dist in docs ( #1747 )
2 years ago
Tobias Dalhof
ba97814c14
docs: add example for `:title` in `titleTemplate` ( #1676 )
2 years ago
Mazel
655bca1d70
docs: add type description of hero image ( #1691 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
ZhenYu Li
c4870ba665
docs: add docs about lastUpdated ( #1731 )
2 years ago
Joaquín Sánchez
9df598f36e
feat(theme): allow adding images as icons in features section ( #1738 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Gurkiran Singh
e72998b68b
feat(theme): add `home-hero-image` slot ( #1528 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
dcf55b17f4
docs: add missing import
2 years ago
Divyansh Singh
7a737845e5
feat(theme): add mastodon icon ( #1736 )
2 years ago
Divyansh Singh
c048076370
feat(build): fence-level config for line-numbers ( #1733 )
2 years ago
xinconan
f40df31947
feat(build): allow specifying default language for syntax highlighter ( #1296 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Sam Estep
ae21a3a622
feat(build): provide a `pathname://` protocol to escape SPA ( #1719 )
2 years ago
Divyansh Singh
135b797cfb
fix(build): fix code groups for line numbers mode ( #1700 )
2 years ago
Divyansh Singh
a684b67ec0
feat: add code-group feature ( #728 ) ( #1560 )
...
close #728
close #1242
Co-authored-by: "Jinjing.Zhou" <allenzhou@tensorchord.ai>
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
2 years ago
John Farrar
2343bd17c2
docs: fix typo ( #1694 )
2 years ago
翠 / green
2997f35dfd
docs: remove `OutboundLink` ( #1693 )
2 years ago
Shigma
f899764bad
feat(build): support `cacheDir` ( #1355 )
2 years ago
Shigma
8a488deac1
fix(theme): default to vertical align top on badges inside headings ( #1584 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
mancuoj
6ec54896b5
docs: add information to avoid misunderstanding ( #1619 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
4ba33dac60
feat(build): add preview as an alias for serve in cli ( #1651 )
...
* feat(build): add preview as an alias for serve in cli
* docs: recommend using preview instead of serve
2 years ago
Victor Eke
428eec3750
docs: fix grammar ( #1616 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Xavi Lee
58a7594254
docs: remove extra line ( #1624 )
2 years ago
Divyansh Singh
12ca9dd3c7
docs: remove special characters
2 years ago
Marshall Thompson
d410d4dd9f
feat(theme): sidebar nav slots ( #1582 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
jimmyxuexue
84b4abc5fa
feat(theme): add link feature in homepage features ( #984 ) ( #1404 )
...
close #984
close #1070
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
2 years ago
Sascha
ac8619f841
feat(theme): add built-in global component `Badge` ( #1239 )
...
Co-authored-by: richardo2016 <richardo2016@gmail.com>
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
701b876bc7
docs: revert f789932
...
x-ref: https://github.com/vuejs/vitepress/issues/471#issuecomment-1293698102
2 years ago
Enzo Innocenzi
04ab0eb6dc
feat: support focus, colored diffs, error highlights in code blocks ( #1534 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
HeZiYang
b4199bc6ac
docs(deploying): add optional cname arg in gh-page script
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
d327811fd5
feat: expose isDark ( #1525 )
2 years ago
Divyansh Singh
63e695745e
docs: update gh-pages deploy script ( #1522 )
...
`fetch-depth: 0` is necessary for last updated to work
2 years ago
Divyansh Singh
a5054f6938
docs: mention whyframe in vp-raw section ( #1519 )
2 years ago
Divyansh Singh
283407d072
docs: add vitepress.new ( #1517 )
2 years ago
Sanjaiyan Parthipan
a9a3b4fd7f
chore: add meta theme-color to the docs ( #1358 )
...
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
2 years ago
Igor Randjelovic
afeb06f17c
feat: transformPageData hook ( #1492 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Enzo Innocenzi
d404753005
feat(theme): allow defining dark as the default theme ( #1498 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
jimmyxuexue
0b616657ee
docs: add html in footer example ( #1487 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Xavi Lee
e4fad6aaf2
docs: add `srcDir` to app config ( #1430 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Subha Chanda
9d0164eae9
docs: fix typo ( #1426 )
2 years ago
烽宁
9921ee79dc
docs: fix typo ( #1425 )
2 years ago
meedfine
6d858d8abe
docs: click outline title to carbonAds fail ( #1419 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Cody Bontecou
ee0bec5d83
docs: logo alt attr documentation ( #1415 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Andreas Deininger
1793b87163
docs: fix typos ( #1408 )
2 years ago
Yvan Zhu
b330ebb598
docs: extra word ( #1372 )
2 years ago
Joaquín Sánchez
6b16dad22f
feat: add `transformHead` hook ( #1323 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Joaquín Sánchez
1aa3456125
docs: add `transformHtml` and `buildEnd` hooks ( #1317 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
5378a49613
revert( #1264 ): add page load progress bar ( #1311 )
2 years ago
Anbuselvan Rocky
b1511cf7b7
docs: fix typo ( #1295 )
2 years ago
Divyansh Singh
8f66b42a0b
docs: update extending the default theme ( #1288 )
2 years ago
Divyansh Singh
288aa48b92
feat(theme): support dynamic headers and nesting in outline ( #1281 )
...
Co-authored-by: fi3ework <fi3ework@gmail.com>
2 years ago
Divyansh Singh
8f630339ba
feat(theme): allow disabling whole layout ( #1268 )
2 years ago
Divyansh Singh
c85762da29
chore: fix typo
2 years ago
Divyansh Singh
9a6e1ea401
feat: add `vp-raw` container ( #1104 )
2 years ago
Yvan Zhu
3579883058
docs: fix typo ( #1241 )
2 years ago
meteorlxy
d700a66e65
feat: support markdown sfc options ( #1238 )
2 years ago
meedfine
6346c5615d
docs: fix example typo ( #1226 )
2 years ago
Jenni
18da57c53c
docs: clarify GitHub Pages deployment instructions ( #1224 )
2 years ago
meteorlxy
0664006e92
refactor: migrate markdown toc plugin ( #1093 ) ( #1207 )
2 years ago
Ben McCann
22d796aeea
docs: pointers for creating a dynamic sidebar ( #1206 )
2 years ago
Divyansh Singh
4595383789
docs: fix typo
2 years ago
Divyansh Singh
0048e2bf1e
feat(build): switch to vite 3, support clean urls and esm mode ( #856 )
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
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
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
kenken
19bf6cbb8d
docs: fix typo ( #1083 )
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
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
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
Jenni
424c882a6d
docs: add "head" config to app-configs ( #1011 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Luca Ban
0006cb67ec
docs: show how to add image to the homepage ( #1007 )
2 years ago
Jeff Sagal
63e201492c
docs: rename `Head` to actual `HeadConfig` type in frontmatter config ( #1013 )
2 years ago
灵谦
cdf546d725
docs: fix typo ( #1014 )
2 years ago
Azat S
d5ed66c6d2
feat: allow using custom syntax highlighting themes ( #992 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
97dee82ac5
docs: add example to `base` tip in deploying ( #994 )
2 years ago
Joaquín Sánchez
afd905c80a
docs: fix spelling and grammar ( #985 )
2 years ago
Joaquín Sánchez
69ef2998c3
feat(theme): support hiding aside component from frontmatter ( #980 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
e4c60ab3c8
fix: remove explicit noopener from external links ( #871 )
2 years ago
Avan
0dafee79dd
docs: github action directory name error and add prompt ( #949 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Eulier González
95a74e58a4
docs: add including markdown content to guide ( #938 )
...
Co-authored-by: Eulier <eulier@toolboxos.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
95f21f8c9e
docs: add node.js version to deployment notes ( #944 )
2 years ago
Sacha STAFYNIAK
0f0453c675
feat(theme): add navigation slots ( #739 ) ( #741 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
灵谦
88877b7dd9
docs: fix typos ( #916 )
2 years ago
Jacob Milhorn
b3b81eab4e
docs: fix typos ( #920 )
2 years ago
Andrey Kniazev
973dbe4eec
docs: add azure static web apps deployment notes ( #807 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Kelvin Oghenerhoro Omereshone
d1f71a9ec7
docs: add render to deploying page ( #810 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
777da35bc6
docs: rewrite deploying page ( #931 )
2 years ago
siegerts
4cc67efdeb
docs: add aws amplify to deploying section ( #841 )
2 years ago
Otabek
55fa5d0e5b
docs: add `outlineTitle` in theme config ( #908 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Jacob Milhorn
3e0c5e406d
docs: fix typos ( #915 )
2 years ago
Joaquín Sánchez
7b17d7d08d
docs: add contributing link ( #910 )
2 years ago
Divyansh Singh
836a24683a
feat(theme): custom prev/next labels and text ( #897 )
2 years ago
Joaquín Sánchez
89035d0f28
docs: include the current version on nav ( #895 )
2 years ago
Divyansh Singh
e1339fdc4f
revert: vuejs/vitepress#889 ( #896 )
...
This reverts commit a2b1490a01
.
2 years ago
Otabek
a2b1490a01
docs: add documentation for prev-next links ( #889 )
...
Co-authored-by: Percy Ma <kecrily@gmail.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
e15941f002
docs: add workaround for missing peer dependencies ( #882 )
2 years ago
Fuqiao Xue
a689f6b6d3
docs: add `ignoreDeadLinks` and alphabetize app configs ( #862 )
2 years ago
Mr.Hope
edb370b2d8
docs: fix typos ( #842 )
2 years ago
Kia King Ishii
7cfe0f05ab
feat(theme): add team page feature ( #828 )
2 years ago
Alex
fdb5720acd
feat(theme): add active status to nav menu group ( #820 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
2 years ago
JD Solanki
0d311ffd96
docs: image migration guide for vuepress ( #799 )
2 years ago
Percy Ma
7b76bc21c1
docs: add cloudflare pages deploy ( #797 )
...
close #369
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
2 years ago