How to hide side navigation of document on any page on Developer Portal in TIBCO Cloud API Management
book
Article ID: KB0071015
calendar_today
Updated On:
TIBCO Cloud API Management
|
NA
|
Description
The developer portal static page always contains a side navigation area of all the content pages available in the control center.
Issue/Introduction
This article provides inputs to hide side navigation of the documents from the Developer Portal's static page.
Resolution
Add the below lines in the inline CSS section in the below location:
Manage --> Portal--> Portal Setup --> Inline CSS
----
#page-docs #sub {display: none;}
#page-docs div#main { width: 920px; }
----
This will remove the side navigation of the document from the Developer Portal static page.
Feedback
thumb_up
Yes
thumb_down
No