This commit is contained in:
Sam Stepanyan 2024-08-25 01:56:35 +01:00
parent 05a5de04be
commit 75561812b0
2 changed files with 31 additions and 0 deletions

19
.readthedocs.yml Normal file
View File

@ -0,0 +1,19 @@
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
mkdocs:
configuration: mkdocs.yml
python:
install:
- requirements: docs/requirements.txt

12
mkdocs.yml Normal file
View File

@ -0,0 +1,12 @@
site_name: OWASP Nettacker Documentation
theme:
name: material
nav:
- Home: Home.md
- Installation: Installation.md
- Usage: Usage.md
- Modules: Modules.md
- Media: Media.md
- API: API.md
- Contributing: Developers.md
- Events: Events.md