From e6bdceb248e52e82415cfd5da27f9f0a11902cf3 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Sat, 19 Nov 2022 21:58:04 -0800 Subject: [PATCH] Moar website fixes (#1562) ## Description - Fixes metadata that impacts preview cards - Fix URLs that pointed to the old docs site --- ...1-16-corso-announcement-free-backup-for-microsoft-365.md | 2 +- docs/docusaurus.config.js | 6 +++--- docs/src/components/parts/FirstSection.js | 3 +-- docs/src/components/parts/FourthSection.js | 2 +- docs/src/components/parts/ThirdSection.js | 6 ++---- docs/src/pages/index.js | 4 ++-- 6 files changed, 10 insertions(+), 13 deletions(-) diff --git a/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md b/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md index e76d0359b..630d76f6c 100644 --- a/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md +++ b/docs/blog/2022-11-16-corso-announcement-free-backup-for-microsoft-365.md @@ -76,7 +76,7 @@ costs, as well. ## Interested in Trying Corso? Corso, currently in alpha, provides a CLI-based tool for backups of your M365 data. -[Follow the quickstart guide](https://docs.corsobackup.io/) to start protecting your business-critical M365 data in +[Follow the quickstart guide](../docs/quickstart) to start protecting your business-critical M365 data in just a few minutes. Because Corso is currently in alpha, it should NOT be used in production. Corso supports Microsoft 365 Exchange and OneDrive, with SharePoint and Teams support in active development. Coverage diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ffdd25e1e..f89a40779 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -6,7 +6,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); /** @type {import('@docusaurus/types').Config} */ const config = { - title: 'Corso Documentation', + title: 'Corso', tagline: 'Free, Secure, and Open-Source Backup for Microsoft 365', url: 'https://corsobackup.io', baseUrl: process.env.CORSO_DOCS_BASEURL || '/', @@ -163,8 +163,8 @@ const config = { metadata : [ {name: 'twitter:card', content: 'summary_large_image'}, {name: 'twitter:site', content: '@corsobackup'}, - {name: 'twitter:title', content: 'Corso Documentation: Free, Secure, and Open-Source Backup for Microsoft 365'}, - {name: 'twitter:description', content: 'Documentation for Corso, an open-source tool, that protects Microsoft 365 data by securely and efficiently backing up all business-critical data to object storage.'}, + {name: 'twitter:title', content: 'Corso: Free, Secure, and Open-Source Backup for Microsoft 365'}, + {name: 'twitter:description', content: 'Intro, Docs, and Blog for Corso, an open-source tool, that protects Microsoft 365 data by securely and efficiently backing up all business-critical data to object storage.'}, ], prism: { diff --git a/docs/src/components/parts/FirstSection.js b/docs/src/components/parts/FirstSection.js index 66b52342e..eae0262a6 100644 --- a/docs/src/components/parts/FirstSection.js +++ b/docs/src/components/parts/FirstSection.js @@ -35,8 +35,7 @@ export default function FirstSection() {
Download Now diff --git a/docs/src/components/parts/FourthSection.js b/docs/src/components/parts/FourthSection.js index 4ffaeb642..bf2bd0c0d 100644 --- a/docs/src/components/parts/FourthSection.js +++ b/docs/src/components/parts/FourthSection.js @@ -46,7 +46,7 @@ export default function FourthSection() { minutes.

Get Started{" "} diff --git a/docs/src/components/parts/ThirdSection.js b/docs/src/components/parts/ThirdSection.js index 02924bf9d..3f8658999 100644 --- a/docs/src/components/parts/ThirdSection.js +++ b/docs/src/components/parts/ThirdSection.js @@ -357,8 +357,7 @@ export default function ThirdSection() {
Use The Quick Start For Your First Backup{" "} @@ -423,8 +422,7 @@ export default function ThirdSection() {
Read about our Object Storage support{" "} diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 3ea9d341f..8618336e1 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -5,8 +5,8 @@ import { MainComp } from "../components/parts/MainComp"; export default function Home() { return (