mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-26 12:08:55 +00:00
deploy: 11a83139db
This commit is contained in:
parent
58a11c8d08
commit
834604a3cb
16
404.html
16
404.html
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<link rel="icon" href="/resources/images/favicon.png">
|
<link rel="icon" href="/resources/images/favicon.png">
|
||||||
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.15">
|
<meta name="generator" content="mkdocs-1.4.3, mkdocs-material-9.1.19">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/main.26e3688c.min.css">
|
<link rel="stylesheet" href="/assets/stylesheets/main.eebd395e.min.css">
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/palette.ecc896b0.min.css">
|
<link rel="stylesheet" href="/assets/stylesheets/palette.ecc896b0.min.css">
|
||||||
@ -1508,10 +1508,18 @@
|
|||||||
<div class="md-dialog__inner md-typeset"></div>
|
<div class="md-dialog__inner md-typeset"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script id="__config" type="application/json">{"base": "/", "features": ["announce.dismiss", "content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.tooltips", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.top", "navigation.tracking", "search.highlight", "search.share", "search.suggest", "toc.follow"], "search": "/assets/javascripts/workers/search.208ed371.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
<script id="__config" type="application/json">{"base": "/", "features": ["announce.dismiss", "content.action.edit", "content.action.view", "content.code.annotate", "content.code.copy", "content.tooltips", "navigation.footer", "navigation.indexes", "navigation.sections", "navigation.tabs", "navigation.top", "navigation.tracking", "search.highlight", "search.share", "search.suggest", "toc.follow"], "search": "/assets/javascripts/workers/search.74e28a9f.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="/assets/javascripts/bundle.b4d07000.min.js"></script>
|
<script src="/assets/javascripts/bundle.220ee61c.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/resources/js/mermaid_dark_light_switcher.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
assets/stylesheets/main.26e3688c.min.css
vendored
1
assets/stylesheets/main.26e3688c.min.css
vendored
File diff suppressed because one or more lines are too long
1
assets/stylesheets/main.eebd395e.min.css
vendored
Normal file
1
assets/stylesheets/main.eebd395e.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1366
index.html
1366
index.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1477
krontab/index.html
1477
krontab/index.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1383
kslog/index.html
1383
kslog/index.html
File diff suppressed because it is too large
Load Diff
1440
kslog/logging.html
1440
kslog/logging.html
File diff suppressed because it is too large
Load Diff
1534
kslog/setup.html
1534
kslog/setup.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
10
resources/js/mermaid_dark_light_switcher.js
Normal file
10
resources/js/mermaid_dark_light_switcher.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
var paletteSwitcher1 = document.getElementById("__palette_1");
|
||||||
|
var paletteSwitcher2 = document.getElementById("__palette_2");
|
||||||
|
|
||||||
|
paletteSwitcher1.addEventListener("change", function () {
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
paletteSwitcher2.addEventListener("change", function () {
|
||||||
|
location.reload();
|
||||||
|
});
|
@ -3,11 +3,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigation-paused > rect {
|
.navigation-paused > rect {
|
||||||
fill: #FFFF00AA !important;
|
fill: #b2b200 !important;
|
||||||
color: black !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-resumed > rect {
|
.navigation-resumed > rect {
|
||||||
fill: #00FF0022 !important;
|
fill: seagreen !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
70
sitemap.xml
70
sitemap.xml
@ -2,177 +2,177 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/index.html</loc>
|
<loc>https://docs.inmo.dev/index.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/krontab/index.html</loc>
|
<loc>https://docs.inmo.dev/krontab/index.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/krontab/describing/krontabscheduler.html</loc>
|
<loc>https://docs.inmo.dev/krontab/describing/krontabscheduler.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/krontab/describing/string-format.html</loc>
|
<loc>https://docs.inmo.dev/krontab/describing/string-format.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/krontab/introduction/faq.html</loc>
|
<loc>https://docs.inmo.dev/krontab/introduction/faq.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/krontab/introduction/how-to-use.html</loc>
|
<loc>https://docs.inmo.dev/krontab/introduction/how-to-use.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/krontab/introduction/including-in-project.html</loc>
|
<loc>https://docs.inmo.dev/krontab/introduction/including-in-project.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/kslog/index.html</loc>
|
<loc>https://docs.inmo.dev/kslog/index.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/kslog/logging.html</loc>
|
<loc>https://docs.inmo.dev/kslog/logging.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/kslog/setup.html</loc>
|
<loc>https://docs.inmo.dev/kslog/setup.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/micro_utils/index.html</loc>
|
<loc>https://docs.inmo.dev/micro_utils/index.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/navigation/index.html</loc>
|
<loc>https://docs.inmo.dev/navigation/index.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/index.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/index.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/faq.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/faq.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/dsls/keyboards.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/dsls/keyboards.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/dsls/live-location.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/dsls/live-location.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/dsls/text.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/dsls/text.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/guides/keyboards.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/guides/keyboards.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/introduction/before-any-bot-project.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/introduction/before-any-bot-project.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/introduction/first-bot.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/introduction/first-bot.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/introduction/including-in-your-project.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/introduction/including-in-your-project.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/introduction/proxy-setup.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/introduction/proxy-setup.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/api-extensions.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/api-extensions.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/behaviour-builder-with-fsm.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/behaviour-builder-with-fsm.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/behaviour-builder.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/behaviour-builder.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/exceptions-handling.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/exceptions-handling.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/files-handling.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/files-handling.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/low-level-work-with-bots.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/low-level-work-with-bots.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/media-groups.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/media-groups.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/types-conversations.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/types-conversations.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/logic/updates-with-flows.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/logic/updates-with-flows.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/updates/heroku.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/updates/heroku.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/updates/long-polling.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/updates/long-polling.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/updates/updates-filters.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/updates/updates-filters.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://docs.inmo.dev/tgbotapi/updates/webhooks.html</loc>
|
<loc>https://docs.inmo.dev/tgbotapi/updates/webhooks.html</loc>
|
||||||
<lastmod>2023-07-12</lastmod>
|
<lastmod>2023-07-21</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1364
tgbotapi/faq.html
1364
tgbotapi/faq.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1438
tgbotapi/index.html
1438
tgbotapi/index.html
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user