mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 07:29:38 -05:00
docs: fix deploy preview and some links
This commit is contained in:
parent
d3b542d781
commit
b94a971d8e
@ -12,7 +12,7 @@ async function createConfig() {
|
|||||||
url: 'https://constellation-docs.netlify.app',
|
url: 'https://constellation-docs.netlify.app',
|
||||||
baseUrl: '/constellation/',
|
baseUrl: '/constellation/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'throw',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
@ -139,7 +139,7 @@ async function createConfig() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Newsletter',
|
label: 'Newsletter',
|
||||||
href: 'https://www.edgeless.systems/#newsletter-signup'
|
href: 'https://www.edgeless.systems/#footer'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -170,11 +170,11 @@ async function createConfig() {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Imprint',
|
label: 'Imprint',
|
||||||
href: 'https://www.edgeless.systems/imprint',
|
href: 'https://www.edgeless.systems/imprint/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Privacy Policy',
|
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>`
|
html: `<a href="javascript: Cookiebot.renew()" class="footer__link-item">Cookie Settings</a>`
|
||||||
@ -182,7 +182,7 @@ async function createConfig() {
|
|||||||
|
|
||||||
{
|
{
|
||||||
label: 'Contact Us',
|
label: 'Contact Us',
|
||||||
href: 'https://www.edgeless.systems/contact/',
|
href: 'https://www.edgeless.systems/contact-us/',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
1
docs/static/_redirects
vendored
Normal file
1
docs/static/_redirects
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/constellation/* /:splat 200!
|
Loading…
Reference in New Issue
Block a user