Switch languages in paradox without page refresh (#23544)
2
akka-docs/src/main/paradox/.htaccess
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RedirectMatch 301 ^(.*)/scala/(.*) $1/$2?language=scala
|
||||
RedirectMatch 301 ^(.*)/java/(.*) $1/$2?language=java
|
||||
|
|
@ -894,7 +894,7 @@ the actor system for a specific role. This can also be used to grab the `akka.ac
|
|||
## How to Test
|
||||
|
||||
Currently testing with the `sbt-multi-jvm` plugin is only documented for Scala.
|
||||
Go to the corresponding @ref:[Scala page](../scala/cluster-usage.md#how-to-test) for details.
|
||||
Go to the corresponding Scala version of this page for details.
|
||||
|
||||
@@@
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ that the module or API wasn't useful.
|
|||
|
||||
These are the current complete modules marked as **may change**:
|
||||
|
||||
* @ref:[Multi Node Testing](../../scala/multi-node-testing.md)
|
||||
* @ref:[Akka Typed](../../scala/typed.md)
|
||||
* @ref:[Multi Node Testing](../multi-node-testing.md)
|
||||
* @ref:[Akka Typed](../typed.md)
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
|
@ -1,4 +1,20 @@
|
|||
# Contents
|
||||
# Akka Documentation
|
||||
|
||||
* @ref:[Java Documentation](java/index.md)
|
||||
* @ref:[Scala Documentation](scala/index.md)
|
||||
@@toc { depth=2 }
|
||||
|
||||
@@@ index
|
||||
|
||||
* [security/index](security/index.md)
|
||||
* [guide/index](guide/index.md)
|
||||
* [general/index](general/index.md)
|
||||
* [index-actors](index-actors.md)
|
||||
* [index-network](index-network.md)
|
||||
* [stream/index](stream/index.md)
|
||||
* [index-futures](index-futures.md)
|
||||
* [index-utilities](index-utilities.md)
|
||||
* [common/other-modules](common/other-modules.md)
|
||||
* [howto](howto.md)
|
||||
* [project/index](project/index.md)
|
||||
* [additional/index](additional/index.md)
|
||||
|
||||
@@@
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../scala/actors.md
|
||||
|
|
@ -1 +0,0 @@
|
|||
../scala/additional
|
||||
|
|
@ -1 +0,0 @@
|
|||
../scala/agents.md
|
||||
|
|
@ -1 +0,0 @@
|
|||
../scala/camel.md
|
||||
|
|
@ -1 +0,0 @@
|
|||
../scala/cluster-client.md
|
||||
|
|
@ -1 +0,0 @@
|
|||
../scala/cluster-dc.md
|
||||
|
|
@ -1 +0,0 @@
|
|||
../scala/cluster-metrics.md
|
||||
|
|
@ -1 +0,0 @@
|
|||
../scala/cluster-sharding.md
|
||||