Skip to content

Slash-Go/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for SlashGo

How to build/run

// Install dependencies for building/serving documentation
$ npm i -g redoc-cli serve


// Build documentation
$ redoc-cli build swagger.yaml -o index.html

// Serve documentation
$ serve -s .

// Documentation is now accessible on http://localhost:3000