Arron Zou
68ebe5a810
docs(deploy.md): fix url address ( #374 )
3 years ago
Sabertaz
46145bfb16
docs: change Markdown TOC to correct package name ( #344 )
3 years ago
Eduardo San Martin Morote
26b5aa931f
feat: upgrade markdown-it-anchor ( #350 )
...
BREAKING CHANGE: the `markdown.anchor` option is updated. Refer to
valeriangalliat/markdown-it-anchor#permalinks for
instructions to upgrade your existing `markdown.anchor.permalink`
option. **This doesn't affect you if you weren't changing the header
permalinks behavior**.
3 years ago
Evan You
4925fb5c29
feat: info custom container
3 years ago
FangYing
d971dd9996
docs: spell error ( #326 )
3 years ago
Evan You
aaf4910d93
feat: support srcDir config option
3 years ago
Evan You
424a4ca379
fix: fix frontmatter sidebarDepth for headers
3 years ago
Evan You
3f86b7d32f
chore: fix docs dead link
3 years ago
Evan You
e50ba18fbe
docs: update docs for data API change
3 years ago
cabbage
e10fdbcf34
docs: # default theme change ## ( #308 )
3 years ago
qdbest
53945dbb19
docs: keyword vuepress change vitepress ( #267 )
...
* keyword vuepress change vitepress
* docs: modify README.md to index.md
* Optimize code
* Restore highlight.ts
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
3 years ago
cabbage
b2924dce01
docs: change prefix to suffix ( #306 )
3 years ago
meteorlxy
3d16420940
docs: refine the comparison with vuepress ( #294 )
4 years ago
Eduardo San Martin Morote
de89c1e5eb
fix(locales): use correct lang ( #283 )
4 years ago
Babu Annamalai
d1a62e1c66
feat: import code snippet with region ( #237 ) ( #238 )
...
close #237
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
Takumi Katayama
a43933c8ab
fix(docs): global-component link ( #271 )
4 years ago
Eduardo San Martin Morote
f505db945a
fix(locales): use correct lang ( #276 )
4 years ago
Matias Capeletto
fa1616ac4e
docs: using vue in markdown guide ( #236 )
4 years ago
Eduardo San Martin Morote
9bc5c5c631
style: format code with prettier
4 years ago
Chad Sanda
dc2464b2ce
docs(deploy): fix typo ( #240 ) [skip ci]
...
packaje.json to package.json
4 years ago
Kia King Ishii
3d5b3f8677
docs: add global component page
4 years ago
Matias Capeletto
c67c5d0a77
docs: add differences from vuepress guide ( #164 )
4 years ago
Kia King Ishii
c95e9c63c4
docs: update default theme import path
4 years ago
Matias Capeletto
75519224d5
docs: remove gh pages _assets warning ( #124 ) ( #211 )
4 years ago
Matias Capeletto
481c4513d7
feat: $lang and $localePath globals ( #166 ) ( #167 )
...
close #166
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
Kia King Ishii
417caf3c28
docs: update serve command default port
4 years ago
Evan You
65f8a2e608
docs: add cache headers
4 years ago
Evan You
e262ef63d8
feat(theme-default): nav.item.activeMatch
4 years ago
Evan You
7e4b16ee52
fix: adjust multi sidebar matching logic
...
- matches by ensuring starting slash + startsWith
- catch-all fallback (`/`) should be placed at the end like VuePress
4 years ago
Evan You
bf8fd3a6f3
wip: dev works with vite 2
4 years ago
Evan You
2bde6bf88d
revert home page feature
4 years ago
Evan You
f32771fe86
feat(default-theme): support customLayout: true in frontmatter
...
BREAKING CHANGE: the `home` frontmatter option has been removed.
Instead, use `customLayout: true` and custom HTML + `<style>` in the
markdown file to customize the home page (or any other page).
4 years ago
Kia King Ishii
6bd6b53c4d
docs: add algolia search config
4 years ago
Kia King Ishii
7aa3fb261b
refactor: asjust few styling of algolia search box
4 years ago
Eduardo San Martin Morote
5bb4730f7f
feat: add Algolia DocSearch ( #40 ) ( #153 )
...
close #40
4 years ago
Matias Capeletto
897520e95a
docs: add more contents to the deploy page ( #162 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
Kia King Ishii
a084cd3f78
fix: make home page look better ( #154 )
4 years ago
Kia King Ishii
b9d63c0719
docs: fix broken link in config page ( #160 )
...
close #160
4 years ago
Asko Kauppi
224c24c36a
docs: fix typo ( #161 )
...
Lowercasing `description` to be akin to other entries. Shows especially in the
navigation pane.
4 years ago
Kia King Ishii
49ff3269cc
docs: fix some typos
4 years ago
Matias Capeletto
cfbc32fe00
docs: add asset handling page ( #156 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
Eduardo San Martin Morote
9d6b8cadcc
feat: add native support for carbon ads ( #86 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
Matias Capeletto
c6bdcfbf4f
feat!: add more global and computed properties ( #152 )
...
BREAKING CHANGE: `$theme` global computed is renamed to `$themeConfig`
to align better with VuePress.
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
Kia King Ishii
136a56e74d
docs: add basic config reference
4 years ago
Kia King Ishii
bb28ac0cbe
docs: organize contents into "Introduction" and "Advanced"
4 years ago
Matias Capeletto
9e971f57da
docs: add formatter guide ( #151 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
skywalker
a28c7376be
docs: fix typo, VuePress to VitePress ( #148 )
4 years ago
Kia King Ishii
5088d5d38e
docs: display "last updated"
4 years ago
Matias Capeletto
66a57309a0
docs: add markdown extensions page ( #145 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago
云游君
fdc7a50c5e
docs: fix typo ( #144 )
4 years ago