Skip to content
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