blob: 73ac277eb12cf941b21efe57704400283f70b927 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE product-profile
SYSTEM "https://resources.jetbrains.com/stardust/product-profile.dtd">
<product-profile id="kl"
name="dokka"
start-page="dokka-introduction.md">
<chunk include-id="dokka">
<toc-element id="dokka-introduction.md"/>
<toc-element id="dokka-get-started.md"/>
<toc-element toc-title="Run Dokka">
<toc-element id="dokka-gradle.md"/>
<toc-element id="dokka-maven.md"/>
<toc-element id="dokka-cli.md"/>
</toc-element>
<toc-element toc-title="Output formats">
<toc-element id="dokka-html.md"/>
<toc-element id="dokka-markdown.md"/>
<toc-element id="dokka-javadoc.md"/>
</toc-element>
<toc-element id="dokka-plugins.md"/>
</chunk>
</product-profile>
|