@@ -836,20 +836,19 @@ def raw_permalink(raw_link):
836836
837837 if update_coverage :
838838 coverage_file_path = get_path ('docs' , 'ATT&CK-coverage.md' )
839- header_lines = textwrap .dedent ("""
840- # Rule coverage
839+ header_lines = textwrap .dedent ("""# Rule coverage
841840
842- ATT&CK navigator layer files are generated when a package is built with `make release` or
843- `python -m detection-rules`.This also means they can be downloaded from all successful builds.
841+ ATT&CK navigator layer files are generated when a package is built with `make release` or
842+ `python -m detection-rules`.This also means they can be downloaded from all successful builds.
844843
845- These files can be used to pass to a custom navigator session. For convenience, the links are
846- generated below. You can also include multiple across tabs in a single session, though it is not
847- advisable to upload _all_ of them as it will likely overload your browsers resources.
844+ These files can be used to pass to a custom navigator session. For convenience, the links are
845+ generated below. You can also include multiple across tabs in a single session, though it is not
846+ advisable to upload _all_ of them as it will likely overload your browsers resources.
848847
849- ## Current rule coverage
848+ ## Current rule coverage
850849
851- The source files for these links are regenerated with every successful merge to main. These represent
852- coverage from the state of rules in the `main` branch.
850+ The source files for these links are regenerated with every successful merge to main. These represent
851+ coverage from the state of rules in the `main` branch.
853852 """ )
854853 updated_file = header_lines + '\n \n ' + '\n ' .join (markdown ) + '\n '
855854 # Replace the old URLs with the new ones
0 commit comments