File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,40 @@ export default defineConfig({
6464 autogenerate : { directory : 'developing/actions/' } ,
6565 collapsed : true ,
6666 } ,
67+ {
68+ label : 'Testing' ,
69+ badge : {
70+ text : 'NEW' ,
71+ variant : 'tip'
72+ } ,
73+ collapsed : true ,
74+ items : [
75+ {
76+ label : 'Overview' ,
77+ link : 'developing/testing/overview' ,
78+ } ,
79+ {
80+ label : 'Writing Tests' ,
81+ link : 'developing/testing/writing' ,
82+ } ,
83+ {
84+ label : 'Running Tests' ,
85+ link : 'developing/testing/running' ,
86+ } ,
87+ {
88+ label : 'Configuring Tests' ,
89+ link : 'developing/testing/configuring' ,
90+ } ,
91+ {
92+ label : 'Code Coverage' ,
93+ link : 'developing/testing/coverage' ,
94+ } ,
95+ {
96+ label : 'Troubleshooting' ,
97+ link : 'developing/testing/troubleshooting' ,
98+ }
99+ ]
100+ } ,
67101 {
68102 label : 'Debugging' ,
69103 link : 'developing/debug/' ,
You can’t perform that action at this time.
0 commit comments