Skip to content

Commit

Permalink
Update structure_mastg.sh (#2641)
Browse files Browse the repository at this point in the history
* Update structure_mastg.sh

* fix titles hook
  • Loading branch information
cpholguera authored Jun 24, 2024
1 parent 18e25f1 commit 587d719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/hooks/update_titles.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def on_page_markdown(markdown, page, **kwargs):
path = page.file.src_uri
title_prefix_map = {
'risk.md': 'Weakness: ',
'weakness.md': 'Weakness: ',
'test.md': 'Test: ',
'demo.md': 'Demo: '
}
Expand Down
1 change: 0 additions & 1 deletion src/scripts/structure_mastg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cp -r tests docs/MASTG/
cp -r techniques docs/MASTG/
cp -r tools docs/MASTG/
cp -r apps docs/MASTG/
cp -r weaknesses docs/MASWE/
cp -r weaknesses/** docs/MASWE/

cp Document/tests.md docs/MASTG/tests/index.md
Expand Down

0 comments on commit 587d719

Please sign in to comment.