Skip to content

Commit

Permalink
docs: fix deploy preview and some links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Nov 23, 2023
1 parent d3b542d commit b94a971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function createConfig() {
url: 'https://constellation-docs.netlify.app',
baseUrl: '/constellation/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',

// GitHub pages deployment config.
Expand Down Expand Up @@ -139,7 +139,7 @@ async function createConfig() {
},
{
label: 'Newsletter',
href: 'https://www.edgeless.systems/#newsletter-signup'
href: 'https://www.edgeless.systems/#footer'
},
],
},
Expand Down Expand Up @@ -170,19 +170,19 @@ async function createConfig() {
items: [
{
label: 'Imprint',
href: 'https://www.edgeless.systems/imprint',
href: 'https://www.edgeless.systems/imprint/',
},
{
label: 'Privacy Policy',
href: 'https://www.edgeless.systems/privacy',
href: 'https://www.edgeless.systems/privacy/',
},
{
html: `<a href="javascript: Cookiebot.renew()" class="footer__link-item">Cookie Settings</a>`
},

{
label: 'Contact Us',
href: 'https://www.edgeless.systems/contact/',
href: 'https://www.edgeless.systems/contact-us/',
},
],
},
Expand Down
1 change: 1 addition & 0 deletions docs/static/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/constellation/* /:splat 200!

0 comments on commit b94a971

Please sign in to comment.