diff --git a/README.md b/README.md index b6f72a2..2c80ce0 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ PUBLIC_BASE_URL=http://localhost:4321 Die Tools werden in `src/data/tools.yaml` verwaltet. Vollständiges Beispiel: ```yaml -tools: +meToCo: - name: Autopsy type: software # software|method|concept description: >- @@ -431,7 +431,7 @@ phases: domain-agnostic-software: - id: collaboration-general name: Übergreifend & Kollaboration - description: Cross-cutting tools and collaboration platforms + description: Cross-cutting meToCo and collaboration platforms - id: specific-os name: Betriebssysteme description: Operating Systems which focus on forensics diff --git a/dfir_yaml_editor.html b/dfir_yaml_editor.html index 784d1dd..423ba72 100644 --- a/dfir_yaml_editor.html +++ b/dfir_yaml_editor.html @@ -158,7 +158,7 @@ text-align: center; } - .tools-grid { + .meToCo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; @@ -370,7 +370,7 @@ .stats-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } - .tools-grid { + .meToCo-grid { grid-template-columns: 1fr; } .checkbox-group { @@ -396,12 +396,12 @@
Enhanced editor for Digital Forensics and Incident Response tools, methods, and concepts
+Enhanced editor for Digital Forensics and Incident Response meToCo, methods, and concepts
Select a YAML file to load existing tools data
+Select a YAML file to load existing meToCo data