Skip to content

Commit

Permalink
docs: Getting started revamp (#665) (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Nov 20, 2024
1 parent 7740088 commit c5ac7a4
Show file tree
Hide file tree
Showing 15 changed files with 336 additions and 1,118 deletions.
1 change: 1 addition & 0 deletions docs/src-static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sitemap: https://doc.akka.io/sitemap.xml
Sitemap: https://doc.akka.io/sitemap-libraries.xml
User-agent: *

# docs snapshots
Expand Down
55 changes: 55 additions & 0 deletions docs/src-static/sitemap-libraries.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url><loc>https://doc.akka.io/libraries/index.html</loc></url>
<url><loc>https://doc.akka.io/libraries/guide/</loc></url>

<!-- libraries in alphabetical order -->
<url><loc>https://doc.akka.io/libraries/akka-core/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-core/current</loc></url>
<url><loc>https://doc.akka.io/japi/akka-core/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-dependencies/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-diagnostics/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-distributed-cluster/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-edge/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-enhancements/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-enhancements/current</loc></url>
<url><loc>https://doc.akka.io/japi/akka-enhancements/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-grpc/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-grpc/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-http/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-http/current</loc></url>
<url><loc>https://doc.akka.io/japi/akka-http/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-management/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-management/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-persistence-cassandra/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-persistence-cassandra/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-persistence-dynamodb/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-persistence-dynamodb/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-persistence-jdbc/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-persistence-jdbc/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-persistence-r2dbc/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-persistence-r2dbc/current</loc></url>

<url><loc>https://doc.akka.io/libraries/akka-projection/current</loc></url>
<url><loc>https://doc.akka.io/api/akka-projection/current</loc></url>

<url><loc>https://doc.akka.io/libraries/alpakka/current</loc></url>
<url><loc>https://doc.akka.io/api/alpakka/current</loc></url>

<url><loc>https://doc.akka.io/libraries/alpakka-kafka/current</loc></url>
<url><loc>https://doc.akka.io/api/alpakka-kafka/current</loc></url>
<!-- in alphabetical order -->
</urlset>
Loading

0 comments on commit c5ac7a4

Please sign in to comment.