Skip to content

Commit

Permalink
docs: cleanup config
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Mar 19, 2024
1 parent 76fe5a1 commit 93dc4c3
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function createConfig() {
return {
title: 'Contrast',
tagline: 'Contrast: Confidential Containers at scale',
url: 'https://contrast-docs.edgeless.systems',
url: 'https://docs.edgeless.systems',
baseUrl: '/contrast/',
trailingSlash: false,
onBrokenLinks: 'throw',
Expand Down Expand Up @@ -77,21 +77,12 @@ async function createConfig() {
src: 'img/logos/contrast_icon.svg',
},
items: [
// left
// Running docs only mode no need for a link here
// {
// type: 'doc',
// docId: 'intro',
// position: 'left',
// label: 'Docs',
// },
// right
{
type: 'docsVersionDropdown',
position: 'right',
},
//{
// href: 'https://github.com/edgelesssys/constellation',
// href: 'https://github.com/edgelesssys/contrast',
// position: 'right',
// className: 'header-github-link',
//},
Expand All @@ -104,7 +95,7 @@ async function createConfig() {
},
//announcementBar: {
// content:
// 'If you like Constellation, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/edgelesssys/constellation">GitHub</a> ⭐️',
// 'If you like Contrast, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/edgelesssys/contrast">GitHub</a> ⭐️',
// backgroundColor: '#E7E6E6'
//},
footer: {
Expand Down

0 comments on commit 93dc4c3

Please sign in to comment.