Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miere committed Mar 30, 2022
1 parent 6a56099 commit 8023ae8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h1 id="getting-started">Getting Started</h1>
a blueprint project that you can change according to your needs?</p>
<ul>
<li><strong>Gradle+Kotlin Project</strong>
[<a href="https://github.com/Skullabs/kos-sample-gradle/archive/refs/tags/v0.8.0.zip">Download</a>]
[<a href="https://github.com/Skullabs/kos-sample-gradle/archive/refs/tags/v0.8.1.zip">Download</a>]
[<a href="https://github.com/Skullabs/kos-sample-gradle/">Source Code</a>]</li>
</ul>
</div>
Expand Down
26 changes: 13 additions & 13 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,67 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://skullabs.github.io/kos/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/getting-started/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/license/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/architecture/implementation-loaders/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/architecture/internal-events/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/architecture/kos-context/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/architecture/kos-plugins/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/developer/basic-concepts/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/developer/config-files/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/developer/event-listeners/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/developer/logging/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/developer/rest-apis/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://skullabs.github.io/kos/manual/developer/rest-clients/</loc>
<lastmod>2022-03-07</lastmod>
<lastmod>2022-03-30</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs_src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Getting Started
a blueprint project that you can change according to your needs?

- **Gradle+Kotlin Project**
[[Download](https://github.com/Skullabs/kos-sample-gradle/archive/refs/tags/v0.8.0.zip)]
[[Download](https://github.com/Skullabs/kos-sample-gradle/archive/refs/tags/v0.8.1.zip)]
[[Source Code](https://github.com/Skullabs/kos-sample-gradle/)]

Kos is mostly written in Java and carefully designed to be easily integrated
Expand Down

0 comments on commit 8023ae8

Please sign in to comment.