Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan committed Nov 3, 2024
1 parent 3746dde commit f1da8fc
Show file tree
Hide file tree
Showing 4 changed files with 874 additions and 885 deletions.
2 changes: 0 additions & 2 deletions docs/.vuepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ import * as enConfig from './en'
export const themeConfig = {
locales: {
'/': {
selectLanguageText: 'Languages',
selectLanguageName: 'English',
navbar: enConfig.navbar,
series: enConfig.series,
bulletin: enConfig.bulletin,
},
'/zh/': {
selectLanguageText: '选择语言',
selectLanguageName: '简体中文',
lastUpdatedText: '最后更新时间',
navbar: zhConfig.navbar,
Expand Down
2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ bannerBrand:
buttons:
- { text: Guide, link: '/docs/guide/introduction.html' }
- { text: Getting Started, link: '/docs/guide/getting-started.html', type: 'plain' }
socialLinks:
- { icon: 'LogoGithub', link: 'https://github.com/recoluan/revili' }
isShowTitleInHome: true
---
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"build": "vuepress build ."
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress-reco/tailwindcss-config": "2.0.0-rc.81",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-reco": "2.0.0-rc.22"
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress-reco/tailwindcss-config": "2.0.0-rc.91",
"vue": "^3.5.0",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-reco": "2.0.0-rc.23"
},
"author": "reco_luan",
"license": "MIT"
Expand Down
Loading

0 comments on commit f1da8fc

Please sign in to comment.