Skip to content

Commit

Permalink
Publish 2.0.0-SNAPSHOT documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Mar 4, 2024
1 parent 61b3127 commit fd8ce80
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions 2.0.0-SNAPSHOT/developer_guide/workflow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ <h2 id="use-test-locally-built-dokka">Use / test locally built Dokka<a class="he
project as well as debug code remotely.</p>
<ol>
<li>Change <code>dokka_version</code> in <code>gradle.properties</code> to something that you will use later on as the dependency version.
For instance, you can set it to something like <code>1.9.10-my-fix-SNAPSHOT</code>. This version will be propagated to plugins
For instance, you can set it to something like <code>1.9.20-my-fix-SNAPSHOT</code>. This version will be propagated to plugins
that reside inside Dokka's project (such as <code>mathjax</code>, <code>kotlin-as-java</code>, etc).</li>
<li>Publish it to Maven Local (<code>./gradlew publishToMavenLocal</code>). Corresponding artifacts should appear in <code>~/.m2</code></li>
<li>In the project you want to generate documentation for or debug on, add maven local as a plugin/dependency
Expand All @@ -1072,7 +1072,7 @@ <h2 id="use-test-locally-built-dokka">Use / test locally built Dokka<a class="he
</code></pre></div></li>
<li>Update your Dokka dependency to the version you've just published:
<div class="highlight"><pre><span></span><code><span class="n">plugins</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="n">id</span><span class="p">(</span><span class="s">&quot;org.jetbrains.dokka&quot;</span><span class="p">)</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="s">&quot;1.9.10-my-fix-SNAPSHOT&quot;</span><span class="w"></span>
<span class="w"> </span><span class="n">id</span><span class="p">(</span><span class="s">&quot;org.jetbrains.dokka&quot;</span><span class="p">)</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="s">&quot;1.9.20-my-fix-SNAPSHOT&quot;</span><span class="w"></span>
<span class="p">}</span><span class="w"></span>
</code></pre></div></li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-SNAPSHOT/search/search_index.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions 2.0.0-SNAPSHOT/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,72 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/introduction/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/workflow/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/architecture_overview/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/data_model/documentable_model/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/data_model/extra/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/data_model/page_content/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/extension_points/base_plugin/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/extension_points/core_extension_points/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/extension_points/extension_points/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/architecture/extension_points/generation_implementations/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/community/slack/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/plugin-development/introduction/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/2.0.0-SNAPSHOT/developer_guide/plugin-development/sample-plugin-tutorial/</loc>
<lastmod>2024-01-24</lastmod>
<lastmod>2024-03-04</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified 2.0.0-SNAPSHOT/sitemap.xml.gz
Binary file not shown.

0 comments on commit fd8ce80

Please sign in to comment.