Removed associated techniques from summaries and cleaned up formatting

This commit is contained in:
Stephen Campbell 2025-02-05 03:28:17 +01:00
parent 9aba9d2ee6
commit 5409c8c714
394 changed files with 398 additions and 790 deletions

View file

@ -281,8 +281,7 @@ class Disarm:
def create_associated_techniques_string(self, techniqueid):
techstr = '''
| Associated||
| Technique | When to use |
| Associated Technique | When to use |
| --------- | ------------------------- |
'''
techrow = '| [{0} {1}]({2}techniques/{0}.md) | {3} {4} |\n'