From e1499383d12566f97ec9d298aef1289bf950b6d1 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sun, 28 Apr 2024 11:46:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BA=D1=80=D0=B0=D1=89=D0=B8?= =?UTF-8?q?=D0=B2=20=D0=B2=D0=B8=D0=B3=D0=BB=D1=8F=D0=B4=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2=D0=BE=D1=97=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB?= =?UTF-8?q?=D1=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c7eccb4..2224f05 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -36,6 +36,15 @@ module.exports = { { title: 'Розроблення вимог до системи', path:"/requirements/", + children: [ + "/requirements/state-of-the-art", + "/requirements/stakeholders-needs" + ] + }, + + { + title: 'Розроблення вимог до функціональности системи', + path:"/use-cases/" }, {