Skip to content
forked from greenbone/docs

Documentation for the Greenbone Source Edition

License

Notifications You must be signed in to change notification settings

k-schlosser/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for the Greenbone Source Edition

The documentation is build automatically via GitHub Actions and available at https://greenbone.github.io/docs/

For a manual build locally poetry is required.

First install poetry and the project dependencies with

python3 -m pip install poetry
poetry install

Afterwards the docs can be build with

poetry run make html

To open the generated HTML docs with Firefox you can run

firefox _build/html/index.html

About

Documentation for the Greenbone Source Edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.9%
  • Makefile 18.2%
  • HTML 8.9%
  • CSS 8.0%