Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 399 Bytes

Fleek Runtime APIs

Development

Render docs locally:

# Concat all declarations
cat dts/* > index.d.ts

# Generate html documentation
deno doc --html --name="Fleek Runtime APIs" index.d.ts

# Move the source to the html output
mv index.d.ts docs/

# Patch source paths
sed -i "s|$((printf "file://" && realpath index.d.ts) | sed -e "s|/|\/|g")|../index.d.ts|g" docs/**/*.html