Kia King Ishii
aa2289e488
feat: add mini sponsor component ( #648 )
...
close #648
2 years ago
Kia King Ishii
433cb7b1b9
docs: make readme alpha ready
2 years ago
Divyansh Singh
7d89b61b92
fix: switch to `markdown-it-toc-done-right` ( #388 ) ( #660 )
...
fix #388
2 years ago
Ryo_gk
1fcf4a4462
feat: use shiki instead of prismjs for syntax highlight ( #627 ) ( #654 )
...
close #627
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
2 years ago
Kia Ishii
6c28de47a7
docs: add more docs
2 years ago
Kia Ishii
d45b1fc305
docs: add what is vitepress for alpha release
2 years ago
Kia King Ishii
ddc9e4b0d9
docs: add more docs
2 years ago
Kia King Ishii
36a67bd67d
feat: add carbon ads feature ( #647 )
...
close #647
2 years ago
Kia King Ishii
0e5f1e4dd5
docs: add many docs
2 years ago
Kia King Ishii
e51d2a8c49
feat: add custom container stylings
2 years ago
Kia King Ishii
6f037e2688
feat(sponsor): add sponsors component
2 years ago
Kia Ishii
73bbc6143a
feat: new default theme
3 years ago
Kumar Gaurav
c1d964c295
ESM instead of CommonJs ( #597 )
...
Modified the CommonJs style export of `config.js` to the ESM style export.
Vite is all about advancement of tools. Why not reflect it in documents, by using ESM instead of CommonJs.
3 years ago
Jonathan Herman
3adc43d00a
docs: fix gitlab pages deploy syntax ( #552 )
...
Fix GitLab CI build failure due to invalid syntax.
3 years ago
Mark Wood-Patrick
1617a0438f
docs: edge comment about details ( #569 )
...
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
3 years ago
Divyansh Singh
33a59cd029
docs: update links ( #523 )
...
* docs: update links
* docs: fix 3xx urls
* chore: fix typo
3 years ago
Evan You
7387649ff7
feat: catch localhost links as dead links
3 years ago
Jeff Yang
a8f147f153
feat: add details custom container ( #455 )
3 years ago
Bryan Müller
5b04bb9eb5
feat: user configurable `outDir` ( #448 )
3 years ago
ULIVZ
ba41bb9055
feat: improve typescript support for config file ( #465 )
3 years ago
Daniel Kreiseder
621d37a28b
docs(guide): remove duplicate backticks ( #463 )
...
remove duplicate backticks in code sample of theming
3 years ago
Stefane Fermigier
23a32e95ac
docs: small typo ( #406 )
3 years ago
Kevin
c05079d09b
docs(theming.md): fix spelling and grammar errors ( #404 )
3 years ago
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
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
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
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
b9d63c0719
docs: fix broken link in config page ( #160 )
...
close #160
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
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
Matias Capeletto
9e971f57da
docs: add formatter guide ( #151 )
...
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
4 years ago