Skip to content

Commit bba2eb3

Browse files
Merge pull request #117 from kamranahmedse/master
Create a new pull request by comparing changes across two branches
2 parents 706ad61 + ce0f2a4 commit bba2eb3

File tree

35 files changed

+12283
-8170
lines changed

35 files changed

+12283
-8170
lines changed

public/authors/fernando.jpeg

28.7 KB
Loading
119 KB
Loading
80.5 KB
Loading
99 KB
Loading
47.7 KB
Loading
8.89 KB
Loading

src/components/GuideListItem.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { frontmatter, id } = guide;
1313
class:list={[
1414
"block no-underline py-2 group text-md items-center text-gray-600 hover:text-blue-600 flex justify-between border-b",
1515
]}
16-
href={`/guides/${id}`}
16+
href={frontmatter.excludedBySlug ? frontmatter.excludedBySlug : `/guides/${id}`}
1717
>
1818
<span class="group-hover:translate-x-2 transition-transform">
1919
{frontmatter.title}

src/components/MarkdownFile.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div
2-
class='prose-xl prose-blockquote:font-normal prose container prose-code:bg-transparent prose-h2:text-3xl prose-h2:mt-10 prose-h2:mb-3 prose-h3:mt-2 prose-img:mt-1'
2+
class='prose-xl prose-blockquote:font-normal prose container prose-code:bg-transparent prose-h2:text-3xl prose-h2:mt-10 prose-h2:mb-3 prose-h5:font-medium prose-h3:mt-2 prose-img:mt-1'
33
>
44
<slot />
55
</div>

src/data/guides/backend-languages.md

Lines changed: 394 additions & 0 deletions
Large diffs are not rendered by default.

src/data/question-groups/javascript/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ briefTitle: 'JavaScript'
44
briefDescription: 'Test, rate and improve your JavaScript knowledge with these questions.'
55
title: 'JavaScript Questions'
66
description: 'Test, rate and improve your JavaScript knowledge with these questions.'
7-
isNew: true
7+
isNew: false
88
seo:
99
title: 'JavaScript Questions'
1010
description: 'Curated list of JavaScript questions to test, rate and improve your knowledge. Questions are based on real world experience and knowledge.'

0 commit comments

Comments
 (0)