Skip to content

Commit 5243a9d

Browse files
committed
Revert "Add Enterprise link"
This reverts commit 14e5877. Signed-off-by: Miraj Abeysekara <miraj@wso2.com>
1 parent 82fcda8 commit 5243a9d

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

docusaurus.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,6 @@ const config: Config = {
163163
},
164164
{ to: '/modules', label: 'Modules', position: 'left' },
165165
{ to: '/blog', label: 'Blog', position: 'left' },
166-
{
167-
href: 'https://wso2.com/engineering-platform/openchoreo/',
168-
label: 'Enterprise',
169-
position: 'left',
170-
className: 'navbar-enterprise-link',
171-
},
172166
{
173167
type: 'docsVersionDropdown',
174168
position: 'right',

src/css/custom.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
* work well for content-centric websites.
55
*/
66

7-
/* Hide external link icon on Enterprise navbar item */
8-
.navbar-enterprise-link svg {
9-
display: none;
10-
}
11-
127
/* Prevent swagger-ui's dark background from overriding Docusaurus's own background */
138
html[data-theme='dark'] {
149
background: unset !important;

0 commit comments

Comments
 (0)