Spaces:
Build error
Build error
File size: 164 Bytes
def1299 |
1 2 3 4 5 6 7 |
#!/bin/bash
# Script for generating Judge0 documentation.
#
# Usage: ./scripts/dev/generate-docs
#
aglio --theme-full-width -i docs/api/docs.md -o public/docs.html
|