From f8dae46754fe1f6cb8339e71f8bd68e345185cf4 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Thu, 2 Dec 2021 23:56:02 +0800 Subject: [PATCH] add sidebar link to notifications API reference (#10221) --- docs/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 43679a15af..2b3fd45b72 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -339,6 +339,11 @@ module.exports = { path: '/reference/system/folders', title: 'Folders', }, + { + type: 'page', + path: '/reference/system/notifications', + title: 'Notifications', + }, { type: 'page', path: '/reference/system/permissions',