Skip to content

Commit

Permalink
Merge pull request #12 from coreruleset/show-all-logs
Browse files Browse the repository at this point in the history
fix: add link to posts and docs
  • Loading branch information
dune73 authored Mar 14, 2024
2 parents 7b4ffd9 + 9d0950b commit b47eaa6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions config/_default/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ en:
name: "Blog"
url: "/blog/"
weight: 1
- identifier: "bloglist"
name: "All posts"
url: "/blog/"
weight: 1
post: "History"
parent: "blog"
- identifier: "news"
name: "News"
url: "tags/crs-news/"
Expand All @@ -44,18 +50,23 @@ en:
weight: 2
- identifier: "docs"
name: "Documentation"
url: "/docs/"
weight: 3
- identifier: "installation"
name: "Installing"
url: "/docs/deployment/install/"
weight: 1
post: "How to deploy CRS"
parent: "docs"
- identifier: "fulldoc"
name: "Deep dive"
post: "See our full documentation"
url: "/docs/"
weight: 2
parent: "docs"
- identifier: "contributing"
name: "Contributing"
url: "/docs/development/contribution_guidelines/"
weight: 2
weight: 3
post: "Learn how to contribute"
parent: "docs"
- identifier: "writing"
Expand Down

0 comments on commit b47eaa6

Please sign in to comment.