Skip to content

Commit e47f99d

Browse files
eabaAaronontheweb
andauthored
Fix Serialization documentation discoverability (#5699)
* Fix Serialization documentation discoverability * Rename Akka.IO * fixed name of serializer id table Co-authored-by: Aaron Stannard <[email protected]>
1 parent ba86390 commit e47f99d

File tree

9 files changed

+28
-9
lines changed

9 files changed

+28
-9
lines changed
File renamed without changes.

docs/articles/actors/toc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
href: mailboxes.md
1111
- name: Scheduling Future and Recurring Messages
1212
href: schedulers.md
13+
- name: Akka.IO
14+
href: io.md
1315
- name: Inbox
1416
href: inbox.md
1517
- name: Finite State Machines
@@ -23,4 +25,5 @@
2325
- name: Testing Actor Systems
2426
href: testing-actor-systems.md
2527
- name: Coordinated Shutdown
26-
href: coordinated-shutdown.md
28+
href: coordinated-shutdown.md
29+

docs/articles/networking/io.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Akka.IO</title>
5+
<meta http-equiv = "refresh" content="1;url=../actors/io.html" />
6+
</head>
7+
<body>
8+
<p>This page has been moved to <a href="../actors/io.html">Akka.IO</a>.</p>
9+
</body>
10+
</html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Serialization</title>
5+
<meta http-equiv = "refresh" content="1;url=../serialization/serialization.html" />
6+
</head>
7+
<body>
8+
<p>This page has been moved to <a href="../serialization/serialization.html">Serialization</a>.</p>
9+
</body>
10+
</html>

docs/articles/networking/toc.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
- name: Serializer Code Table
2-
href: serializer-codes.md
1+
- name: Overview
2+
href: serialization.md
3+
- name: Built-in Serializer Ids
4+
href: codes.md

docs/articles/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
href: persistence/toc.yml
1111
- name: Streams
1212
href: streams/toc.yml
13-
- name: Networking
14-
href: networking/toc.yml
1513
- name: Remoting
1614
href: remoting/toc.yml
1715
- name: Clustering

0 commit comments

Comments
 (0)