Skip to content

Commit

Permalink
docs: добавлена Screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Oct 15, 2024
1 parent 8b37760 commit ff69452
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const sidebarDoc = (): DefaultTheme.SidebarItem[] => [
items: [
{ text: 'Amberol', link: 'amberol/' },
{ text: 'Text Editor', link: 'text-editor/' },
{ text: 'Moonlight', link: 'moonlight/' },
{ text: 'Screenshot', link: 'screenshot/' },
{ text: 'Tuba', link: 'tuba/' }
],
collapsed: true
Expand Down
1 change: 1 addition & 0 deletions .vitepress/config/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const sidebarDoc = (): DefaultTheme.SidebarItem[] => [
{ text: 'Текстовый редактор', link: 'text-editor/' },
{ text: 'Amberol', link: 'amberol/' },
{ text: 'Moonlight', link: 'moonlight/' },
{ text: 'Screenshot', link: 'screenshot/' },
{ text: 'Туба', link: 'tuba/' }
],
collapsed: true
Expand Down
31 changes: 31 additions & 0 deletions docs/apps/screenshot/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
aggregation:
flatpak: org.adishatz.Screenshot
sisyphus: screenshot
appstream:
id: org.adishatz.Screenshot
name: Screenshot
icon: https://gitlab.gnome.org/gnumdk/screenshot/-/raw/main/data/icons/hicolor/scalable/apps/org.adishatz.Screenshot.svg
summary: Сделаем скриншот
keywords:
- adaptive
- circle
- dontthemes
developer:
name: Cédric Bellegarde
nickname: gnumdk
avatar: https://secure.gravatar.com/avatar/02a995fc227dcbeb5aab0b51557591661865a087073b102d5ee27046f7ae10f8
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://gitlab.gnome.org/gnumdk/screenshot
bugtracker: https://gitlab.gnome.org/gnumdk/screenshot
---

# Screenshot

Screenshot — простое, адаптивное приложение для создания скриншотов.

<!--@include: @apps/.parts/install/content-repo.md-->
<!--@include: @apps/.parts/install/content-flatpak.md-->
31 changes: 31 additions & 0 deletions docs/en/apps/screenshot/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
aggregation:
flatpak: org.adishatz.Screenshot
sisyphus: screenshot
appstream:
id: org.adishatz.Screenshot
name: Screenshot
icon: https://gitlab.gnome.org/gnumdk/screenshot/-/raw/main/data/icons/hicolor/scalable/apps/org.adishatz.Screenshot.svg
summary: Take screenshots
keywords:
- adaptive
- circle
- dontthemes
developer:
name: Cédric Bellegarde
nickname: gnumdk
avatar: https://secure.gravatar.com/avatar/02a995fc227dcbeb5aab0b51557591661865a087073b102d5ee27046f7ae10f8
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://gitlab.gnome.org/gnumdk/screenshot
bugtracker: https://gitlab.gnome.org/gnumdk/screenshot
---

# Screenshot

Screenshot — простое, адаптивное приложение для создания скриншотов.

<!--@include: @en/apps/.parts/install/content-repo.md-->
<!--@include: @en/apps/.parts/install/content-flatpak.md-->
4 changes: 2 additions & 2 deletions docs/en/apps/tuba/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ The Fediverse is a decentralized social network that consists of multiple interc

Explore the federated social web with Tuba for GNOME. Stay connected to your favorite communities, family and friends with support for popular Fediverse platforms like Mastodon, GoToSocial, Akkoma & more!

<!--@include: @apps/.parts/install/content-repo.md-->
<!--@include: @apps/.parts/install/content-flatpak.md-->
<!--@include: @en/apps/.parts/install/content-repo.md-->
<!--@include: @en/apps/.parts/install/content-flatpak.md-->

0 comments on commit ff69452

Please sign in to comment.