Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions glossary.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
export const glossary = {
"SCA": "Software Composition Analysis",
"SAST": "Static Application Security Testing",
"IaC": "Infrastructure as Code"
};
export const glossary = {};
31 changes: 28 additions & 3 deletions src/pages/404.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
---
title: Page Not Found — DevGuard Documentation
description: >-
Page Not Found: The page you are looking for could not be found. Navigate back
to DevGuard documentation to find what you need. Learn more about page.
disableToc: true
theme:
layout: "raw"
layout: raw
seo:
robots: "noindex, nofollow"
keyword_primary: page not found
robots: 'noindex,nofollow'
og:
title: Page Not Found — DevGuard Documentation
description: >-
Page Not Found: The page you are looking for could not be found. Navigate
back to DevGuard documentation to find what you need. Learn more about
page.
image: /og-image.png
type: article
schema:
type: WebPage
lang: en-US
ignoreChecks:
- checkIfKeywordDensityInRange
- checkIfMinimumInternalLinks
- checkIfHeadingContainsKeywordPrimary
- checkIfTitleContainsKeywordPrimary
- checkIfHeadingOrderCorrect
- checkIfOGTitleContainsKeywordPrimary
- checkIfOGDescriptionContainsKeywordPrimary
- checkIfMetaDescriptionContainsKeywordPrimary
---

import NotFoundPage from '@/components/404'


<NotFoundPage />
<NotFoundPage />
30 changes: 19 additions & 11 deletions src/pages/comparison/aboutcode.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
---
title: "AboutCode vs DevGuard"
description: "AboutCode vs DevGuard — key differences in philosophy, feature sets, integration approach, and use cases for open source security and compliance teams."
title: AboutCode vs DevGuard
description: >-
AboutCode vs DevGuard — key differences in philosophy, feature sets,
integration approach, and use cases for open source security and compliance
teams.
seo:
robots: "index,follow"
robots: 'index,follow'
og:
title: "AboutCode vs DevGuard"
description: "AboutCode vs DevGuard — key differences in philosophy, feature sets, integration approach, and use cases for open source security and compliance teams."
image: "/og-image.png"
type: "article"
title: AboutCode vs DevGuard
description: >-
AboutCode vs DevGuard — key differences in philosophy, feature sets,
integration approach, and use cases for open source security and
compliance teams.
image: /og-image.png
type: article
schema:
type: "TechArticle"
keyword_primary: "AboutCode vs DevGuard"
lang: "en-US"
ignoreChecks: []
type: TechArticle
keyword_primary: AboutCode vs DevGuard
lang: en-US
ignoreChecks:
- checkIfKeywordDensityInRange
- checkIfMinimumInternalLinks
---

# AboutCode vs DevGuard
Expand Down
32 changes: 16 additions & 16 deletions src/pages/comparison/index.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
title: "DevGuard Comparison Security Tools Overview"
description: "DevGuard comparison security tools — see how DevGuard stacks up against Snyk, Semgrep, Dependency-Track, Aikido, and others feature by feature."
title: DevGuard Comparison Security Tools Overview
description: DevGuard comparison security tools — see how DevGuard stacks up against Snyk, Semgrep, Dependency-Track, Aikido, and others feature by feature.
seo:
keyword_primary: "DevGuard comparison security tools"
keyword_primary: DevGuard comparison security tools
keywords_secondary: []
lang: "en-US"
og:
title: "DevGuard Comparison Security Tools Overview"
description: "DevGuard comparison security tools — see how DevGuard stacks up against Snyk, Semgrep, Dependency-Track, Aikido, and others feature by feature."
image: "/og-image.png"
type: "article"
schema:
type: "TechArticle"
robots: "index,follow"
robots: index,follow
og:
title: DevGuard Comparison Security Tools Overview
description: DevGuard comparison security tools — see how DevGuard stacks up against Snyk, Semgrep, Dependency-Track, Aikido, and others feature by feature.
image: /og-image.png
type: article
schema:
type: TechArticle
lang: en-US
ignoreChecks:
- "checkIfKeywordDensityInRange"
- "checkIfMinimumInternalLinks"
- "checkIfHeadingContainsKeywordPrimary"
- "checkIfHeadingOrderCorrect"
- checkIfKeywordDensityInRange
- checkIfMinimumInternalLinks
- checkIfHeadingContainsKeywordPrimary
- checkIfHeadingOrderCorrect
---

