Skip to content

fleek-network/js-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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