We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1180fa commit 450c7eeCopy full SHA for 450c7ee
1 file changed
.vitepress/config.mts
@@ -20,6 +20,10 @@ export default defineConfig({
20
{ text: 'Docs', link: '/docs/getting-started' },
21
{ text: 'Blog', link: '/blog/' },
22
],
23
+ editLink: {
24
+ pattern: 'https://github.com/php-testo/php-testo.github.io/edit/master/:path',
25
+ text: 'Edit this page',
26
+ },
27
sidebar: {
28
'/docs/': [
29
{
@@ -56,6 +60,10 @@ export default defineConfig({
56
60
{ text: 'Документация', link: '/ru/docs/getting-started' },
57
61
{ text: 'Блог', link: '/ru/blog/' },
58
62
63
64
65
+ text: 'Редактировать эту страницу',
66
59
67
68
'/ru/docs/': [
69
0 commit comments