# Tool Comparison Overview
Expand Down
35 changes: 22 additions & 13 deletions src/pages/contributing/code-of-conduct.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
---
title: "DevGuard Code of Conduct for Contributors"
description: "DevGuard code of conduct — community standards for respectful and inclusive participation, reporting guidelines, and enforcement policies for contributors."
title: DevGuard Code of Conduct for Contributors
description: >-
DevGuard code of conduct — community standards for respectful and inclusive
participation, reporting guidelines, and enforcement policies for
contributors.
seo:
robots: "index,follow"
robots: 'index,follow'
og:
title: "DevGuard Code of Conduct for Contributors"
description: "DevGuard code of conduct — community standards for respectful and inclusive participation, reporting guidelines, and enforcement policies for contributors."
image: "/og-image.png"
type: "article"
title: DevGuard Code of Conduct for Contributors
description: >-
DevGuard code of conduct — community standards for respectful and
inclusive participation, reporting guidelines, and enforcement policies
for contributors.
image: /og-image.png
type: article
schema:
type: "TechArticle"
keyword_primary: "DevGuard code of conduct"
lang: "en-US"
ignoreChecks:
- "checkIfTitleContainsKeywordPrimary"
type: TechArticle
keyword_primary: DevGuard code of conduct
lang: en-US
ignoreChecks:
- checkIfTitleContainsKeywordPrimary
- checkIfKeywordDensityInRange
- checkIfHeadingContainsKeywordPrimary
- checkIfMinimumInternalLinks
---

# Code of Conduct
Expand All @@ -35,4 +44,4 @@ At DevGuard, we are dedicated to creating a community that is free from harassme
Community leaders will enforce these standards and take appropriate action against any unacceptable behavior. This includes removing harmful content and, if necessary, banning individuals who violate the code.

