Judge0Tsting / scripts /dev /serve-docs
AdityaSharmaTech's picture
Upload 177 files
def1299 verified
raw
history blame contribute delete
220 Bytes
#!/bin/bash
# Script for serving Judge0 documentation.
# Used in "development" mode when documentation is written.
#
# Usage: ./scripts/dev/serve-docs
#
aglio --theme-full-width -i docs/api/docs.md -s -h 0.0.0.0 -p 3001