docs: update GitLab repository links
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
{ label: 'Главная', href: '/' },
|
||||
{ label: 'Установка', href: '/getting-started/setup/' },
|
||||
{ label: 'Платежи', href: '/features/payments/' },
|
||||
{ label: 'GitLab', href: 'https://gitlab.com/3252a8/remnawave-minshop' },
|
||||
{ label: 'GitLab', href: 'https://gitlab.com/3252a8/remnawave-minishop' },
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
||||
@@ -113,7 +113,7 @@ function frontmatter({ title, description, sourceRelativePath }) {
|
||||
.split('/')
|
||||
.map((segment) => encodeURIComponent(segment))
|
||||
.join('/');
|
||||
const editUrl = `https://gitlab.com/3252a8/remnawave-minshop/-/edit/main/docs/${editPath}`;
|
||||
const editUrl = `https://gitlab.com/3252a8/remnawave-minishop/-/edit/main/docs/${editPath}`;
|
||||
return [
|
||||
'---',
|
||||
`title: ${yamlString(title)}`,
|
||||
|
||||
Reference in New Issue
Block a user