-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: kotlinlang Writerside migration
Related: JetBrains/kotlin-web-site#4458
- Loading branch information
Showing
11 changed files
with
58 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
<?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"/> | ||
<toc-element toc-title="Module documentation" id="dokka-module-and-package-docs.md"/> | ||
</chunk> | ||
</product-profile> | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<!DOCTYPE instance-profile SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> | ||
<instance-profile id="dokka" name="dokka" start-page="dokka-introduction.md"> | ||
<snippet id="dokka"> | ||
<toc-element topic="dokka-introduction.md"/> | ||
<toc-element topic="dokka-get-started.md"/> | ||
<toc-element toc-title="Run Dokka"> | ||
<toc-element topic="dokka-gradle.md"/> | ||
<toc-element topic="dokka-maven.md"/> | ||
<toc-element topic="dokka-cli.md"/> | ||
</toc-element> | ||
<toc-element toc-title="Output formats"> | ||
<toc-element topic="dokka-html.md"/> | ||
<toc-element topic="dokka-markdown.md"/> | ||
<toc-element topic="dokka-javadoc.md"/> | ||
</toc-element> | ||
<toc-element topic="dokka-plugins.md"/> | ||
<toc-element topic="dokka-module-and-package-docs.md"/> | ||
</snippet> | ||
</instance-profile> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd"> | ||
<ihp version="2.0"> | ||
<module name="dokka"/> | ||
<topics dir="topics"/> | ||
<images dir="images"/> | ||
<vars src="v.list"/> | ||
<settings> | ||
<default-property element-name="chapter" property-name="show-structure-depth" value="2"/> | ||
<wrs-supernova use-version="242.21870"/> | ||
</settings> | ||
<instance src="dokka.tree" version="%dokkaVersion%"/> | ||
</ihp> |