Skip to content

Commit

Permalink
Publish 1.9.20-SNAPSHOT documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Nov 10, 2023
1 parent 56b328a commit d759032
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ <h2 id="renderer">Renderer<a class="headerlink" href="#renderer" title="Permanen
<h2 id="postaction">PostAction<a class="headerlink" href="#postaction" title="Permanent link">&para;</a></h2>
<p><code>PostAction</code> can be used for when you want to run some actions after the documentation has been generated - for example,
if you want to move some files around or log some informational messages.</p>
<p>Dokka's <a href="https://github.com/Kotlin/dokka/tree/master/plugins/versioning">Versioning plugin</a> utilizes <code>PostAction</code>
<p>Dokka's <a href="https://github.com/Kotlin/dokka/tree/master/dokka-subprojects/plugin-versioning">Versioning plugin</a> utilizes <code>PostAction</code>
to move generated documentation to the versioned directories.</p>


Expand Down
28 changes: 14 additions & 14 deletions 1.9.20-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/1.9.20-SNAPSHOT/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/introduction/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/workflow/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/architecture_overview/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/data_model/documentable_model/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/data_model/extra/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/data_model/page_content/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/extension_points/base_plugin/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/extension_points/core_extension_points/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/extension_points/extension_points/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/architecture/extension_points/generation_implementations/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/community/slack/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/plugin-development/introduction/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/Kotlin/dokka/1.9.20-SNAPSHOT/developer_guide/plugin-development/sample-plugin-tutorial/</loc>
<lastmod>2023-10-16</lastmod>
<lastmod>2023-11-10</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified 1.9.20-SNAPSHOT/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="refresh" content="0;URL='1.9.10'" />
<meta http-equiv="refresh" content="0;URL='1.9.20-SNAPSHOT'" />
</head>
<body>
</body>
Expand Down

0 comments on commit d759032

Please sign in to comment.