Skip to content

Commit

Permalink
add extending section
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Aug 5, 2024
1 parent c173a97 commit 33413dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,20 +218,20 @@ const config = {
{text: "Testing", link: "/3.0/testing.html"},
{text: "Avo::Current", link: "/3.0/avo-current.html"},
{text: "Avo::ExecutionContext", link: "/3.0/execution-context.html"},
{text: "Avo::ApplicationController", link: "/3.0/avo-application-controller.html"},
{text: "Avo.asset_manager", link: "/3.0/asset-manager.html"},
{text: "Avo::Services::EncryptionService", link: "/3.0/encryption-service.html"},
{text: "Icons", link: "/3.0/icons.html"},
],
},
// {
// text: "Extending",
// items: [
// {text: "Plugins", link: "/3.0/plugins.html"},
{
text: "Extending",
items: [
{text: "Avo::ApplicationController", link: "/3.0/avo-application-controller.html"},
{text: "Avo.asset_manager", link: "/3.0/asset-manager.html"},
{text: "Plugins", link: "/3.0/plugins.html"},
// {text: "Avo::ApplicationController", link: "/3.0/avo-application-controller.html"},
// {text: "Avo.asset_manager", link: "/3.0/asset-manager.html"},
// ],
// },
],
},
],
"/2.0/": [
{
Expand Down

0 comments on commit 33413dc

Please sign in to comment.