Skip to content
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: 0 additions & 2 deletions content/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ pre: "<b>2. </b>"
chapter: true
---

# How CRS Works

Deep dive into core CRS concepts in this chapter.
2 changes: 0 additions & 2 deletions content/deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ weight: 10
pre: "<b>1. </b>"
chapter: true
---

# Getting CRS
2 changes: 0 additions & 2 deletions content/development/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ weight: 50
pre: "<b>5. </b>"
chapter: true
---

# Development
2 changes: 0 additions & 2 deletions content/development/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ disableToc: false
chapter: false
---

# Testing for rule developers

Well, you managed to write your rule, but now want to see if if can be added to the CRS? This document should help you to test it using the same tooling the project uses for its tests.

CRS uses [go-ftw](https://github.com/coreruleset/go-ftw) to run test cases. **go-ftw** is the successor to the previously used test runner [ftw](https://github.com/coreruleset/ftw). The CRS project no longer uses **ftw** but it us still useful for running tests of older CRS versions.
Expand Down
2 changes: 0 additions & 2 deletions content/miscellaneous/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ pre: "<b>7. </b>"
chapter: true
---

# Miscellaneous

The content here doesn't fit anywhere else just yet. This whole section will probably be reworked and is only temporary.
2 changes: 0 additions & 2 deletions content/operation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ weight: 30
pre: "<b>3. </b>"
chapter: true
---

# Operation
2 changes: 0 additions & 2 deletions content/resources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pre: "<b>6. </b>"
chapter: true
---

# Additional Resources

{{% notice note %}}
**The content on this page may be outdated.** We are currently in the process of rewriting all of our documentation: please bear with us while we update our older content.
{{% /notice %}}
Expand Down
2 changes: 0 additions & 2 deletions content/rules/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ weight: 40
pre: "<b>4. </b>"
chapter: true
---

# Rules
4 changes: 1 addition & 3 deletions content/rules/rules.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
title: Rules
title: What's In The Rules
weight: 20
disableToc: false
chapter: false
---

# What's In The Rules

{{% describe-rules version="3" %}}
Loading