Spaces:
Build error
Build error
File size: 220 Bytes
def1299 |
1 2 3 4 5 6 7 8 |
#!/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
|