Skip to content

Commit 3ee6258

Browse files
committed
1 parent e077156 commit 3ee6258

File tree

2,955 files changed

+85894
-18942
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,955 files changed

+85894
-18942
lines changed

snapshots/main-v4/navigation.html

Lines changed: 54 additions & 64 deletions
Large diffs are not rendered by default.

snapshots/main-v4/package-list

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
$dokka.format:html-v1
22
$dokka.linkExtension:html
3-
$dokka.location:love.forte.simbot.common.async/Async/asPromise/#/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.async/-async/[wasm-js]as-promise.html
4-
$dokka.location:love.forte.simbot.common.streamable/Streamable/collectToArray/#/PointingToDeclaration/simbot-common-streamable/love.forte.simbot.common.streamable/-streamable/[wasm-js]collect-to-array.html
5-
$dokka.location:love.forte.simbot.common.time/DateTimestamp///PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[wasm-js]-date-timestamp/index.html
6-
$dokka.location:love.forte.simbot.common.time/DateTimestamp/DateTimestamp/#kotlin.js.Date/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[js]-date-timestamp/-date-timestamp.html
7-
$dokka.location:love.forte.simbot.common.time/DateTimestamp/DateTimestamp/#kotlin.js.JsAny/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[wasm-js]-date-timestamp/-date-timestamp.html
8-
$dokka.location:love.forte.simbot.common.time/DateTimestamp/date/#/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[wasm-js]-date-timestamp/date.html
9-
$dokka.location:love.forte.simbot.common.time/DateTimestamp/equals/#kotlin.Any?/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[wasm-js]-date-timestamp/equals.html
10-
$dokka.location:love.forte.simbot.common.time/DateTimestamp/hashCode/#/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[wasm-js]-date-timestamp/hash-code.html
11-
$dokka.location:love.forte.simbot.common.time/DateTimestamp/milliseconds/#/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[wasm-js]-date-timestamp/milliseconds.html
12-
$dokka.location:love.forte.simbot.common.time/DateTimestamp/toString/#/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/[wasm-js]-date-timestamp/to-string.html
13-
$dokka.location:love.forte.simbot.common.time/TimeUnit/entries/#/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/-time-unit/[wasm-js]entries.html
14-
$dokka.location:love.forte.simbot.common.time/TimeUnit/valueOf/#kotlin.String/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/-time-unit/[wasm-js]value-of.html
15-
$dokka.location:love.forte.simbot.common.time/TimeUnit/values/#/PointingToDeclaration/simbot-common-core/love.forte.simbot.common.time/-time-unit/[wasm-js]values.html
16-
$dokka.location:love.forte.simbot.logger/LogLevel/entries/#/PointingToDeclaration/simbot-logger/love.forte.simbot.logger/-log-level/[wasm-js]entries.html
17-
$dokka.location:love.forte.simbot.logger/LogLevel/valueOf/#kotlin.String/PointingToDeclaration/simbot-logger/love.forte.simbot.logger/-log-level/[wasm-js]value-of.html
18-
$dokka.location:love.forte.simbot.logger/LogLevel/values/#/PointingToDeclaration/simbot-logger/love.forte.simbot.logger/-log-level/[wasm-js]values.html
19-
$dokka.location:love.forte.simbot.logger/LoggerFactory/defaultLevel/#/PointingToDeclaration/simbot-logger/love.forte.simbot.logger/-logger-factory/[wasm-js]default-level.html
20-
$dokka.location:love.forte.simbot.logger/LoggerFactory/getLogger/#kotlin.String#love.forte.simbot.logger.LogLevel/PointingToDeclaration/simbot-logger/love.forte.simbot.logger/-logger-factory/[wasm-js]get-logger.html
21-
$dokka.location:love.forte.simbot.suspendrunner//asReserve/#kotlinx.coroutines.CoroutineScope?#kotlin.coroutines.CoroutineContext?#kotlin.coroutines.SuspendFunction0[TypeParam(bounds=[kotlin.Any?])]/PointingToDeclaration/simbot-common-suspend-runner/love.forte.simbot.suspendrunner/[jvm]as-reserve.html
3+
224
module:simbot-api
235
love.forte.simbot
246
love.forte.simbot.ability

