Skip to content

Arable API Documentation Website

License

Notifications You must be signed in to change notification settings

Arable/developer.arable.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arable Developer's Site

https://developer.arable.com

Quick start

Install this project and run at localhost

yarn install
yarn docs:dev

Generate static assets for prod deployment

yarn docs:build

Work With Docker

Build docker image

docker build -f Dockerfile -t dev-app:master .

Run docker container

docker run -d --name dev-app -p 8080:80 dev-app

Once launched, access the application at localhost:8080

Default Page Routing

Relative Path Page Routing
/README.md /
/guild/README.md /guide
/guild/howto.md /guide/howto.html
/config.md /config.html

Credits

This site is built with vuepress, detailed vuepress documentation can be found here https://v1.vuepress.vuejs.org/

About

Arable API Documentation Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13