From 64e2b50939f5ac75c692d592fb50290e44ff0a63 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 3 Feb 2026 22:36:08 +0300 Subject: [PATCH] Add meta description --- src/.vitepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vitepress/config.js b/src/.vitepress/config.js index 119c78f9..12f54752 100644 --- a/src/.vitepress/config.js +++ b/src/.vitepress/config.js @@ -5,6 +5,7 @@ let currentYear = new Date().getFullYear(); export default { base: '/docs/', title: 'Yii3 Documentation', + description: 'Official documentation for Yii3 — a fast, secure, and flexible PHP framework for modern application development.', ignoreDeadLinks: true, head: [['link', {rel: 'icon', href: '/docs/favicon.svg', type: 'image/svg+xml'}]], vite: {