feat: reorganise for cloud content
This commit is contained in:
parent
7396dbc851
commit
c7d058c599
24 changed files with 131 additions and 99 deletions
|
|
@ -10,8 +10,8 @@ import {themes as prismThemes} from 'prism-react-renderer';
|
|||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'CDR Link',
|
||||
tagline: 'A guide for agents, admins, and operators',
|
||||
title: 'SR2® Cloud',
|
||||
tagline: 'A cloud for civil society',
|
||||
favicon: 'img/favicon.ico',
|
||||
|
||||
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
|
||||
|
|
@ -20,7 +20,7 @@ const config = {
|
|||
},
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://docs.cdr.link',
|
||||
url: 'https://docs.sr2.uk',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: '/',
|
||||
|
|
@ -83,12 +83,12 @@ const config = {
|
|||
respectPrefersColorScheme: true,
|
||||
},
|
||||
navbar: {
|
||||
title: 'CDR Link',
|
||||
title: 'SR2® Cloud',
|
||||
logo: {
|
||||
alt: '',
|
||||
src: 'img/link-logo.png',
|
||||
// href: 'https://www.digiresilience.org/solutions/link/',
|
||||
// target: '_self',
|
||||
src: 'img/sr2-logo.webp',
|
||||
href: '/',
|
||||
target: '_self',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
|
|
@ -112,47 +112,31 @@ const config = {
|
|||
title: 'Docs',
|
||||
items: [
|
||||
{
|
||||
label: 'Agent Guide',
|
||||
to: '/docs/category/agent-guide',
|
||||
label: 'Link Helpdesk',
|
||||
to: '/docs/link',
|
||||
},
|
||||
{
|
||||
label: 'Admin Guide',
|
||||
to: '/docs/category/admin-guide',
|
||||
},
|
||||
{
|
||||
label: 'Operator Guide',
|
||||
to: '/docs/category/operator-guide',
|
||||
label: 'Web Mirrors',
|
||||
to: '/docs/mirrors',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Policy',
|
||||
title: '2nd Column',
|
||||
items: [
|
||||
{
|
||||
label: 'Code of Practice',
|
||||
href: 'https://digiresilience.org/about/code-practice/',
|
||||
},
|
||||
{
|
||||
label: 'Code of Conduct',
|
||||
href: 'https://digiresilience.org/about/code-conduct/',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'More',
|
||||
items: [
|
||||
{
|
||||
label: 'Center for Digital Resilience',
|
||||
href: 'https://digiresilience.org/',
|
||||
},
|
||||
{
|
||||
label: 'GitLab',
|
||||
href: 'https://gitlab.com/digiresilience/link/',
|
||||
label: 'Git',
|
||||
href: 'https://guardianproject.dev/sr2/',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © 2021-${new Date().getFullYear()}. This documentation is made available to you under the terms of the Creative Commons Attribution 4.0 International licence.`,
|
||||
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.`,
|
||||
},
|
||||
prism: {
|
||||
theme: prismThemes.github,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue