Update docs theme section to customization
The themes section of the webui style guide contained a section named
theme. This section also included information about the environmental
builds. The name was misleading and confusing, so we determined in the
GUI Design Work Group to update the section name.
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Iad245199048f65f346e6c033a766605f303b0ade
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index e48e166..257b6fe 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -13,8 +13,8 @@
link: "/guide/"
},
{
- text: "Themes",
- link: "/themes/"
+ text: "Customization",
+ link: "/customization/"
},
{
text: "Github",
@@ -66,7 +66,7 @@
]
}
],
- "/themes/": ["", "customize", "env"]
+ "/customization/": ["", "theme", "build"]
},
}
};
\ No newline at end of file