We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54485ba commit d62eb2dCopy full SHA for d62eb2d
.github/workflows/pages.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
mkdir docs/
31
pip install -r rules_inventory/scripts/requirements.txt
32
- python rules_inventory/scripts/rules_overview_generator.py --rules_file=rules/falco_rules.yaml > docs/overview.md
+ python rules_inventory/scripts/rules_overview_generator.py --rules_file=rules/falco_rules.yaml > docs/index.md
33
34
- run: pip install -r requirements.txt
35
mkdocs.yml
@@ -1,6 +1,6 @@
1
site_name: Falcosecurity Rules
2
site_url: https://github.com/falcosecurity/rules
3
nav:
4
- - Home: overview.md
+ - Home: index.md
5
6
theme: material
0 commit comments