This is the source code for the ProjectDiscovery documentation located at https://docs.projectdiscovery.io
Development • Deploying • Join Discord
- Checkout this repository
- Install mintlify with
npm i -g mintlify@latest
- Run
mintlify dev
To build the final product, we have a couple of additional steps:
- Build the JS Protocol Docs
npm install -g jsdoc-to-markdown
./bin/jsdocs.sh
- Build the PDCP API reference documentation
- Either download the latest
openapi.yaml
manually or run./bin/download-api.sh
- Run
./bin/generate-api.sh
to generate any new API files
- Deployment
After those, Mintlify handles the deployment automatically.