1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-07-03 11:53:42 +02:00

Adding example code.

This commit is contained in:
Henrik Hautakoski 2023-08-22 07:42:08 +02:00
parent 8af301e505
commit 1ac7bc7fa5
2 changed files with 118 additions and 0 deletions

View file

@ -65,6 +65,7 @@ export default defineConfig({
{
text: 'API',
items: [
{ text: 'Examples', link: '/docs/api/examples' },
{ text: 'Messages', link: '/docs/api/messages' },
{ text: 'Channels', link: '/docs/api/redis-channels' },
{ text: 'Clients', link: '/docs/api/clients' }