Skip to content

Commit

Permalink
Добавлено: Новый раздел Разработка
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Jan 15, 2024
1 parent a88f4ba commit 2ea89ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export default defineConfig({
{ text: 'Мpich', link: '/mpich' },
{ text: 'Neofetch', link: '/neofetch' },
{ text: 'Neovim', link: '/neovim' },
{ text: 'Nodejs', link: '/nodejs' },
{ text: 'OBS Studio', link: '/obs-studio' },
{ text: 'Opera', link: '/opera' },
{ text: 'Сканер документов', link: '/simple-scan' },
Expand Down Expand Up @@ -230,6 +229,12 @@ export default defineConfig({
{ text: 'Подключение сканера', link: '/drivers-for-scanner'}
],
collapsed: true
},
{ text: 'Разработка',
items: [
{ text: 'Nodejs', link: '/nodejs' }
],
collapsed: true
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/paths.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as fs from 'fs';
import path from 'path';

const paths = ['apps', 'system', 'main', 'tips', 'extensions']
const paths = ['apps', 'system', 'main', 'tips', 'extensions', 'developers']
const prefix = 'docs/'

function getFilesWithMdExtension(paths) {
Expand Down
File renamed without changes.

0 comments on commit 2ea89ee

Please sign in to comment.