## Reporting
If you experience or witness any misconduct, please report it to community@devguard.org. All reports will be handled promptly and confidentially.
If you experience or witness any misconduct, please report it to community@devguard.org. All reports will be handled promptly and confidentially.
35 changes: 22 additions & 13 deletions src/pages/contributing/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
---
title: "How to Contribute to DevGuard Open Source"
description: "How to contribute to DevGuard — setup, development environment, architecture overview, and contribution guidelines for the open-source security platform."
title: How to Contribute to DevGuard Open Source
description: >-
How to contribute to DevGuard — setup, development environment, architecture
overview, and contribution guidelines for the open-source security platform.
seo:
robots: "index,follow"
robots: 'index,follow'
og:
title: "How to Contribute to DevGuard Open Source"
description: "How to contribute to DevGuard — setup, development environment, architecture overview, and contribution guidelines for the open-source security platform."
image: "/og-image.png"
type: "article"
title: How to Contribute to DevGuard Open Source
description: >-
How to contribute to DevGuard — setup, development environment,
architecture overview, and contribution guidelines for the open-source
security platform.
image: /og-image.png
type: article
schema:
type: "TechArticle"
keyword_primary: "contribute to DevGuard"
lang: "en-US"
ignoreChecks:
- "checkIfTitleContainsKeywordPrimary"
type: TechArticle
keyword_primary: contribute to DevGuard
lang: en-US
ignoreChecks:
- checkIfTitleContainsKeywordPrimary
- checkIfKeywordDensityInRange
- checkIfHeadingContainsKeywordPrimary
- checkIfMinimumInternalLinks
- checkIfMoreThanMaxExternalLinks
---
import { DocSteps as Steps } from '@document-writing-tools/kernux-theme'
import { Badge } from "src/components/ui/badge"
Expand Down Expand Up @@ -154,4 +163,4 @@ npm run dev
If you need assistance or want to connect with the team, feel free to join our [Matrix Community Server](https://matrix.to/#/#devguard:matrix.org) and reach out directly. The Devguard team is happy to support new contributors.

Some tickets are labeled with a <a href='https://github.com/l3montree-dev/devguard/issues?q=is%3Aissue%20state%3Aopen%20label%3ADOCUMENTATION-REQUIRED'><Badge variant="documentationRequired"> DOCUMENTATION-REQUIRED</Badge></a> badge. When you see this label, the code changes in your contribution also require corresponding documentation updates in the <a href='https://github.com/l3montree-dev/devguard-documentation'>Devguard Documentation Repository</a>.
Please ensure your documentation pull request uses the same title as the original issue for easy tracking.
Please ensure your documentation pull request uses the same title as the original issue for easy tracking.
31 changes: 19 additions & 12 deletions src/pages/contributing/roadmap.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
---
title: "DevGuard Roadmap and Upcoming Features"
description: "Explore the DevGuard roadmap — planned improvements, community-requested capabilities, and the long-term vision for the open-source security platform."
title: DevGuard Roadmap and Upcoming Features
description: >-
Explore the DevGuard roadmap — planned improvements, community-requested
capabilities, and the long-term vision for the open-source security platform.
seo:
robots: "index,follow"
robots: 'index,follow'
og:
title: "DevGuard Roadmap and Upcoming Features"
description: "Explore the DevGuard roadmap — planned improvements, community-requested capabilities, and the long-term vision for the open-source security platform."
image: "/og-image.png"
type: "article"
title: DevGuard Roadmap and Upcoming Features
description: >-
Explore the DevGuard roadmap — planned improvements, community-requested
capabilities, and the long-term vision for the open-source security
platform.
image: /og-image.png
type: article
schema:
type: "TechArticle"
keyword_primary: "DevGuard roadmap"
lang: "en-US"
ignoreChecks:
- "checkIfTitleContainsKeywordPrimary"
type: TechArticle
keyword_primary: DevGuard roadmap
lang: en-US
ignoreChecks:
- checkIfTitleContainsKeywordPrimary
- checkIfKeywordDensityInRange
- checkIfMinimumInternalLinks
---

import { Callout } from '@document-writing-tools/kernux-theme'
Expand Down
28 changes: 26 additions & 2 deletions src/pages/explanations/advanced-topics/daemon-pipeline.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
---
title: Daemon Pipeline — DevGuard Documentation
description: >-
Learn about daemon pipeline in this DevGuard explanation. This page covers
daemon pipeline and will be available soon. Learn more about daemon.
seo:
robots: "noindex, nofollow"
keyword_primary: daemon pipeline
robots: 'noindex,nofollow'
og:
title: Daemon Pipeline — DevGuard Documentation
description: >-
Learn about daemon pipeline in this DevGuard explanation. This page covers
daemon pipeline and will be available soon. Learn more about daemon.
image: /og-image.png
type: article
schema:
type: TechArticle
lang: en-US
ignoreChecks:
- checkIfKeywordDensityInRange
- checkIfMinimumInternalLinks
- checkIfHeadingContainsKeywordPrimary
- checkIfTitleContainsKeywordPrimary
- checkIfHeadingOrderCorrect
- checkIfOGTitleContainsKeywordPrimary
- checkIfOGDescriptionContainsKeywordPrimary
- checkIfMetaDescriptionContainsKeywordPrimary
---
import Image from 'next/image';
import { Callout } from '@document-writing-tools/kernux-theme'
Expand All @@ -9,4 +33,4 @@ import PageContentComingSoon from '@/components/PageContentComingSoon'

# Daemon Pipeline

<PageContentComingSoon />
<PageContentComingSoon />
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
---
title: "Fixed Version Detection"
description: "Learn about fixed version detection in this DevGuard explanation. This page covers fixed version detection and will be available soon."
seo:
robots: "noindex, nofollow"
keyword_primary: "fixed version detection"
robots: "noindex,nofollow"
og:
title: "Fixed Version Detection"
description: "Learn about fixed version detection in this DevGuard explanation. This page covers fixed version detection and will be available soon."
image: "/og-image.png"
type: "article"
schema:
type: "TechArticle"
lang: "en-US"
ignoreChecks:
- "checkIfKeywordDensityInRange"
- "checkIfMinimumInternalLinks"
- "checkIfHeadingContainsKeywordPrimary"
- "checkIfTitleContainsKeywordPrimary"
- "checkIfHeadingOrderCorrect"
- "checkIfOGTitleContainsKeywordPrimary"
- "checkIfOGDescriptionContainsKeywordPrimary"
- "checkIfMetaDescriptionContainsKeywordPrimary"
---
import Image from 'next/image';
import { Callout } from '@document-writing-tools/kernux-theme'
Expand Down
29 changes: 27 additions & 2 deletions src/pages/explanations/advanced-topics/multi-tenancy.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
---
title: Multi Tenancy — DevGuard Documentation
description: >-
Learn about multi tenancy in this DevGuard explanation. This page covers multi
tenancy and will be available soon. Learn more about multi tenancy in.
seo:
robots: "noindex, nofollow"
keyword_primary: multi tenancy
robots: 'noindex,nofollow'
og:
title: Multi Tenancy — DevGuard Documentation
description: >-
Learn about multi tenancy in this DevGuard explanation. This page covers
multi tenancy and will be available soon. Learn more about multi tenancy
in.
image: /og-image.png
type: article
schema:
type: TechArticle
lang: en-US
ignoreChecks:
- checkIfKeywordDensityInRange
- checkIfMinimumInternalLinks
- checkIfHeadingContainsKeywordPrimary
- checkIfTitleContainsKeywordPrimary
- checkIfHeadingOrderCorrect
- checkIfOGTitleContainsKeywordPrimary
- checkIfOGDescriptionContainsKeywordPrimary
- checkIfMetaDescriptionContainsKeywordPrimary
---
import Image from 'next/image';
import { Callout } from '@document-writing-tools/kernux-theme'
Expand All @@ -9,4 +34,4 @@ import PageContentComingSoon from '@/components/PageContentComingSoon'

# Multi Tenancy

<PageContentComingSoon />
<PageContentComingSoon />
Loading
Loading