Skip to content

Commit

Permalink
Moved the akka core configuration page into modules` (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba committed Feb 17, 2022
1 parent 05dfaff commit 0ab5783
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/articles/configuration/akka.html
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Akka Configuration</title>
<meta http-equiv = "refresh" content="1;url=../configuration/modules/akka.html" />
</head>
<body>
<p>This page has been moved to <a href="../configuration/modules/akka.html">Akka Configuration</a>.</p>
</body>
</html>
Expand Up @@ -7,4 +7,4 @@ title: Akka Configuration

Below is the default HOCON configuration for the base `Akka` package.

[!code[Akka.dll HOCON Configuration](../../../src/core/Akka/Configuration/Pigeon.conf)]
[!code[Akka.dll HOCON Configuration](../../../../src/core/Akka/Configuration/Pigeon.conf)]
2 changes: 2 additions & 0 deletions docs/articles/configuration/modules/toc.yml
@@ -1,3 +1,5 @@
- name: Akka
href: akka.md
- name: Akka.Cluster
href: akka.cluster.md
- name: Akka.Remote
Expand Down
2 changes: 0 additions & 2 deletions docs/articles/configuration/toc.yml
Expand Up @@ -2,7 +2,5 @@
href: config.md
- name: HOCON Syntax and Practices in Akka.NET
href: hocon.md
- name: Akka
href: akka.md
- name: Modules
href: modules/toc.yml

0 comments on commit 0ab5783

Please sign in to comment.