Browse Source

Merge pull request #16270 from abpframework/fix/16264

add card component to nav items in document
pull/16271/head
Masum ULU 3 years ago
committed by GitHub
parent
commit
2ee187474e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/docs-nav.json

4
docs/en/docs-nav.json

@ -1197,6 +1197,10 @@
{ {
"text": "Chart", "text": "Chart",
"path": "UI/Angular/Chart-Component.md" "path": "UI/Angular/Chart-Component.md"
},
{
"text": "Card",
"path": "UI/Angular/Card-Component.md"
} }
] ]
} }

Loading…
Cancel
Save