Added quadrantChart to the side bar

This commit is contained in:
Subhash Halder 2023-05-13 20:28:49 +05:30
parent 0f354ff974
commit c4aebe6d57
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ function sidebarSyntax() {
{ text: 'User Journey', link: '/syntax/userJourney' },
{ text: 'Gantt', link: '/syntax/gantt' },
{ text: 'Pie Chart', link: '/syntax/pie' },
{ text: 'Quadrant Chart', link: '/syntax/quadrantChart' },
{ text: 'Requirement Diagram', link: '/syntax/requirementDiagram' },
{ text: 'Gitgraph (Git) Diagram 🔥', link: '/syntax/gitgraph' },
{ text: 'C4C Diagram (Context) Diagram 🦺⚠️', link: '/syntax/c4c' },