Skip to content

Commit a250477

Browse files
author
Ravi Nadahar
committed
Add new pages to sidebar
1 parent 39d3949 commit a250477

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.vuepress/docs-sidebar.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,14 @@ module.exports = [
7676
'concepts/discovery',
7777
'concepts/audio',
7878
'concepts/units-of-measurement',
79-
'concepts/rules',
79+
{ title: 'Rules',
80+
path: '/docs/concepts/rules',
81+
children: [
82+
['concepts/standard-triggers', 'Standard Triggers'],
83+
['concepts/standard-conditions', 'Standard Conditions'],
84+
['concepts/standard-actions', 'Standard Actions']
85+
]
86+
}
8087
]
8188
},
8289
{

0 commit comments

Comments
 (0)