An open API service indexing awesome lists of open source software.

https://github.com/projectdiscovery/docs

Centralized docs of ProjectDiscovery
https://github.com/projectdiscovery/docs

docs

Last synced: over 1 year ago
JSON representation

Centralized docs of ProjectDiscovery

Awesome Lists containing this project

README

          

# ProjectDiscovery Documentation


This is the source code for the ProjectDiscovery documentation located at https://docs.projectdiscovery.io






Development
Deploying
Join Discord

---

## Development

1. Checkout this repository
1. Install mintlify with `npm i -g mintlify@latest`
1. Run `mintlify dev`

## Deploying

To build the final product, we have a couple of additional steps:

1. Build the JS Protocol Docs

- `npm install -g jsdoc-to-markdown`
- `./bin/jsdocs.sh`

2. 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

3. Deployment

After those, Mintlify handles the deployment automatically.