mirror of https://github.com/OWASP/Nettacker.git
mkdocs
This commit is contained in:
parent
05a5de04be
commit
75561812b0
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue