Skip to content

Commit

Permalink
docs: add manual installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 22, 2024
1 parent c24ebd6 commit c513d5f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/src/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,18 @@ export const docsConfig: TDocsConfig = {
},
{
title: 'Installation',
items: [{
title: 'Angular',
href: '/docs/installation/angular',
items: [],
}],
items: [
{
title: 'Angular',
href: '/docs/installation/angular',
items: [],
},
{
title: 'Manual',
href: '/docs/installation/manual',
items: [],
},
],
},
{
title: 'Components',
Expand Down

0 comments on commit c513d5f

Please sign in to comment.