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/" }, {