diff --git a/docs/articles/concepts/configuration.html b/docs/articles/concepts/configuration.html new file mode 100644 index 00000000000..a31323fcf8a --- /dev/null +++ b/docs/articles/concepts/configuration.html @@ -0,0 +1,10 @@ + + +
+This page has been moved to Akka.NET Configuration.
+ + \ No newline at end of file diff --git a/docs/articles/configuration/akka.cluster.html b/docs/articles/configuration/akka.cluster.html new file mode 100644 index 00000000000..4e232b0de59 --- /dev/null +++ b/docs/articles/configuration/akka.cluster.html @@ -0,0 +1,10 @@ + + + +This page has been moved to Akka.Cluster Configuration.
+ + \ No newline at end of file diff --git a/docs/articles/configuration/akka.persistence.html b/docs/articles/configuration/akka.persistence.html new file mode 100644 index 00000000000..af62ecd547a --- /dev/null +++ b/docs/articles/configuration/akka.persistence.html @@ -0,0 +1,10 @@ + + + +This page has been moved to Akka.Persistence Configuration.
+ + \ No newline at end of file diff --git a/docs/articles/configuration/akka.remote.html b/docs/articles/configuration/akka.remote.html new file mode 100644 index 00000000000..eb0b78b97b7 --- /dev/null +++ b/docs/articles/configuration/akka.remote.html @@ -0,0 +1,10 @@ + + + +This page has been moved to Akka.Remote Configuration.
+ + \ No newline at end of file diff --git a/docs/articles/configuration/akka.streams.html b/docs/articles/configuration/akka.streams.html new file mode 100644 index 00000000000..5cfce19dc27 --- /dev/null +++ b/docs/articles/configuration/akka.streams.html @@ -0,0 +1,10 @@ + + + +This page has been moved to Akka.Streams Configuration.
+ + \ No newline at end of file diff --git a/docs/articles/configuration/akka.testkit.html b/docs/articles/configuration/akka.testkit.html new file mode 100644 index 00000000000..026b27f857b --- /dev/null +++ b/docs/articles/configuration/akka.testkit.html @@ -0,0 +1,10 @@ + + + +This page has been moved to Akka.Testkit Configuration.
+ + \ No newline at end of file diff --git a/docs/articles/configuration/akka.testkit.md b/docs/articles/configuration/akka.testkit.md deleted file mode 100644 index f4352c5942f..00000000000 --- a/docs/articles/configuration/akka.testkit.md +++ /dev/null @@ -1,9 +0,0 @@ -# Akka.TestKit Configuration - -Below is the default HOCON configuration for the base `Akka.TestKit` package. - -[!code[Akka.TestKit.dll HOCON Configuration](../../../src/core/Akka.TestKit/Internal/Reference.conf)] - -Additionally, it's also possible to change the default [`IScheduler` implementation](../../api/Akka.Actor.IScheduler.yml) in the `Akka.TestKit` to use [a virtualized `TestScheduler` implementation](../../api/Akka.TestKit.TestScheduler.yml) that Akka.NET developers can use to artificially advance time forward. To swap in the `TestScheduler`, developers will want to include the HOCON below: - -[!code[Akka.TestKit.dll TestScheduler HOCON Configuration](../../../src/core/Akka.TestKit/Configs/TestScheduler.conf)] diff --git a/docs/articles/concepts/configuration.md b/docs/articles/configuration/config.md similarity index 100% rename from docs/articles/concepts/configuration.md rename to docs/articles/configuration/config.md diff --git a/docs/articles/hocon/index.md b/docs/articles/configuration/hocon.md similarity index 100% rename from docs/articles/hocon/index.md rename to docs/articles/configuration/hocon.md diff --git a/docs/articles/configuration/akka.cluster.md b/docs/articles/configuration/modules/akka.cluster.md similarity index 63% rename from docs/articles/configuration/akka.cluster.md rename to docs/articles/configuration/modules/akka.cluster.md index 4aa6da82d12..d528c54ef2c 100644 --- a/docs/articles/configuration/akka.cluster.md +++ b/docs/articles/configuration/modules/akka.cluster.md @@ -7,4 +7,4 @@ title: Akka.Cluster Configuration Below is the default HOCON configuration for the base `Akka.Cluster` package. -[!code[Akka.Cluster.dll HOCON Configuration](../../../src/core/Akka.Cluster/Configuration/Cluster.conf)] +[!code[Akka.Cluster.dll HOCON Configuration](../../../../src/core/Akka.Cluster/Configuration/Cluster.conf)] diff --git a/docs/articles/configuration/akka.persistence.md b/docs/articles/configuration/modules/akka.persistence.md similarity index 65% rename from docs/articles/configuration/akka.persistence.md rename to docs/articles/configuration/modules/akka.persistence.md index ac240b1ad46..c8e2a5b0d96 100644 --- a/docs/articles/configuration/akka.persistence.md +++ b/docs/articles/configuration/modules/akka.persistence.md @@ -7,4 +7,4 @@ title: Akka.Persistence Configuration Below is the default HOCON configuration for the base `Akka.Persistence` package. -[!code[Akka.Persistence.dll HOCON Configuration](../../../src/core/Akka.Persistence/persistence.conf)] +[!code[Akka.Persistence.dll HOCON Configuration](../../../../src/core/Akka.Persistence/persistence.conf)] diff --git a/docs/articles/configuration/akka.remote.md b/docs/articles/configuration/modules/akka.remote.md similarity index 63% rename from docs/articles/configuration/akka.remote.md rename to docs/articles/configuration/modules/akka.remote.md index c8cf0974f85..2598e8d0d1e 100644 --- a/docs/articles/configuration/akka.remote.md +++ b/docs/articles/configuration/modules/akka.remote.md @@ -7,4 +7,4 @@ title: Akka.Remote Configuration Below is the default HOCON configuration for the base `Akka.Remote` package. -[!code[Akka.Remote.dll HOCON Configuration](../../../src/core/Akka.Remote/Configuration/Remote.conf)] +[!code[Akka.Remote.dll HOCON Configuration](../../../../src/core/Akka.Remote/Configuration/Remote.conf)] diff --git a/docs/articles/configuration/akka.streams.md b/docs/articles/configuration/modules/akka.streams.md similarity index 65% rename from docs/articles/configuration/akka.streams.md rename to docs/articles/configuration/modules/akka.streams.md index 057b25dbf55..db0f68d2ec5 100644 --- a/docs/articles/configuration/akka.streams.md +++ b/docs/articles/configuration/modules/akka.streams.md @@ -7,4 +7,4 @@ title: Akka.Streams Configuration Below is the default HOCON configuration for the base `Akka.Streams` package. -[!code[Akka.Streams.dll HOCON Configuration](../../../src/core/Akka.Streams/reference.conf)] +[!code[Akka.Streams.dll HOCON Configuration](../../../../src/core/Akka.Streams/reference.conf)] diff --git a/docs/articles/configuration/modules/akka.testkit.md b/docs/articles/configuration/modules/akka.testkit.md new file mode 100644 index 00000000000..55981fae247 --- /dev/null +++ b/docs/articles/configuration/modules/akka.testkit.md @@ -0,0 +1,9 @@ +# Akka.TestKit Configuration + +Below is the default HOCON configuration for the base `Akka.TestKit` package. + +[!code[Akka.TestKit.dll HOCON Configuration](../../../../src/core/Akka.TestKit/Internal/Reference.conf)] + +Additionally, it's also possible to change the default [`IScheduler` implementation](../../../api/Akka.Actor.IScheduler.yml) in the `Akka.TestKit` to use [a virtualized `TestScheduler` implementation](../../api/Akka.TestKit.TestScheduler.yml) that Akka.NET developers can use to artificially advance time forward. To swap in the `TestScheduler`, developers will want to include the HOCON below: + +[!code[Akka.TestKit.dll TestScheduler HOCON Configuration](../../../../src/core/Akka.TestKit/Configs/TestScheduler.conf)] diff --git a/docs/articles/configuration/modules/toc.yml b/docs/articles/configuration/modules/toc.yml new file mode 100644 index 00000000000..807da952c5d --- /dev/null +++ b/docs/articles/configuration/modules/toc.yml @@ -0,0 +1,10 @@ +- name: Akka.Cluster + href: akka.cluster.md +- name: Akka.Remote + href: akka.remote.md +- name: Akka.Persistence + href: akka.persistence.md +- name: Akka.Streams + href: akka.streams.md +- name: Akka.TestKit + href: akka.testkit.md \ No newline at end of file diff --git a/docs/articles/configuration/toc.yml b/docs/articles/configuration/toc.yml index b00f0b29b60..3a43e97667b 100644 --- a/docs/articles/configuration/toc.yml +++ b/docs/articles/configuration/toc.yml @@ -1,12 +1,8 @@ +- name: Configurations + href: config.md +- name: HOCON Syntax and Practices in Akka.NET + href: hocon.md - name: Akka href: akka.md -- name: Akka.Remote - href: akka.remote.md -- name: Akka.Cluster - href: akka.cluster.md -- name: Akka.Persistence - href: akka.persistence.md -- name: Akka.Streams - href: akka.streams.md -- name: Akka.TestKit - href: akka.testkit.md \ No newline at end of file +- name: Modules + href: modules/toc.yml \ No newline at end of file diff --git a/docs/articles/hocon/index.html b/docs/articles/hocon/index.html new file mode 100644 index 00000000000..11f5da470ce --- /dev/null +++ b/docs/articles/hocon/index.html @@ -0,0 +1,10 @@ + + + +This page has been moved to HOCON Syntax and Practices in Akka.NET.
+ + \ No newline at end of file diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml index df5ca121fa6..88ab9507165 100644 --- a/docs/articles/toc.yml +++ b/docs/articles/toc.yml @@ -16,8 +16,6 @@ href: concepts/location-transparency.md - name: Message Delivery Reliability href: concepts/message-delivery-reliability.md - - name: Configuration - href: concepts/configuration.md - name: Actors items: - name: ReceiveActor API @@ -46,10 +44,6 @@ href: actors/testing-actor-systems.md - name: Coordinated Shutdown href: actors/coordinated-shutdown.md -- name: HOCON - items: - - name: HOCON Syntax and Practices in Akka.NET - href: hocon/index.md - name: Persistence items: - name: Architecture