Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions pages/auto_drive/_meta.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
'index': 'Overview',
'pay_with_ai3': 'Pay with AI3',
'rclone': 'rclone integration',
}
Loading