documentation about penetration testing
as the Github-Pages theme we are using just-the-docs
all files that are related to the website are located in the docs directory.
all related sites are grouped by directory.
all assets and images and placed in the assets directory that is located in the corresponding directory of the markdown file.
docs/
├─ assets/
│ └─ icon.png
├─ group/
│ ├─ assets/
│ │ └─ image.jpg
│ ├─ a.md
│ └─ b.md
└─ index.md
a group-directory should also contain an index.md which has the has_children attribute
---
layout: default
title: Tools
has_children: true
---
# Tools for penetration testing