Skip to content

Commit

Permalink
Update IDL documentation links and adjust sidebar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SK2iP committed Dec 1, 2024
1 parent 68e3955 commit d1f84f8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Empty file removed docs/3-idl/actions.md
Empty file.
4 changes: 3 additions & 1 deletion docs/3-idl/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
sidebar_position: 4
title: IDL
---
---

You can see [services](/docs/3-idl/services.md) and [messages](/docs/3-idl/protobuf.md) in the IDL section.
Empty file removed docs/3-idl/messages.md
Empty file.
Empty file removed docs/3-idl/state.md
Empty file.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const config: Config = {
},
{
type: 'doc',
docId: 'idl/index',
docId: 'idl/protobuf',
label: 'IDL',
},
{
Expand Down

0 comments on commit d1f84f8

Please sign in to comment.