New Developer Portal: how to populate and display the sidebar menu

Not applicable

I see this section in the Theme for the new (non-drupal) developer portal:

/* ==== Sidebar Menu ==== */
ul.navbar-submenu {
  background-color: transparent;
  margin-top: 30px;
  float: left;
}
.
.
.

but I see no examples of how to use it in the StreetCarts portal prototype.

How do I create and display a side menu on some but not all of my pages?

0 1 148
1 REPLY 1

@James B Robinson ,

Unfortunately, We don't have a full-fledged templating system in the new lightweight portal where you can re-use common regions like heavyweight APIGEE Portal built on Drupal CMS.

As of today, You need to add sidebar menu HTML to individual pages by editing them using the editor & apply CSS using theme section. Again, It's a hack.

Hope it helps.