feat: reorganise for cloud content
Some checks failed
ci / build_and_publish (push) Failing after 1m15s

This commit is contained in:
Iain Learmonth 2026-02-23 19:09:21 +00:00
parent c7d058c599
commit a27970713e
27 changed files with 203 additions and 19 deletions

View file

@ -122,21 +122,39 @@ const config = {
],
},
{
title: '2nd Column',
title: 'Policy',
items: [
{
label: 'Terms and Conditions',
href: 'https://www.sr2.uk/terms',
},
{
label: 'Privacy Policy',
href: 'https://www.sr2.uk/privacy',
},
{
label: 'Complaints Policy',
href: 'https://www.sr2.uk/complaints',
}
],
},
{
title: 'More',
items: [
{
label: 'Git',
label: 'SR2 Communications',
href: 'https://www.sr2.uk/',
},
{
label: 'Open Source',
href: 'https://guardianproject.dev/sr2/',
},
],
},
],
copyright: `Copyright © 2021-${new Date().getFullYear()} SR2 Communications Limited.<br>This documentation is made available to you under the terms of the Creative Commons Attribution 4.0 International licence.`,
copyright: `
<a href="https://cloud.sr2.uk/">SR2 Cloud Documentation</a> © 2021-${new Date().getFullYear()} is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">.
<br>SR2® and SR2 Communications® are registered trademarks of SR2 Communications Limited, a company registered in Scotland, number SC692687.`
},
prism: {
theme: prismThemes.github,