@@ -2,30 +2,30 @@ import { defineContentConfig, defineCollection, z } from '@nuxt/content'
22
33const docsV3Source = {
44 cwd : process . env . NUXT_PATH ?? undefined ,
5- repository : ! process . env . NUXT_PATH ? 'https://github.com/nuxt /nuxt/tree/3.x' : undefined ,
5+ repository : ! process . env . NUXT_PATH ? 'https://github.com/translation-gang /nuxt/tree/3.x' : undefined ,
66 include : 'docs/**/*' ,
77 exclude : [ 'docs/**/*.json' ] ,
88 prefix : '/docs/3.x'
99}
1010
1111const docsV4Source = {
1212 cwd : process . env . NUXT_V4_PATH ?? undefined ,
13- repository : ! process . env . NUXT_V4_PATH ? 'https://github.com/nuxt /nuxt/tree/main' : undefined ,
13+ repository : ! process . env . NUXT_V4_PATH ? 'https://github.com/translation-gang /nuxt/tree/main' : undefined ,
1414 include : 'docs/**/*' ,
1515 exclude : [ 'docs/**/*.json' ] ,
1616 prefix : '/docs/4.x'
1717}
1818
1919const examplesV3Source = {
2020 cwd : process . env . NUXT_EXAMPLES_PATH ?? undefined ,
21- repository : ! process . env . NUXT_EXAMPLES_PATH ? 'https://github.com/nuxt /examples' : undefined ,
21+ repository : ! process . env . NUXT_EXAMPLES_PATH ? 'https://github.com/translation-gang /examples' : undefined ,
2222 include : '.docs/**/*' ,
2323 prefix : '/docs/3.x/4.examples'
2424}
2525
2626const examplesV4Source = {
2727 cwd : process . env . NUXT_EXAMPLES_PATH ?? undefined ,
28- repository : ! process . env . NUXT_EXAMPLES_PATH ? 'https://github.com/nuxt /examples' : undefined ,
28+ repository : ! process . env . NUXT_EXAMPLES_PATH ? 'https://github.com/translation-gang /examples' : undefined ,
2929 include : '.docs/**/*' ,
3030 prefix : '/docs/4.x/4.examples'
3131}
0 commit comments