|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!DOCTYPE instance-profile
|
3 |
| - SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> |
| 3 | + SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> |
4 | 4 |
|
5 | 5 | <instance-profile id="kordex"
|
6 |
| - name="Kord Extensions" |
7 |
| - start-page="Welcome.topic"> |
| 6 | + name="Kord Extensions" |
| 7 | + start-page="Welcome.topic"> |
| 8 | + |
| 9 | + <toc-element topic="Welcome.topic"/> |
| 10 | + <toc-element toc-title="Dokka API Docs" href="https://dokka.kordex.dev"/> |
| 11 | + |
| 12 | + <toc-element topic="About.topic"> |
| 13 | + <toc-element topic="Framework-Comparison.topic"/> |
| 14 | + </toc-element> |
| 15 | + |
| 16 | + <toc-element topic="Core-Documentation.topic"> |
| 17 | + <toc-element topic="Getting-Started.topic"/> |
| 18 | + <toc-element topic="Beginner-Tutorial.topic"/> |
| 19 | + <toc-element topic="The-Bot.topic"/> |
| 20 | + <toc-element topic="Configuration.topic" id="banana"> |
| 21 | + <toc-element topic="Config-Cache.topic"/> |
| 22 | + <toc-element topic="Config-Components.topic"/> |
| 23 | + <toc-element topic="Config-Commands.topic"/> |
| 24 | + <toc-element topic="Config-Data-Adapter.topic"/> |
| 25 | + <toc-element topic="Config-Error-Responses.topic"/> |
| 26 | + <toc-element topic="Config-Extensions.topic"/> |
| 27 | + <toc-element topic="Config-Hooks.topic"/> |
| 28 | + <toc-element topic="Config-Intents.topic"/> |
| 29 | + <toc-element topic="Config-Internationalization.topic"/> |
| 30 | + <toc-element topic="Config-Kord.topic"/> |
| 31 | + <toc-element topic="Config-Members.topic"/> |
| 32 | + <toc-element topic="Config-Plugins.topic"/> |
| 33 | + <toc-element topic="Config-Presence.topic"/> |
| 34 | + <toc-element topic="Config-Sharding.topic"/> |
| 35 | + </toc-element> |
8 | 36 |
|
9 |
| - <toc-element topic="Welcome.topic"> |
10 |
| - </toc-element> |
11 |
| - x |
12 |
| - <toc-element topic="About.topic"> |
13 |
| - <toc-element topic="Framework-Comparison.topic"/> |
14 |
| - </toc-element> |
15 |
| - <toc-element topic="Core-Documentation.topic"> |
16 |
| - <toc-element topic="Getting-Started.topic"/> |
17 |
| - <toc-element topic="Beginner-Tutorial.topic"/> |
18 |
| - <toc-element topic="The-Bot.topic"/> |
19 |
| - <toc-element topic="Configuration.topic" id="banana"> |
20 |
| - <toc-element topic="Config-Cache.topic"/> |
21 |
| - <toc-element topic="Config-Components.topic"/> |
22 |
| - <toc-element topic="Config-Commands.topic"/> |
23 |
| - <toc-element topic="Config-Data-Adapter.topic"/> |
24 |
| - <toc-element topic="Config-Error-Responses.topic"/> |
25 |
| - <toc-element topic="Config-Extensions.topic"/> |
26 |
| - <toc-element topic="Config-Hooks.topic"/> |
27 |
| - <toc-element topic="Config-Intents.topic"/> |
28 |
| - <toc-element topic="Config-Internationalization.topic"/> |
29 |
| - <toc-element topic="Config-Kord.topic"/> |
30 |
| - <toc-element topic="Config-Members.topic"/> |
31 |
| - <toc-element topic="Config-Plugins.topic"/> |
32 |
| - <toc-element topic="Config-Presence.topic"/> |
33 |
| - <toc-element topic="Config-Sharding.topic"/> |
34 |
| - </toc-element> |
35 | 37 | <toc-element topic="Extensions.topic"/>
|
36 |
| - <toc-element topic="Events.topic"> |
37 |
| - <toc-element topic="Custom-Events.topic"/> |
38 |
| - <toc-element topic="Extra-Events.topic"/> |
39 |
| - </toc-element> |
40 |
| - <toc-element topic="Commands.topic"> |
41 |
| - <toc-element topic="Chat-Commands.topic"/> |
42 |
| - <toc-element topic="Context-Commands.topic"/> |
43 |
| - <toc-element topic="Slash-Commands.topic"/> |
44 |
| - <toc-element topic="Converters.topic"> |
45 |
| - <toc-element topic="Custom-Converters.topic"/> |
46 |
| - </toc-element> |
47 |
| - </toc-element> |
48 |
| - <toc-element topic="Checks.topic"/> |
49 |
| - <toc-element topic="Exceptions.topic"/> |
50 |
| - <toc-element topic="Components.topic"/> |
51 |
| - <toc-element topic="Modals.topic"/> |
52 |
| - <toc-element topic="Internationalisation.topic"/> |
53 |
| - <toc-element topic="Utilities.topic"> |
54 |
| - <toc-element topic="Koin.topic"/> |
55 |
| - <toc-element topic="Paginators.topic"/> |
56 |
| - <toc-element topic="Parsers.topic"/> |
57 |
| - <toc-element topic="Schedulers.topic"/> |
58 |
| - <toc-element topic="Sentry.topic"/> |
59 |
| - </toc-element> |
60 |
| - </toc-element> |
61 |
| - <toc-element topic="Data-Adapters.topic"> |
62 |
| - <toc-element topic="MongoDB.topic"/> |
63 |
| - </toc-element> |
64 |
| - <toc-element topic="Functional-Modules.topic"> |
65 |
| - <toc-element topic="Mappings.topic"/> |
66 |
| - <toc-element topic="Phishing.topic"/> |
67 |
| - <toc-element topic="PluralKit.topic"/> |
68 |
| - </toc-element> |
69 |
| - <toc-element topic="Utility-Modules.topic"> |
70 |
| - <toc-element topic="Datetime-Converters.topic"/> |
71 |
| - <toc-element topic="Plugin-Loader.topic"/> |
72 |
| - <toc-element topic="Token-Parser.topic"/> |
73 |
| - <toc-element topic="Unsafe.topic"/> |
74 |
| - </toc-element> |
75 |
| - <toc-element topic="Community-Projects.topic"/> |
76 | 38 |
|
77 |
| - <toc-element id="discord :div:top :link" toc-title="Discord" href="https://discord.gg/nYzQWcjAmK"/> |
78 |
| - <toc-element id="github :link" toc-title="GitHub" href="https://github.com/Kord-Extensions/kord-extensions"/> |
79 |
| - <toc-element id="kofi :link" toc-title="Ko-fi" href="https://ko-fi.com/gsc"/> |
| 39 | + <toc-element topic="Events.topic"> |
| 40 | + <toc-element topic="Custom-Events.topic"/> |
| 41 | + <toc-element topic="Extra-Events.topic"/> |
| 42 | + </toc-element> |
| 43 | + |
| 44 | + <toc-element topic="Commands.topic"> |
| 45 | + <toc-element topic="Chat-Commands.topic"/> |
| 46 | + <toc-element topic="Context-Commands.topic"/> |
| 47 | + <toc-element topic="Slash-Commands.topic"/> |
| 48 | + |
| 49 | + <toc-element topic="Converters.topic"> |
| 50 | + <toc-element topic="Custom-Converters.topic"/> |
| 51 | + </toc-element> |
| 52 | + </toc-element> |
| 53 | + |
| 54 | + <toc-element topic="Checks.topic"/> |
| 55 | + <toc-element topic="Exceptions.topic"/> |
| 56 | + <toc-element topic="Components.topic"/> |
| 57 | + <toc-element topic="Modals.topic"/> |
| 58 | + <toc-element topic="Internationalisation.topic"/> |
| 59 | + |
| 60 | + <toc-element topic="Utilities.topic"> |
| 61 | + <toc-element topic="Koin.topic"/> |
| 62 | + <toc-element topic="Paginators.topic"/> |
| 63 | + <toc-element topic="Parsers.topic"/> |
| 64 | + <toc-element topic="Schedulers.topic"/> |
| 65 | + <toc-element topic="Sentry.topic"/> |
| 66 | + </toc-element> |
| 67 | + </toc-element> |
| 68 | + |
| 69 | + <toc-element topic="Data-Adapters.topic"> |
| 70 | + <toc-element topic="MongoDB.topic"/> |
| 71 | + </toc-element> |
| 72 | + |
| 73 | + <toc-element topic="Functional-Modules.topic"> |
| 74 | + <toc-element topic="Mappings.topic"/> |
| 75 | + <toc-element topic="Phishing.topic"/> |
| 76 | + <toc-element topic="PluralKit.topic"/> |
| 77 | + </toc-element> |
| 78 | + |
| 79 | + <toc-element topic="Utility-Modules.topic"> |
| 80 | + <toc-element topic="Datetime-Converters.topic"/> |
| 81 | + <toc-element topic="Plugin-Loader.topic"/> |
| 82 | + <toc-element topic="Token-Parser.topic"/> |
| 83 | + <toc-element topic="Unsafe.topic"/> |
| 84 | + </toc-element> |
| 85 | + |
| 86 | + <toc-element topic="Community-Projects.topic"/> |
| 87 | + |
| 88 | + <toc-element id="discord :div:top :link" toc-title="Discord" href="https://discord.gg/nYzQWcjAmK"/> |
| 89 | + <toc-element id="github :link" toc-title="GitHub" href="https://github.com/Kord-Extensions/kord-extensions"/> |
| 90 | + <toc-element id="kofi :link" toc-title="Ko-fi" href="https://ko-fi.com/gsc"/> |
80 | 91 | </instance-profile>
|
0 commit comments