1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Update isNew badges

This commit is contained in:
Kamran Ahmed
2023-06-02 21:31:27 +01:00
parent d6a28a312a
commit 910579f463
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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