Skip to content

Commit e4bf1b7

Browse files
authored
Merge branch 'main' into main
2 parents 48bb03d + 75734bc commit e4bf1b7

26 files changed

+37
-3577
lines changed

β€Ž.vitepress/config.tsβ€Ž

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
import fs from 'fs'
22
import path from 'path'
3-
import { defineConfigWithTheme, type HeadConfig, type Plugin } from 'vitepress'
3+
import {
4+
defineConfigWithTheme,
5+
type HeadConfig,
6+
type Plugin
7+
} from 'vitepress'
48
import type { Config as ThemeConfig } from '@vue/theme'
59
import llmstxt from 'vitepress-plugin-llms'
610
import baseConfig from '@vue/theme/config'
711
import { headerPlugin } from './headerMdPlugin'
812
// import { textAdPlugin } from './textAdMdPlugin'
9-
import { groupIconMdPlugin,groupIconVitePlugin } from 'vitepress-plugin-group-icons'
13+
import {
14+
groupIconMdPlugin,
15+
groupIconVitePlugin
16+
} from 'vitepress-plugin-group-icons'
1017

1118
const nav: ThemeConfig['nav'] = [
1219
{
@@ -50,6 +57,10 @@ const nav: ThemeConfig['nav'] = [
5057
{ text: 'Developers', link: '/developers/' },
5158
{ text: 'Themes', link: '/ecosystem/themes' },
5259
{ text: 'UI Components', link: 'https://ui-libs.vercel.app/' },
60+
{
61+
text: 'Plugins Collection',
62+
link: 'https://www.vue-plugins.org/'
63+
},
5364
{
5465
text: 'Certification',
5566
link: 'https://certificates.dev/vuejs/?ref=vuejs-nav'
@@ -128,13 +139,9 @@ const nav: ThemeConfig['nav'] = [
128139
link: '/sponsor/'
129140
},
130141
{
131-
text: 'Experts',
132-
badge: { text: 'NEW' },
133-
activeMatch: `^/(partners|developers)/`,
134-
items: [
135-
{ text: 'Partners', link: '/partners/' },
136-
{ text: 'Developers', link: '/developers/', badge: { text: 'NEW' } }
137-
]
142+
text: 'Partners',
143+
activeMatch: `^/partners/`,
144+
link: '/partners/'
138145
}
139146
]
140147

@@ -497,7 +504,7 @@ export const sidebar: ThemeConfig['sidebar'] = {
497504
{
498505
text: 'List with Transitions',
499506
link: '/examples/#list-transition'
500-
},
507+
}
501508
]
502509
},
503510
{
@@ -637,8 +644,7 @@ export default defineConfigWithTheme<ThemeConfig>({
637644
src: 'https://media.bitterbrains.com/main.js?from=vuejs&type=top',
638645
async: 'true'
639646
}
640-
],
641-
inlineScript('perfops.js')
647+
]
642648
],
643649

644650
themeConfig: {
@@ -711,7 +717,7 @@ export default defineConfigWithTheme<ThemeConfig>({
711717
{
712718
link: 'https://pl.vuejs.org',
713719
text: 'Polski',
714-
repo: 'https://github.com/vuejs-translations/docs-pl',
720+
repo: 'https://github.com/vuejs-translations/docs-pl'
715721
},
716722
{
717723
link: '/translations/',
@@ -757,8 +763,7 @@ export default defineConfigWithTheme<ThemeConfig>({
757763
markdown: {
758764
theme: 'github-dark',
759765
config(md) {
760-
md.use(headerPlugin)
761-
.use(groupIconMdPlugin)
766+
md.use(headerPlugin).use(groupIconMdPlugin)
762767
// .use(textAdPlugin)
763768
}
764769
},

β€Ž.vitepress/inlined-scripts/perfops.jsβ€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@vue/theme": "^2.3.0",
1616
"dynamics.js": "^1.1.5",
1717
"gsap": "^3.12.5",
18-
"vitepress": "^1.4.3",
18+
"vitepress": "^1.6.4",
1919
"vue": "^3.5.12"
2020
},
2121
"devDependencies": {

β€Žpnpm-lock.yamlβ€Ž

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc/developers/[developerSlug].mdβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Žsrc/developers/[developerSlug].paths.tsβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
Β (0)