Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
markunl committed Jan 23, 2024
1 parent e9d49d6 commit 1b70392
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,62 @@ module.exports = {
},
navbar: {
title: 'Unleash',
style: 'dark',
logo: {
alt: 'Unleash logo',
src: 'img/logo.svg',
},
items: [
{
type: 'dropdown',
label: 'Unleash Academy',
position: 'left',
to: 'unleash-academy/introduction',
items: [
{
type: 'doc',
label: 'Foundational',
docId: 'unleash-academy/foundational',
},
{
type: 'doc',
label: 'Advanced for Developers',
docId: 'unleash-academy/advanced-for-devs',
},
{
type: 'doc',
label: 'Managing Unleash for DevOps/Admins',
docId: 'unleash-academy/managing-unleash-for-devops',
},
],
},
{
type: 'dropdown',
label: 'Unleash Certification',
position: 'left',
items: [
{
label: 'Foundational',
href: 'placeholder',
},
{
label: 'Advanced for Developers',
href: 'placeholder',
},
{
label: 'Managing Unleash for DevOps/Admins',
href: 'placeholder',
},
],
},
{
href: 'https://www.getunleash.io/plans',
label: 'Unleash Enterprise',
label: 'Plans',
position: 'right',
},
{
href: 'https://app.unleash-hosted.com/sign-in',
label: 'Sign in',
position: 'right',
},
{
Expand Down

0 comments on commit 1b70392

Please sign in to comment.