Remove Styleguide

This commit is contained in:
Montana 2018-11-27 09:27:09 -05:00
parent f226f88ab3
commit bcf5d2c133

View File

@ -2,17 +2,6 @@
<div class="global-navigation sidenav {% if workspace %}global-navigation__context--workspace{% endif %}"> <div class="global-navigation sidenav {% if workspace %}global-navigation__context--workspace{% endif %}">
<ul> <ul>
{% if g.dev %}
{{ SidenavItem("Styleguide",
href="/styleguide",
icon="visible",
active=g.matchesPath('/styleguide'),
subnav=[
{"label":"Subnav 1", "href":"/styleguide?subnav1", "icon": "plus", "active": g.matchesPath('/styleguide?subnav1')},
{"label":"Subnav 2", "href":"/styleguide?subnav2", "active": g.matchesPath('/styleguide?subnav2')},
]) }}
{% endif %}
{{ SidenavItem("Requests", {{ SidenavItem("Requests",
href="/requests", href="/requests",
icon="document", icon="document",