Browse Source

docs: add angular/theming to the menu

pull/9677/head
mehmet-erim 5 years ago
parent
commit
34da6c2a45
  1. 17
      docs/en/docs-nav.json

17
docs/en/docs-nav.json

@ -365,8 +365,8 @@
"path": "Object-To-Object-Mapping.md"
},
{
"text":"String Encryption",
"path":"String-Encryption.md"
"text": "String Encryption",
"path": "String-Encryption.md"
},
{
"text": "Text Templating",
@ -1025,6 +1025,19 @@
"text": "Customization Guide",
"path": "UI/Angular/Customization-User-Interface.md"
},
{
"text": "Theming",
"items": [
{
"text": "Overall",
"path": "UI/Angular/Theming.md"
},
{
"text": "The Basic Theme",
"path": "UI/Angular/Basic-Theme.md"
}
]
},
{
"text": "Modifying the Menu",
"path": "UI/Angular/Modifying-the-Menu.md"

Loading…
Cancel
Save