Skip to content

Commit

Permalink
docs(website): remove orphan pages from sitemap, fix broken link (#1428)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig authored Nov 28, 2024
1 parent 18a2227 commit 2d22faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/blog/2024-05-20-devops/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In the words of [Adam Jacob](https://twitter.com/adamhjk)
> “The problem isn’t that we haven’t optimized each individual part of the system enough. We’ve built more efficient tooling at every step. But the way the whole system is put together? The experience of using it? That’s basically identical to how it was in 2009, and it’s the reason we’re stuck.“.
**Siloes still exist, handoffs are error-prone and collaboration on many occasions is quite forced and rigid.** Anybody who has worked as a DevOps engineer for any length of time will have a long list of things they think their organization gets wrong and will often have equally low amount of faith in their organization’s capacity to do anything about it.
Adam, a veteran DevOps practitioner, has even called for [a second wave DevOps](https://www.systeminit.com/blog-second-wave-devops/) which goes further than trivially improving tools and invites us to think outside of the box, challenge the established rules, and see what’s on the other side.
Adam, a veteran DevOps practitioner, has even called for [a second wave DevOps](https://www.systeminit.com/blog/second-wave-devops/) which goes further than trivially improving tools and invites us to think outside of the box, challenge the established rules, and see what’s on the other side.

Speaking of DevOps practitioners, who are these people? How and why does one become one?

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const config: Config = {
sitemap: {
changefreq: EnumChangefreq.DAILY,
priority: 1,
ignorePatterns: ['/blog/authors', '/blog/archive', '/blog/tags', '/blog/tags/**'],
ignorePatterns: ['/telemetry/','/blog/authors/', '/blog/archive/', '/blog/tags/**'],
filename: 'sitemap.xml',
},
} satisfies Preset.Options,
Expand Down

0 comments on commit 2d22faa

Please sign in to comment.