Skip to content

Commit 805d261

Browse files
authored
Merge branch 'main' into 1700-partners-update-redberry-copy
2 parents f663530 + 8cd3c7b commit 805d261

21 files changed

+20
-3554
lines changed

.vitepress/config.ts

Lines changed: 20 additions & 14 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,11 @@ const nav: ThemeConfig['nav'] = [
5057
{ text: 'Développeurs', link: '/developers/' },
5158
{ text: 'Thèmes', link: '/ecosystem/themes' },
5259
{ text: 'Composants UI', link: 'https://ui-libs.vercel.app/' },
60+
{ text: 'Collection de plugins', link: 'https://www.vue-plugins.org/' },
61+
{
62+
text: 'Collection de plugins',
63+
link: 'https://www.vue-plugins.org/'
64+
},
5365
{
5466
text: 'Certification',
5567
link: 'https://certificates.dev/vuejs/?ref=vuejs-nav'
@@ -134,13 +146,9 @@ const nav: ThemeConfig['nav'] = [
134146
link: '/sponsor/'
135147
},
136148
{
137-
text: 'Experts',
138-
badge: { text: 'NEW' },
139-
activeMatch: `^/(partners|developers)/`,
140-
items: [
141-
{ text: 'Partenaires', link: '/partners/' },
142-
{ text: 'Développeurs', link: '/developers/', badge: { text: 'NEW' } }
143-
]
149+
text: 'Partenaires',
150+
activeMatch: `^/partners/`,
151+
link: '/partners/'
144152
}
145153
]
146154

@@ -695,8 +703,7 @@ export default defineConfigWithTheme<ThemeConfig>({
695703
src: 'https://media.bitterbrains.com/main.js?from=vuejs&type=top',
696704
async: 'true'
697705
}
698-
],
699-
inlineScript('perfops.js')
706+
]
700707
],
701708

702709
themeConfig: {
@@ -768,7 +775,7 @@ export default defineConfigWithTheme<ThemeConfig>({
768775
{
769776
link: 'https://pl.vuejs.org',
770777
text: 'Polski',
771-
repo: 'https://github.com/vuejs-translations/docs-pl',
778+
repo: 'https://github.com/vuejs-translations/docs-pl'
772779
},
773780
{
774781
link: '/translations/',
@@ -811,8 +818,7 @@ export default defineConfigWithTheme<ThemeConfig>({
811818
markdown: {
812819
theme: 'github-dark',
813820
config(md) {
814-
md.use(headerPlugin)
815-
.use(groupIconMdPlugin)
821+
md.use(headerPlugin).use(groupIconMdPlugin)
816822
// .use(textAdPlugin)
817823
}
818824
},

.vitepress/inlined-scripts/perfops.js

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

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)