Skip to content

Commit d1f84f8

Browse files
committed
Update IDL documentation links and adjust sidebar configuration
1 parent 68e3955 commit d1f84f8

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

docs/3-idl/actions.md

Whitespace-only changes.

docs/3-idl/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
22
sidebar_position: 4
33
title: IDL
4-
---
4+
---
5+
6+
You can see [services](/docs/3-idl/services.md) and [messages](/docs/3-idl/protobuf.md) in the IDL section.

docs/3-idl/messages.md

Whitespace-only changes.

docs/3-idl/state.md

Whitespace-only changes.

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const config: Config = {
100100
},
101101
{
102102
type: 'doc',
103-
docId: 'idl/index',
103+
docId: 'idl/protobuf',
104104
label: 'IDL',
105105
},
106106
{

0 commit comments

Comments
 (0)