Update isNew badges

pull/4006/head
Kamran Ahmed 1 year ago
parent d6a28a312a
commit 910579f463
  1. 2
      src/components/TopicDetail/ContributionForm.tsx
  2. 2
      src/components/TopicDetail/TopicDetail.tsx
  3. 2
      src/data/guides/consistency-patterns-in-distributed-systems.md
  4. 2
      src/data/guides/how-to-setup-a-jump-server.md
  5. 2
      src/data/guides/setup-and-auto-renew-ssl-certificates.md
  6. 2
      src/data/guides/single-command-database-setup.md
  7. 2
      src/data/videos/basic-authentication.md
  8. 2
      src/data/videos/basics-of-authentication.md
  9. 2
      src/data/videos/session-based-authentication.md

@ -156,7 +156,7 @@ export function ContributionForm(props: ContributionFormProps) {
<div className="mb-2 mt-2 rounded-md border bg-gray-100 p-3">
<h1 className="mb-2 text-2xl font-bold">Guidelines</h1>
<ul class="flex flex-col gap-1 text-sm text-gray-700">
<li>Content should only be in English</li>
<li>Content should only be in English.</li>
<li>Do not add things you have not evaluated personally.</li>
<li>It should strictly be relevant to the topic.</li>
<li>It should not be paid or behind a signup.</li>

@ -233,7 +233,7 @@ export function TopicDetail() {
>
{contributionAlertMessage
? contributionAlertMessage
: 'Submit a Link'}
: 'Submit a Learning Resource'}
</button>
</div>
</>

@ -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

@ -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:

@ -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:

@ -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:

@ -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'

@ -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'

@ -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'

Loading…
Cancel
Save