Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions pages/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,24 @@ export default {
introduction: "Introduction",
auto_drive: 'Auto Drive',
sdk: 'Auto SDK',
evm: 'Auto EVM',
application_examples: 'Example Applications',
auto_agents_framework: 'Autonomys Agents Framework',
evm: {
title: 'Auto EVM',
theme: {
collapsed: true,
},
},
application_examples: {
title: 'Example Applications',
theme: {
collapsed: true,
},
},
auto_agents_framework: {
title: 'Autonomys Agents Framework',
theme: {
collapsed: true,
},
},
llm_friendly_docs: {
title: 'LLM-Friendly Docs',
theme: {
Expand Down
3 changes: 2 additions & 1 deletion pages/sdk/auto-drive/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ export default {
'overview_setup': 'Overview & Setup',
'create_api_key': 'Create an API Key',
'available_functions': 'Available Functions',
'pay_with_ai3': 'Pay with AI3',
's3_layer': 'S3 Layer (S3 compatibility)',
'rclone': 'Using rclone',
'usage_examples': 'Usage Examples',
'pay_with_ai3': 'Pay with AI3',
'encryption': 'File Encryption Specification',
'gateway': "Gateway",
'api_reference': 'API Reference',
Expand Down
Loading