This repository contains the source code for the official Podhound documentation site hosted at https://podhound.github.io.
Documentation pages are automatically mounted from the main podhound/podhound repository submodule (content-src/podhound/docs).
To run the website locally:
# Clone with submodules
git clone --recursive https://github.com/podhound/podhound.github.io.git
cd podhound.github.io
# Run Hugo dev server
hugo server -D