snapshots/main-v4/scripts/pages.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

snapshots/main-v4/simbot-api/index.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
55
<title>simbot-api</title>
6-
<link href="../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../";</script>
6+
<link href="../images/logo-icon.svg" rel="icon" type="image/svg"> <!-- 百度统计 -->
7+
<!--suppress ES6ConvertVarToLetConst -->
8+
<script>
9+
var _hmt = _hmt || [];
10+
(function () {
11+
const hm = document.createElement("script");
12+
hm.src = "https://hm.baidu.com/hm.js?045f67a122223db9432c7856fc942fad";
13+
const s = document.getElementsByTagName("script")[0];
14+
s.parentNode.insertBefore(hm, s);
15+
})();
16+
</script>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-1JWL2DDTB4');
25+
</script>
26+
<script>var pathToRoot = "../";</script>
727
<script>document.documentElement.classList.replace("no-js","js");</script>
828
<script>const storage = localStorage.getItem("dokka-dark-mode")
929
if (storage == null) {
@@ -32,7 +52,10 @@
3252
<script type="text/javascript" src="../scripts/main.js" defer></script>
3353
<script type="text/javascript" src="../scripts/prism.js" async></script>
3454
<script type="text/javascript" src="../ui-kit/ui-kit.min.js" defer></script>
35-
<script type="text/javascript" src="../scripts/symbol-parameters-wrapper_deferred.js" defer></script></head>
55+
<script type="text/javascript" src="../scripts/symbol-parameters-wrapper_deferred.js" defer></script>
56+
<link href="../images/logo-icon.svg">
57+
<link href="../images/logo-icon-light.svg">
58+
<link href="../styles/kdoc-style.css" rel="Stylesheet"></head>
3659
<body>
3760
<div class="root">
3861
<nav class="navigation theme-dark" id="navigation-wrapper">
@@ -97,6 +120,7 @@
97120
<div class="dropdown--overlay"></div>
98121
</div>
99122
</div>
123+
<a class="navigation-controls--btn navigation-controls--btn_homepage" id="homepage-link" href="https://github.com/simple-robot/simpler-robot"></a>
100124
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" type="button">Switch theme
101125
</button>
102126
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
@@ -348,7 +372,7 @@ <h2 class="">Packages</h2>
348372
</div>
349373
<div class="footer">
350374
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
351-
<span>© 2025 Copyright</span>
375+
<span>© 2021-2025 <a href="https://github.com/simple-robot">Simple Robot</a>. All rights reserved.</span>
352376
<span class="pull-right">
353377
<span>Generated by </span>
354378
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

snapshots/main-v4/simbot-api/love.forte.simbot.ability/-accept-option/index.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
55
<title>AcceptOption</title>
6-
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script>
6+
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <!-- 百度统计 -->
7+
<!--suppress ES6ConvertVarToLetConst -->
8+
<script>
9+
var _hmt = _hmt || [];
10+
(function () {
11+
const hm = document.createElement("script");
12+
hm.src = "https://hm.baidu.com/hm.js?045f67a122223db9432c7856fc942fad";
13+
const s = document.getElementsByTagName("script")[0];
14+
s.parentNode.insertBefore(hm, s);
15+
})();
16+
</script>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-1JWL2DDTB4');
25+
</script>
26+
<script>var pathToRoot = "../../../";</script>
727
<script>document.documentElement.classList.replace("no-js","js");</script>
828
<script>const storage = localStorage.getItem("dokka-dark-mode")
929
if (storage == null) {
@@ -32,7 +52,10 @@
3252
<script type="text/javascript" src="../../../scripts/main.js" defer></script>
3353
<script type="text/javascript" src="../../../scripts/prism.js" async></script>
3454
<script type="text/javascript" src="../../../ui-kit/ui-kit.min.js" defer></script>
35-
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script></head>
55+
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script>
56+
<link href="../../../images/logo-icon.svg">
57+
<link href="../../../images/logo-icon-light.svg">
58+
<link href="../../../styles/kdoc-style.css" rel="Stylesheet"></head>
3659
<body>
3760
<div class="root">
3861
<nav class="navigation theme-dark" id="navigation-wrapper">
@@ -65,6 +88,7 @@
6588
<div class="dropdown--overlay"></div>
6689
</div>
6790
</div>
91+
<a class="navigation-controls--btn navigation-controls--btn_homepage" id="homepage-link" href="https://github.com/simple-robot/simpler-robot"></a>
6892
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" type="button">Switch theme
6993
</button>
7094
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
@@ -103,7 +127,7 @@ <h1 class="cover"><span>Accept</span><wbr><span><span>Option</span></span></h1>
103127
</div>
104128
<div class="footer">
105129
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
106-
<span>© 2025 Copyright</span>
130+
<span>© 2021-2025 <a href="https://github.com/simple-robot">Simple Robot</a>. All rights reserved.</span>
107131
<span class="pull-right">
108132
<span>Generated by </span>
109133
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

snapshots/main-v4/simbot-api/love.forte.simbot.ability/-accept-support/accept.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
55
<title>accept</title>
6-
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script>
6+
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <!-- 百度统计 -->
7+
<!--suppress ES6ConvertVarToLetConst -->
8+
<script>
9+
var _hmt = _hmt || [];
10+
(function () {
11+
const hm = document.createElement("script");
12+
hm.src = "https://hm.baidu.com/hm.js?045f67a122223db9432c7856fc942fad";
13+
const s = document.getElementsByTagName("script")[0];
14+
s.parentNode.insertBefore(hm, s);
15+
})();
16+
</script>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-1JWL2DDTB4');
25+
</script>
26+
<script>var pathToRoot = "../../../";</script>
727
<script>document.documentElement.classList.replace("no-js","js");</script>
828
<script>const storage = localStorage.getItem("dokka-dark-mode")
929
if (storage == null) {
@@ -32,7 +52,10 @@
3252
<script type="text/javascript" src="../../../scripts/main.js" defer></script>
3353
<script type="text/javascript" src="../../../scripts/prism.js" async></script>
3454
<script type="text/javascript" src="../../../ui-kit/ui-kit.min.js" defer></script>
35-
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script></head>
55+
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script>
56+
<link href="../../../images/logo-icon.svg">
57+
<link href="../../../images/logo-icon-light.svg">
58+
<link href="../../../styles/kdoc-style.css" rel="Stylesheet"></head>
3659
<body>
3760
<div class="root">
3861
<nav class="navigation theme-dark" id="navigation-wrapper">
@@ -65,6 +88,7 @@
6588
<div class="dropdown--overlay"></div>
6689
</div>
6790
</div>
91+
<a class="navigation-controls--btn navigation-controls--btn_homepage" id="homepage-link" href="https://github.com/simple-robot/simpler-robot"></a>
6892
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" type="button">Switch theme
6993
</button>
7094
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
@@ -99,7 +123,7 @@ <h1 class="cover"><span><span>accept</span></span></h1>
99123
</div>
100124
<div class="footer">
101125
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
102-
<span>© 2025 Copyright</span>
126+
<span>© 2021-2025 <a href="https://github.com/simple-robot">Simple Robot</a>. All rights reserved.</span>
103127
<span class="pull-right">
104128
<span>Generated by </span>
105129
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

snapshots/main-v4/simbot-api/love.forte.simbot.ability/-accept-support/index.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
55
<title>AcceptSupport</title>
6-
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script>
6+
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <!-- 百度统计 -->
7+
<!--suppress ES6ConvertVarToLetConst -->
8+
<script>
9+
var _hmt = _hmt || [];
10+
(function () {
11+
const hm = document.createElement("script");
12+
hm.src = "https://hm.baidu.com/hm.js?045f67a122223db9432c7856fc942fad";
13+
const s = document.getElementsByTagName("script")[0];
14+
s.parentNode.insertBefore(hm, s);
15+
})();
16+
</script>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-1JWL2DDTB4');
25+
</script>
26+
<script>var pathToRoot = "../../../";</script>
727
<script>document.documentElement.classList.replace("no-js","js");</script>
828
<script>const storage = localStorage.getItem("dokka-dark-mode")
929
if (storage == null) {
@@ -32,7 +52,10 @@
3252
<script type="text/javascript" src="../../../scripts/main.js" defer></script>
3353
<script type="text/javascript" src="../../../scripts/prism.js" async></script>
3454
<script type="text/javascript" src="../../../ui-kit/ui-kit.min.js" defer></script>
35-
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script></head>
55+
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script>
56+
<link href="../../../images/logo-icon.svg">
57+
<link href="../../../images/logo-icon-light.svg">
58+
<link href="../../../styles/kdoc-style.css" rel="Stylesheet"></head>
3659
<body>
3760
<div class="root">
3861
<nav class="navigation theme-dark" id="navigation-wrapper">
@@ -65,6 +88,7 @@
6588
<div class="dropdown--overlay"></div>
6689
</div>
6790
</div>
91+
<a class="navigation-controls--btn navigation-controls--btn_homepage" id="homepage-link" href="https://github.com/simple-robot/simpler-robot"></a>
6892
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" type="button">Switch theme
6993
</button>
7094
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
@@ -123,7 +147,7 @@ <h2 class="">Functions</h2>
123147
</div>
124148
<div class="footer">
125149
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
126-
<span>© 2025 Copyright</span>
150+
<span>© 2021-2025 <a href="https://github.com/simple-robot">Simple Robot</a>. All rights reserved.</span>
127151
<span class="pull-right">
128152
<span>Generated by </span>
129153
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

snapshots/main-v4/simbot-api/love.forte.simbot.ability/-completion-aware/index.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
55
<title>CompletionAware</title>
6-
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script>
6+
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <!-- 百度统计 -->
7+
<!--suppress ES6ConvertVarToLetConst -->
8+
<script>
9+
var _hmt = _hmt || [];
10+
(function () {
11+
const hm = document.createElement("script");
12+
hm.src = "https://hm.baidu.com/hm.js?045f67a122223db9432c7856fc942fad";
13+
const s = document.getElementsByTagName("script")[0];
14+
s.parentNode.insertBefore(hm, s);
15+
})();
16+
</script>
17+
<!-- Google tag (gtag.js) -->
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', 'G-1JWL2DDTB4');
25+
</script>
26+
<script>var pathToRoot = "../../../";</script>
727
<script>document.documentElement.classList.replace("no-js","js");</script>
828
<script>const storage = localStorage.getItem("dokka-dark-mode")
929
if (storage == null) {
@@ -32,7 +52,10 @@
3252
<script type="text/javascript" src="../../../scripts/main.js" defer></script>
3353
<script type="text/javascript" src="../../../scripts/prism.js" async></script>
3454
<script type="text/javascript" src="../../../ui-kit/ui-kit.min.js" defer></script>
35-
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script></head>
55+
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script>
56+
<link href="../../../images/logo-icon.svg">
57+
<link href="../../../images/logo-icon-light.svg">
58+
<link href="../../../styles/kdoc-style.css" rel="Stylesheet"></head>
3659
<body>
3760
<div class="root">
3861
<nav class="navigation theme-dark" id="navigation-wrapper">
@@ -65,6 +88,7 @@
6588
<div class="dropdown--overlay"></div>
6689
</div>
6790
</div>
91+
<a class="navigation-controls--btn navigation-controls--btn_homepage" id="homepage-link" href="https://github.com/simple-robot/simpler-robot"></a>
6892
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" type="button">Switch theme
6993
</button>
7094
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
@@ -123,7 +147,7 @@ <h2 class="">Functions</h2>
123147
</div>
124148
<div class="footer">
125149
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
126-
<span>© 2025 Copyright</span>
150+
<span>© 2021-2025 <a href="https://github.com/simple-robot">Simple Robot</a>. All rights reserved.</span>
127151
<span class="pull-right">
128152
<span>Generated by </span>
129153
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">

0 commit comments

Comments
 (0)