From 83c9293ad555ee092112d178cded9cf552086021 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 25 Feb 2023 13:07:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D1=83=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++---- .gitignore | 2 ++ documentation/docs/ru/index.md | 20 ------------------- .../ru => ru/docs}/architecture/concept.md | 0 .../{docs/ru => ru/docs}/changelog/index.md | 0 .../docs}/getting-started/configuration.md | 0 .../docs}/getting-started/features.md | 0 .../{docs/ru => ru/docs}/guides/index.md | 0 documentation/{docs/en => ru/docs}/index.md | 0 .../docs}/support-development/index.md | 0 documentation/{ => ru}/mkdocs.yml | 13 ++++++------ .../{ => ru}/overrides/partials/comments.html | 0 .../integrations/analytics/custom.html | 0 13 files changed, 12 insertions(+), 31 deletions(-) delete mode 100644 documentation/docs/ru/index.md rename documentation/{docs/ru => ru/docs}/architecture/concept.md (100%) rename documentation/{docs/ru => ru/docs}/changelog/index.md (100%) rename documentation/{docs/ru => ru/docs}/getting-started/configuration.md (100%) rename documentation/{docs/ru => ru/docs}/getting-started/features.md (100%) rename documentation/{docs/ru => ru/docs}/guides/index.md (100%) rename documentation/{docs/en => ru/docs}/index.md (100%) rename documentation/{docs/ru => ru/docs}/support-development/index.md (100%) rename documentation/{ => ru}/mkdocs.yml (88%) rename documentation/{ => ru}/overrides/partials/comments.html (100%) rename documentation/{ => ru}/overrides/partials/integrations/analytics/custom.html (100%) diff --git a/.drone.yml b/.drone.yml index ffa31de..fd611e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -117,7 +117,7 @@ steps: image: git.struchkov.dev/upagge/mkdocs-material-insiders:latest volumes: - name: mkdocs_cache - path: ${DRONE_WORKSPACE}/documentation/.cache + path: ${DRONE_WORKSPACE}/documentation/ru/.cache environment: GIT_SSH: from_secret: GIT_SSH @@ -134,8 +134,8 @@ steps: - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}" - git clone ssh://git@git.struchkov.dev:222/Telegram-Bots/gitlab-notification.git . - git checkout $DRONE_COMMIT - - cd documentation - - mike deploy --prefix gitlab-notification --branch docs-deploy --push --update-aliases develop + - cd documentation/ru + - mike deploy --prefix gitlab-notification/ru --branch docs-deploy --push --update-aliases develop image_pull_secrets: - DOCKER_AUTH @@ -143,7 +143,7 @@ image_pull_secrets: volumes: - name: mkdocs_cache host: - path: /drone/volume/mkdocs_cache/gitlab_notification + path: /drone/volume/mkdocs_cache/gitlab_notification/ru --- kind: pipeline diff --git a/.gitignore b/.gitignore index 053b3f9..7d77f04 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ build/ /mvnw.cmd /documentation/site/ /documentation/.cache/ +/documentation/ru/site/ +/documentation/ru/.cache/ diff --git a/documentation/docs/ru/index.md b/documentation/docs/ru/index.md deleted file mode 100644 index ceed00f..0000000 --- a/documentation/docs/ru/index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Быстрый старт -hide: - - toc - - comments - ---- - -# GitLab Notification – Персональный Telegram для GitLab -Персональный помощник для взаимодействия с GitLab. Получайте уведомления о событиях в GitLab: новые MR, где вы ревьювер, конфликты в ваших MR, уведомления о новых сообщениях в тредах, где вы являетесь участником, и многое другое. - -## :ninja: Privacy - -Мое решение сфокусировано на приватности и прозрачности. Код и используемые зависимости полностью открыты и доступны для изучения и самостоятельной сборки. - -Для работы бота токен доступа устанавливается в переменные среды и никуда не передается, кроме запросов в GitLab. - -Некоторые уведомления могут содержать чуствительную информацию. Например, уведомления о новых сообщениях в тредах. Возможно вы не захотите раскрывать столько информации о ваших репозиториях Телеграму, ведь через него идет получение уведомлений. Специально для таких случаев предусмотрены уровни конфиденциальности разных типов уведомлений. - -Возьмем для примера уведомление о новом сообщении в треде. При минимальном уровне конфиденциальности вы получите уведомление с текстом коментария и сможете сразу ответить на него в телеграм, а при максимальном уровне конфиденциальности будет сообщаться только о факте нового комментария, без содержания. Все это настраивается при первом запуске. \ No newline at end of file diff --git a/documentation/docs/ru/architecture/concept.md b/documentation/ru/docs/architecture/concept.md similarity index 100% rename from documentation/docs/ru/architecture/concept.md rename to documentation/ru/docs/architecture/concept.md diff --git a/documentation/docs/ru/changelog/index.md b/documentation/ru/docs/changelog/index.md similarity index 100% rename from documentation/docs/ru/changelog/index.md rename to documentation/ru/docs/changelog/index.md diff --git a/documentation/docs/ru/getting-started/configuration.md b/documentation/ru/docs/getting-started/configuration.md similarity index 100% rename from documentation/docs/ru/getting-started/configuration.md rename to documentation/ru/docs/getting-started/configuration.md diff --git a/documentation/docs/ru/getting-started/features.md b/documentation/ru/docs/getting-started/features.md similarity index 100% rename from documentation/docs/ru/getting-started/features.md rename to documentation/ru/docs/getting-started/features.md diff --git a/documentation/docs/ru/guides/index.md b/documentation/ru/docs/guides/index.md similarity index 100% rename from documentation/docs/ru/guides/index.md rename to documentation/ru/docs/guides/index.md diff --git a/documentation/docs/en/index.md b/documentation/ru/docs/index.md similarity index 100% rename from documentation/docs/en/index.md rename to documentation/ru/docs/index.md diff --git a/documentation/docs/ru/support-development/index.md b/documentation/ru/docs/support-development/index.md similarity index 100% rename from documentation/docs/ru/support-development/index.md rename to documentation/ru/docs/support-development/index.md diff --git a/documentation/mkdocs.yml b/documentation/ru/mkdocs.yml similarity index 88% rename from documentation/mkdocs.yml rename to documentation/ru/mkdocs.yml index b7c66e6..7266530 100644 --- a/documentation/mkdocs.yml +++ b/documentation/ru/mkdocs.yml @@ -5,18 +5,17 @@ repo_url: https://github.com/uPagge/gitlab-notification repo_name: uPagge/gitlab-notification #edit_uri: edit/master/documentation/docs - nav: - - О проекте: ru/index.md - - Возможности: ru/getting-started/features.md + - О проекте: index.md + - Возможности: getting-started/features.md - Быстрый старт: - - Запуск: ru/getting-started/configuration.md + - Запуск: getting-started/configuration.md - Архитектура: - - Концепт: ru/architecture/concept.md + - Концепт: architecture/concept.md - "Поддержать разработку": - - ru/support-development/index.md + - support-development/index.md - ChangeLog: - - ru/changelog/index.md + - changelog/index.md theme: name: material diff --git a/documentation/overrides/partials/comments.html b/documentation/ru/overrides/partials/comments.html similarity index 100% rename from documentation/overrides/partials/comments.html rename to documentation/ru/overrides/partials/comments.html diff --git a/documentation/overrides/partials/integrations/analytics/custom.html b/documentation/ru/overrides/partials/integrations/analytics/custom.html similarity index 100% rename from documentation/overrides/partials/integrations/analytics/custom.html rename to documentation/ru/overrides/partials/integrations/analytics/custom.html