diff --git a/src/components/TopicDetail/ContributionForm.tsx b/src/components/TopicDetail/ContributionForm.tsx index 5696e7938..0fdea8476 100644 --- a/src/components/TopicDetail/ContributionForm.tsx +++ b/src/components/TopicDetail/ContributionForm.tsx @@ -156,7 +156,7 @@ export function ContributionForm(props: ContributionFormProps) {

Guidelines

diff --git a/src/data/guides/consistency-patterns-in-distributed-systems.md b/src/data/guides/consistency-patterns-in-distributed-systems.md index 3614fd9ec..25b69c2c1 100644 --- a/src/data/guides/consistency-patterns-in-distributed-systems.md +++ b/src/data/guides/consistency-patterns-in-distributed-systems.md @@ -8,7 +8,7 @@ author: seo: title: 'Consistency Patterns - roadmap.sh' description: 'Everything you need to know about Week, Strong and Eventual Consistency' -isNew: true +isNew: false canonicalUrl: 'https://cs.fyi/guide/consistency-patterns-week-strong-eventual/' type: 'textual' date: 2023-01-18 diff --git a/src/data/guides/how-to-setup-a-jump-server.md b/src/data/guides/how-to-setup-a-jump-server.md index 41a790d56..70642b784 100644 --- a/src/data/guides/how-to-setup-a-jump-server.md +++ b/src/data/guides/how-to-setup-a-jump-server.md @@ -8,7 +8,7 @@ author: seo: title: 'Jump Servers: What, Why and How - roadmap.sh' description: 'Learn what is a Jump Server and how to set it up for SSH access.' -isNew: true +isNew: false type: 'textual' date: 2023-03-20 sitemap: diff --git a/src/data/guides/setup-and-auto-renew-ssl-certificates.md b/src/data/guides/setup-and-auto-renew-ssl-certificates.md index b3917a4c4..3acbdbc87 100644 --- a/src/data/guides/setup-and-auto-renew-ssl-certificates.md +++ b/src/data/guides/setup-and-auto-renew-ssl-certificates.md @@ -8,7 +8,7 @@ author: seo: title: "Guide to Let's Encrypt SSL Setup - roadmap.sh" description: "Learn how to protect your website using Let's Encrypt SSL Certificates." -isNew: true +isNew: false type: 'textual' date: 2023-03-13 sitemap: diff --git a/src/data/guides/single-command-database-setup.md b/src/data/guides/single-command-database-setup.md index a39e8a2c3..129c8a5e8 100644 --- a/src/data/guides/single-command-database-setup.md +++ b/src/data/guides/single-command-database-setup.md @@ -8,7 +8,7 @@ author: seo: title: 'Single Command Database Setup - roadmap.sh' description: 'Learn how to run MySQL, PostgreSQL, or MongoDB in Docker with single Command' -isNew: true +isNew: false type: 'textual' date: 2023-02-27 sitemap: diff --git a/src/data/videos/basic-authentication.md b/src/data/videos/basic-authentication.md index 2c26202ed..223461fc4 100644 --- a/src/data/videos/basic-authentication.md +++ b/src/data/videos/basic-authentication.md @@ -2,7 +2,7 @@ title: 'Basic Authentication' description: 'Learn everything you need to know about basic authentication' duration: '5 minutes' -isNew: true +isNew: false date: 2022-10-01 author: name: 'Kamran Ahmed' diff --git a/src/data/videos/basics-of-authentication.md b/src/data/videos/basics-of-authentication.md index f297671ef..fd10bfc54 100644 --- a/src/data/videos/basics-of-authentication.md +++ b/src/data/videos/basics-of-authentication.md @@ -2,7 +2,7 @@ title: 'Basics of Authentication' description: 'Learn everything you need to know about authentication with this Authentication Series' duration: '5 minutes' -isNew: true +isNew: false date: 2022-09-21 author: name: 'Kamran Ahmed' diff --git a/src/data/videos/session-based-authentication.md b/src/data/videos/session-based-authentication.md index 419e15040..12838e055 100644 --- a/src/data/videos/session-based-authentication.md +++ b/src/data/videos/session-based-authentication.md @@ -2,7 +2,7 @@ title: 'Session Based Authentication' description: 'Learn everything you need to know about session authentication' duration: '2 minutes' -isNew: true +isNew: false date: 2022-11-02 author: name: 'Kamran Ahmed'