Skip to content

Latest commit

 

History

History

site

Fybrik Website

Holds source files for the project documentation and the website hosting it

Contribute

Read the Contribution guidelines

Requirements

  • Make
  • Python 3.x
  • Material for MkDocs
    # in some distros the command is pip3
    pip install mkdocs-material

Usage

  • Run make -C site generate to generate documentation pages from the project APIs (openapi and CRDs)
  • Run make run from within the site directory and browse http://localhost:8000/ to preview the website locally