Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Docusaurus 3.2 and use new sitemap capability #84

Merged
merged 2 commits into from
Mar 29, 2024
Merged
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
2 changes: 1 addition & 1 deletion docs/cnspec/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ cnspec scan k8s -o json > k8s-test-results.json

To save, review, and share reports, sign up for a free Mondoo account. [Mondoo's web-based console](https://console.mondoo.com/) allows you to navigate, search, and inspect all of your reports.

To learn about more of Mondoo Platform's capabilities, visit [mondoo.com](https://mondoo.com/).
To learn about more of Mondoo Platform's capabilities, visit [mondoo.com](https://mondoo.com).

To learn how to sign up for a free Mondoo account and register cnspec, read [Log into Mondoo Platform for More Capabilities](/cnspec/cnspec-platform/).

Expand Down
7 changes: 4 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,19 +296,19 @@ module.exports = {
items: [
{
label: "Mondoo Home",
href: "https://mondoo.com/",
href: "https://mondoo.com",
},
{
label: "Mondoo Console",
href: "https://console.mondoo.com",
},
{
label: "cnquery",
href: "https://mondoo.com/cnquery/",
href: "https://mondoo.com/cnquery",
},
{
label: "cnqspec",
href: "https://mondoo.com/cnspec/",
href: "https://mondoo.com/cnspec",
},
],
},
Expand Down Expand Up @@ -376,6 +376,7 @@ module.exports = {
},
sitemap: {
changefreq: "weekly",
lastmod: "date",
ignorePatterns: ["**/releases/tags/**"],
priority: 0.5,
},
Expand Down
Loading
Loading