Skip to content

Commit

Permalink
Fix Serialization documentation discoverability (#5699)
Browse files Browse the repository at this point in the history
* Fix Serialization documentation discoverability

* Rename Akka.IO

* fixed name of serializer id table

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
eaba and Aaronontheweb committed Mar 3, 2022
1 parent ba86390 commit e47f99d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 9 deletions.
File renamed without changes.
5 changes: 4 additions & 1 deletion docs/articles/actors/toc.yml
Expand Up @@ -10,6 +10,8 @@
href: mailboxes.md
- name: Scheduling Future and Recurring Messages
href: schedulers.md
- name: Akka.IO
href: io.md
- name: Inbox
href: inbox.md
- name: Finite State Machines
Expand All @@ -23,4 +25,5 @@
- name: Testing Actor Systems
href: testing-actor-systems.md
- name: Coordinated Shutdown
href: coordinated-shutdown.md
href: coordinated-shutdown.md

10 changes: 10 additions & 0 deletions docs/articles/networking/io.html
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Akka.IO</title>
<meta http-equiv = "refresh" content="1;url=../actors/io.html" />
</head>
<body>
<p>This page has been moved to <a href="../actors/io.html">Akka.IO</a>.</p>
</body>
</html>
10 changes: 10 additions & 0 deletions docs/articles/networking/serialization.html
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Serialization</title>
<meta http-equiv = "refresh" content="1;url=../serialization/serialization.html" />
</head>
<body>
<p>This page has been moved to <a href="../serialization/serialization.html">Serialization</a>.</p>
</body>
</html>
4 changes: 0 additions & 4 deletions docs/articles/networking/toc.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions docs/articles/serialization/toc.yml
@@ -1,2 +1,4 @@
- name: Serializer Code Table
href: serializer-codes.md
- name: Overview
href: serialization.md
- name: Built-in Serializer Ids
href: codes.md
2 changes: 0 additions & 2 deletions docs/articles/toc.yml
Expand Up @@ -10,8 +10,6 @@
href: persistence/toc.yml
- name: Streams
href: streams/toc.yml
- name: Networking
href: networking/toc.yml
- name: Remoting
href: remoting/toc.yml
- name: Clustering
Expand Down

0 comments on commit e47f99d

Please sign in to comment.