mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 08:13:59 +00:00
add dependencies graph
This commit is contained in:
parent
bfc19b6d39
commit
ef8d2c128d
@ -4,4 +4,60 @@ Hello :) It is my libraries docs place and I glad to welcome you here. I hope, t
|
||||
|
||||
## Projects
|
||||
|
||||
* [TelegramBotAPI](https://github.com/InsanusMokrassar/ktgbotapi)
|
||||
| Common and independent | TelegramBotAPI | Plagubot |
|
||||
| :--- | :---: | ---: |
|
||||
| [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/micro_utils.common?label=microutils&style=flat-square)](https://github.com/InsanusMokrassar/MicroUtils) | [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/tgbotapi?label=tgbotapi&style=flat-square)](https://github.com/InsanusMokrassar/TelegramBotAPI) | [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/plagubot.plugin?label=plagubot&style=flat-square)](https://github.com/InsanusMokrassar/PlaguBot) |
|
||||
| [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/kslog?label=kslog&style=flat-square)](https://github.com/InsanusMokrassar/KSLog) | [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/tgbotapi.libraries.cache.admins.common?label=tgbotapi.libraries&style=flat-square)](https://github.com/InsanusMokrassar/TelegramBotAPILibraries) | [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/plagubot.plugins.commands?label=plagubot.plugins&style=flat-square)](https://github.com/InsanusMokrassar/PlaguBotPlugins) |
|
||||
| [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/krontab?label=krontab&style=flat-square)](https://github.com/InsanusMokrassar/Krontab) | | |
|
||||
| [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/kjsuikit?label=kjsuikit&style=flat-square)](https://github.com/InsanusMokrassar/JSUIKitKBindings) | | |
|
||||
| [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/saucenaoapi?label=saucenaoapi&style=flat-square)](https://github.com/InsanusMokrassar/SauceNaoAPI) | | |
|
||||
| [![Maven Central](https://img.shields.io/maven-central/v/dev.inmo/navigation.core?label=navigation&style=flat-square)](https://github.com/InsanusMokrassar/navigation) | | |
|
||||
|
||||
## Dependencies graph:
|
||||
|
||||
```mermaid
|
||||
flowchart RL
|
||||
KSLog[<a href='https://github.com/InsanusMokrassar/kslog'>KSLog</a>]
|
||||
MicroUtils[<a href='https://github.com/InsanusMokrassar/MicroUtils'>MicroUtils</a>]
|
||||
TelegramBotAPI[<a href='https://github.com/InsanusMokrassar/ktgbotapi'>TelegramBotAPI</a>]
|
||||
TelegramBotAPI-examples[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-examples'>TelegramBotAPI-examples </a>]
|
||||
PlaguBot[<a href='https://github.com/InsanusMokrassar/PlaguBot'>PlaguBot</a>]
|
||||
TelegramBotAPILibraries[<a href='https://github.com/InsanusMokrassar/TelegramBotAPILibraries'>TelegramBotAPILibraries</a>]
|
||||
PlaguBotPlugins[<a href='https://github.com/InsanusMokrassar/PlaguBotPlugins'>PlaguBotPlugins</a>]
|
||||
PlaguBotExample[<a href='https://github.com/InsanusMokrassar/PlaguBotExample'>PlaguBotExample</a>]
|
||||
BooruGrabberTelegramBot[<a href='https://github.com/InsanusMokrassar/BooruGrabberTelegramBot'>BooruGrabberTelegramBot</a>]
|
||||
SauceNaoTelegramBot[<a href='https://github.com/InsanusMokrassar/SauceNaoTelegramBot'>SauceNaoTelegramBot</a>]
|
||||
PlaguPoster[<a href='https://github.com/InsanusMokrassar/PlaguPoster'>PlaguPoster</a>]
|
||||
PlaguBotSuggestionsBot[<a href='https://github.com/InsanusMokrassar/PlaguBotSuggestionsBot'>PlaguBotSuggestionsBot</a>]
|
||||
TelegramBotTutorial[<a href='https://github.com/InsanusMokrassar/TelegramBotTutorial'>TelegramBotTutorial</a>]
|
||||
Krontab[<a href='https://github.com/InsanusMokrassar/krontab'>Krontab</a>]
|
||||
KJSUiKit[<a href='https://github.com/InsanusMokrassar/JSUiKitKBindings'>KJSUiKit</a>]
|
||||
SauceNaoAPI[<a href='https://github.com/InsanusMokrassar/SauceNaoAPI'>SauceNaoAPI</a>]
|
||||
Navigation[<a href='https://github.com/InsanusMokrassar/navigation'>Navigation</a>]
|
||||
|
||||
TelegramBotAPI-bot_template[<a href='https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template'>TelegramBotAPI-bot_template</a>]
|
||||
PlaguBotPluginTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotPluginTemplate'>PlaguBotPluginTemplate</a>]
|
||||
PlaguBotBotTemplate[<a href='https://github.com/InsanusMokrassar/PlaguBotBotTemplate'>PlaguBotBotTemplate</a>]
|
||||
|
||||
MicroUtils --> KSLog
|
||||
TelegramBotAPI --> MicroUtils
|
||||
TelegramBotAPI-examples --> TelegramBotAPI
|
||||
PlaguBot --> TelegramBotAPI
|
||||
TelegramBotAPILibraries --> PlaguBot
|
||||
PlaguBotPlugins --> TelegramBotAPILibraries
|
||||
PlaguBotExample --> PlaguBotPlugins
|
||||
BooruGrabberTelegramBot --> TelegramBotAPI
|
||||
BooruGrabberTelegramBot --> Krontab
|
||||
SauceNaoTelegramBot --> TelegramBotAPI
|
||||
SauceNaoTelegramBot --> SauceNaoAPI
|
||||
TelegramBotTutorial --> PlaguBotPlugins
|
||||
PlaguBotSuggestionsBot --> PlaguBotPlugins
|
||||
PlaguPoster --> PlaguBotPlugins
|
||||
PlaguPoster --> Krontab
|
||||
SauceNaoAPI --> MicroUtils
|
||||
Navigation --> MicroUtils
|
||||
|
||||
TelegramBotAPI-bot_template -.- TelegramBotAPI
|
||||
PlaguBotPluginTemplate -.- PlaguBot
|
||||
PlaguBotBotTemplate -.- PlaguBot
|
||||
```
|
||||
|
13
mkdocs.yml
13
mkdocs.yml
@ -96,7 +96,11 @@ markdown_extensions:
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
|
||||
plugins:
|
||||
- search
|
||||
@ -104,7 +108,10 @@ plugins:
|
||||
- include_dir_to_nav
|
||||
|
||||
# Customization
|
||||
#extra:
|
||||
extra:
|
||||
analytics:
|
||||
provider: google
|
||||
property: G-6VXMCYZWH7
|
||||
# annotate:
|
||||
# json: [.s2]
|
||||
# analytics:
|
||||
@ -122,4 +129,4 @@ plugins:
|
||||
# - icon: fontawesome/brands/mastodon
|
||||
# link: https://fosstodon.org/@squidfunk
|
||||
# - icon: fontawesome/brands/twitter
|
||||
# link: https://twitter.com/squidfunk
|
||||
# link: https://twitter.com/squidfunk
|
Loading…
Reference in New Issue
Block a user