update(ui): Links footer
This commit is contained in:
parent
49870ce62d
commit
49a367c701
|
|
@ -23,13 +23,13 @@ window.PROLOGY_CONFIG = {
|
|||
FOOTER_STATIC_URL: "assets/",
|
||||
FOOTER_LOGO_URL: "assets/Prology_logo.png",
|
||||
FOOTER_CATEGORIES: [
|
||||
{ label: "Compute", url: "compute.html" },
|
||||
{ label: "Storage", url: "storage.html" },
|
||||
{ label: "Networking", url: "networking.html" },
|
||||
{ label: "Security", url: "security.html" },
|
||||
{ label: "End User", url: "end-user.html" },
|
||||
{ label: "Data Center", url: "data-center.html" },
|
||||
{ label: "Components", url: "components.html" },
|
||||
{ label: "Compute", url: "compute" },
|
||||
{ label: "Storage", url: "storage" },
|
||||
{ label: "Networking", url: "networking" },
|
||||
{ label: "Security", url: "security" },
|
||||
{ label: "End User", url: "end-user" },
|
||||
{ label: "Data Center", url: "data-center" },
|
||||
{ label: "Components", url: "components" },
|
||||
],
|
||||
FOOTER_LEGAL_LINKS: [
|
||||
{ label: "Privacy Policy", url: "privacy-policy-cookie-restriction-mode" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue