@@ -55,14 +55,14 @@ export default defineConfig({
5555 { text : 'Test Attribute' , link : '/docs/test-attribute' } ,
5656 { text : 'Naming Conventions' , link : '/docs/naming-conventions' } ,
5757 { text : 'Inline Tests' , link : '/docs/inline-tests' } ,
58+ { text : 'Data Providers' , link : '/docs/data-providers' } ,
5859 ] ,
5960 } ,
6061 {
6162 text : 'Guide' ,
6263 items : [
6364 { text : 'CLI Reference' , link : '/docs/cli-reference' } ,
6465 { text : 'Filtering' , link : '/docs/filtering' } ,
65- { text : 'Data Providers' , link : '/docs/data-providers' } ,
6666 ] ,
6767 } ,
6868 {
@@ -107,14 +107,14 @@ export default defineConfig({
107107 { text : 'Атрибут Test' , link : '/ru/docs/test-attribute' } ,
108108 { text : 'Конвенции именования' , link : '/ru/docs/naming-conventions' } ,
109109 { text : 'Встроенные тесты' , link : '/ru/docs/inline-tests' } ,
110+ { text : 'Провайдеры данных' , link : '/ru/docs/data-providers' } ,
110111 ] ,
111112 } ,
112113 {
113114 text : 'Руководство' ,
114115 items : [
115116 { text : 'CLI справка' , link : '/ru/docs/cli-reference' } ,
116117 { text : 'Фильтрация' , link : '/ru/docs/filtering' } ,
117- { text : 'Провайдеры данных' , link : '/ru/docs/data-providers' } ,
118118 ] ,
119119 } ,
120120 {
0 commit comments