Skip to content

Commit

Permalink
Обновлено: Навигация, Tуба
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 10, 2024
1 parent 12004b8 commit c335c0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vitepress'
import { telegram, gitflic, vk } from './icons'
import * as seo from './../_data/seo'
import * as navbar from './../_data/navbar'
import * as navbar from './../_data/navigations'
import { normalize } from './utils'
import { rewrites } from './paths'
import VitepressMarkdownTimeline from "vitepress-markdown-timeline";
Expand Down
20 changes: 10 additions & 10 deletions _data/navbar.ts → _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const docs = [
{ text: 'Drawing', link: '/drawing' },
{ text: 'Eclipse IDE', link: '/eclipse-ide' },
{ text: 'EasyEffects', link: '/easyeffects' },
{ text: 'Глаз GNOME', link: '/eog' },
{ text: 'Evince', link: '/evince' },
{ text: 'FFMPEG', link: '/ffmpeg' },
{ text: 'Figma', link: '/figma' },
Expand All @@ -46,7 +45,6 @@ export const docs = [
{ text: 'GDM Настройки', link: '/gdm-settings' },
{ text: 'Git', link: '/git' },
{ text: 'GitHub Desktop', link: '/github-desktop' },
{ text: 'Центр Приложений', link: '/gnome-software' },
{ text: 'Google Chrome', link: '/google-chrome' },
{ text: 'Helvum', link: '/helvum' },
{ text: 'Kooha', link: '/kooha' },
Expand All @@ -58,7 +56,6 @@ export const docs = [
{ text: 'Lutris', link: '/lutris' },
{ text: 'Microsoft Edge', link: '/microsoft-edge' },
{ text: 'Mission Center', link: '/mission-center' },
{ text: 'Мой офис', link: '/my-office' },
{ text: 'Мpich', link: '/mpich' },
{ text: 'Мpv', link: '/mpv' },
{ text: 'Neofetch', link: '/neofetch' },
Expand All @@ -72,21 +69,16 @@ export const docs = [
{ text: 'Postman', link: '/postman' },
{ text: 'PinApp', link: '/pin-app' },
{ text: 'qBittorrent', link: '/q-bittorrent' },
{ text: 'Р7-Офис', link: '/r7-office' },
{ text: 'Ресурсы', link: '/resources' },
{ text: 'Сканер документов', link: '/simple-scan' },
{ text: 'Skype', link: '/skype' },
{ text: 'Speedtest CLI', link: '/speedtest-cli' },
{ text: 'Spotify', link: '/spotify' },
{ text: 'Steam', link: '/steam' },
{ text: 'Центр мониторинга системы', link: '/system-monitoring-center' },
{ text: 'Telegram', link: '/telegram' },
{ text: 'Thunderbird', link: '/thunderbird' },
{ text: 'Timeshift', link: '/timeshift' },
{ text: 'Toolbox', link: '/toolbox' },
{ text: 'Totem', link: '/totem' },
{ text: 'Transmission', link: '/transmission' },
{ text: 'Tubа', link: '/tubа' },
{ text: 'Viber', link: '/viber' },
{ text: 'Vivaldi', link: '/vivaldi' },
{ text: 'VLC', link: '/vlc' },
Expand All @@ -99,10 +91,18 @@ export const docs = [
{ text: 'Xeyes', link: '/xeyes' },
{ text: 'XLSCLIENTS', link: '/xlsclients' },
{ text: 'Xmind', link: '/xmind' },
{ text: 'Яндекс Браузер', link: '/yandex-browser' },
{ text: 'Яндекс Диск', link: '/yandex-disk' },
{ text: 'Zoom', link: '/zoom' },
{ text: 'Zsh', link: '/zsh' },
{ text: 'Глаз GNOME', link: '/eog' },
{ text: 'Мой офис', link: '/my-office' },
{ text: 'Р7-Офис', link: '/r7-office' },
{ text: 'Ресурсы', link: '/resources' },
{ text: 'Сканер документов', link: '/simple-scan' },
{ text: 'Туба', link: '/tuba' },
{ text: 'Центр мониторинга системы', link: '/system-monitoring-center' },
{ text: 'Центр Приложений', link: '/gnome-software' },
{ text: 'Яндекс Браузер', link: '/yandex-browser' },
{ text: 'Яндекс Диск', link: '/yandex-disk' },
],
collapsed: true
},
Expand Down
2 changes: 1 addition & 1 deletion docs/apps/tuba.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ appstreamFlatpak: dev.geopjr.Tuba # appstream id приложения для fla
metainfo:
active: true # Показывать ли бар
thumb:
src: /tuba/dev.geojr.Tuba.png # Путь до иконки приложения
src: /tuba/dev.geopjr.Tuba.png # Путь до иконки приложения
title: Tuba # Название приложения
summary: Неофициальный клиент Mastodon # Краткое описание
developer:
Expand Down

0 comments on commit c335c0f

Please sign in to comment.