Update isNew badges

pull/4006/head
Kamran Ahmed 2 years 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"> <div className="mb-2 mt-2 rounded-md border bg-gray-100 p-3">
<h1 className="mb-2 text-2xl font-bold">Guidelines</h1> <h1 className="mb-2 text-2xl font-bold">Guidelines</h1>
<ul class="flex flex-col gap-1 text-sm text-gray-700"> <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>Do not add things you have not evaluated personally.</li>
<li>It should strictly be relevant to the topic.</li> <li>It should strictly be relevant to the topic.</li>
<li>It should not be paid or behind a signup.</li> <li>It should not be paid or behind a signup.</li>

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

@ -8,7 +8,7 @@ author:
seo: seo:
title: 'Consistency Patterns - roadmap.sh' title: 'Consistency Patterns - roadmap.sh'
description: 'Everything you need to know about Week, Strong and Eventual Consistency' 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/' canonicalUrl: 'https://cs.fyi/guide/consistency-patterns-week-strong-eventual/'
type: 'textual' type: 'textual'
date: 2023-01-18 date: 2023-01-18

@ -8,7 +8,7 @@ author:
seo: seo:
title: 'Jump Servers: What, Why and How - roadmap.sh' 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.' description: 'Learn what is a Jump Server and how to set it up for SSH access.'
isNew: true isNew: false
type: 'textual' type: 'textual'
date: 2023-03-20 date: 2023-03-20
sitemap: sitemap:

@ -8,7 +8,7 @@ author:
seo: seo:
title: "Guide to Let's Encrypt SSL Setup - roadmap.sh" title: "Guide to Let's Encrypt SSL Setup - roadmap.sh"
description: "Learn how to protect your website using Let's Encrypt SSL Certificates." description: "Learn how to protect your website using Let's Encrypt SSL Certificates."
isNew: true isNew: false
type: 'textual' type: 'textual'
date: 2023-03-13 date: 2023-03-13
sitemap: sitemap:

@ -8,7 +8,7 @@ author:
seo: seo:
title: 'Single Command Database Setup - roadmap.sh' title: 'Single Command Database Setup - roadmap.sh'
description: 'Learn how to run MySQL, PostgreSQL, or MongoDB in Docker with single Command' description: 'Learn how to run MySQL, PostgreSQL, or MongoDB in Docker with single Command'
isNew: true isNew: false
type: 'textual' type: 'textual'
date: 2023-02-27 date: 2023-02-27
sitemap: sitemap:

@ -2,7 +2,7 @@
title: 'Basic Authentication' title: 'Basic Authentication'
description: 'Learn everything you need to know about basic authentication' description: 'Learn everything you need to know about basic authentication'
duration: '5 minutes' duration: '5 minutes'
isNew: true isNew: false
date: 2022-10-01 date: 2022-10-01
author: author:
name: 'Kamran Ahmed' name: 'Kamran Ahmed'

@ -2,7 +2,7 @@
title: 'Basics of Authentication' title: 'Basics of Authentication'
description: 'Learn everything you need to know about authentication with this Authentication Series' description: 'Learn everything you need to know about authentication with this Authentication Series'
duration: '5 minutes' duration: '5 minutes'
isNew: true isNew: false
date: 2022-09-21 date: 2022-09-21
author: author:
name: 'Kamran Ahmed' name: 'Kamran Ahmed'

@ -2,7 +2,7 @@
title: 'Session Based Authentication' title: 'Session Based Authentication'
description: 'Learn everything you need to know about session authentication' description: 'Learn everything you need to know about session authentication'
duration: '2 minutes' duration: '2 minutes'
isNew: true isNew: false
date: 2022-11-02 date: 2022-11-02
author: author:
name: 'Kamran Ahmed' name: 'Kamran Ahmed'

Loading…
Cancel
Save