Compare commits
No commits in common. "560c4b0fc847e78c146c28451f7413d9d4a36156" and "54a5b14991e866256356a718d41f47bb47a0f61f" have entirely different histories.
560c4b0fc8
...
54a5b14991
@ -135,7 +135,8 @@ steps:
|
|||||||
- ssh-keyscan -p $SSH_DEPLOY_PORT $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
|
- ssh-keyscan -p $SSH_DEPLOY_PORT $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts
|
||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- cd documentation
|
- cd documentation
|
||||||
- mkdocs build --site-dir gitlab-notification
|
- mkdocs build
|
||||||
|
- mv site gitlab-notification
|
||||||
- scp -r -P $SSH_DEPLOY_PORT ./gitlab-notification $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
|
- scp -r -P $SSH_DEPLOY_PORT ./gitlab-notification $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
@ -148,6 +149,6 @@ volumes:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: f740dcba9e4e0d38ddd1789bd5eaa75502af9137c6e6c0710be953c61233d90d
|
hmac: 5a4817523170ac82c6061ebe98fae73a28b2d10df2b699329e729814510a8c87
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -3,6 +3,7 @@ site_url: https://docs.struchkov.dev/gitlab-notification/
|
|||||||
|
|
||||||
repo_url: https://github.com/uPagge/gitlab-notification
|
repo_url: https://github.com/uPagge/gitlab-notification
|
||||||
repo_name: uPagge/gitlab-notification
|
repo_name: uPagge/gitlab-notification
|
||||||
|
|
||||||
#edit_uri: edit/master/documentation/docs
|
#edit_uri: edit/master/documentation/docs
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
@ -34,6 +35,7 @@ theme:
|
|||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-4
|
icon: material/brightness-4
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
@ -47,27 +49,18 @@ theme:
|
|||||||
- content.code.copy
|
- content.code.copy
|
||||||
- toc.follow
|
- toc.follow
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
plugins:
|
plugins:
|
||||||
- social
|
- optimize:
|
||||||
- meta
|
concurrency: 1
|
||||||
- tags
|
optimize_jpg_quality: 90
|
||||||
- search:
|
- social
|
||||||
lang: ru
|
- meta
|
||||||
# - optimize:
|
- tags
|
||||||
# concurrency: 1
|
- search:
|
||||||
# optimize_jpg_quality: 90
|
lang: ru
|
||||||
|
- git-revision-date-localized:
|
||||||
|
enable_creation_date: true
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.details
|
|
||||||
- pymdownx.superfences
|
|
||||||
- pymdownx.inlinehilite
|
|
||||||
- pymdownx.snippets
|
|
||||||
- pymdownx.highlight:
|
|
||||||
anchor_linenums: true
|
|
||||||
line_spans: __span
|
|
||||||
pygments_lang_class: true
|
|
||||||
- pymdownx.tabbed:
|
|
||||||
alternate_style: true
|
|
||||||
- admonition
|
- admonition
|
||||||
- attr_list
|
- attr_list
|
||||||
- md_in_html
|
- md_in_html
|
||||||
@ -75,6 +68,23 @@ markdown_extensions:
|
|||||||
permalink: true
|
permalink: true
|
||||||
toc_depth: 3
|
toc_depth: 3
|
||||||
title: Содержание
|
title: Содержание
|
||||||
|
- pymdownx.highlight:
|
||||||
|
anchor_linenums: true
|
||||||
|
- pymdownx.superfences:
|
||||||
|
custom_fences:
|
||||||
|
- name: mermaid
|
||||||
|
class: mermaid
|
||||||
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||||
|
- pymdownx.snippets
|
||||||
|
- pymdownx.inlinehilite
|
||||||
|
- pymdownx.details
|
||||||
|
- pymdownx.smartsymbols
|
||||||
|
- pymdownx.betterem
|
||||||
|
- pymdownx.tabbed:
|
||||||
|
alternate_style: true
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
generator: false
|
generator: false
|
||||||
|
Loading…
Reference in New Issue
Block a user