This commit is contained in:
parent
7b9785e1c1
commit
db00b6b135
@ -129,12 +129,13 @@ steps:
|
|||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
- 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
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
- mv site godfather-telegram
|
- mv site godfather-telegram
|
||||||
- scp -r -P $SSH_DEPLOY_PORT ./godfather-telegram $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
|
- scp -r -P $SSH_DEPLOY_PORT ./godfather-telegram $SSH_DEPLOY_USER@$SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 09512add0dd3f8aeabb73e8b80b5b7fdc5ed902569a6b652e2b6584d8de415fd
|
hmac: f572c63a70de0e0b94dda125006e3fc0e2b29ccd318034c7e4193c0c2bee70b2
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -2,7 +2,10 @@ site_name: GodFather Telegram
|
|||||||
|
|
||||||
repo_url: https://github.com/Godfather-Bots/telegram-bot
|
repo_url: https://github.com/Godfather-Bots/telegram-bot
|
||||||
repo_name: Godfather-Bots/telegram-bot
|
repo_name: Godfather-Bots/telegram-bot
|
||||||
#edit_uri: blob/develop/docs/
|
#edit_uri: edit/master/documentation/docs
|
||||||
|
|
||||||
|
nav:
|
||||||
|
- 'index.md'
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
@ -11,28 +14,28 @@ theme:
|
|||||||
logo: simple/telegram
|
logo: simple/telegram
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
palette:
|
palette:
|
||||||
# Palette toggle for light mode
|
|
||||||
- scheme: default
|
- scheme: default
|
||||||
primary: light blue
|
primary: light blue
|
||||||
accent: indigo
|
accent: indigo
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-7
|
icon: material/brightness-7
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
|
|
||||||
# Palette toggle for dark mode
|
|
||||||
- scheme: slate
|
- scheme: slate
|
||||||
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.indexes
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
|
- navigation.tracking
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.tabs.sticky
|
- navigation.tabs.sticky
|
||||||
- content.action.edit
|
|
||||||
- search
|
- search
|
||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
- search.highlight
|
||||||
|
- content.action.edit
|
||||||
- toc.follow
|
- toc.follow
|
||||||
plugins:
|
plugins:
|
||||||
- meta
|
- meta
|
||||||
@ -52,6 +55,8 @@ markdown_extensions:
|
|||||||
|
|
||||||
extra:
|
extra:
|
||||||
generator: false
|
generator: false
|
||||||
|
version:
|
||||||
|
provider: mike
|
||||||
# alternate:
|
# alternate:
|
||||||
# - name: Русский
|
# - name: Русский
|
||||||
# link: /ru/
|
# link: /ru/
|
Loading…
Reference in New Issue
Block a user