Skip to content

MobiVM/robovm-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboVM Documentation Project

Docs are written in markdown, and rendered using gitbook.

Installation

Make sure you have node installed and run

npm install gitbook-cli -g
gitbook versions:install latest

Development

Gitbook has built-in support for building and testing out the docs as you write.

To start a server, watch for changes to files, and automatically refresh the browser when the build completes, just run

gitbook serve .

The book will be available at http://localhost:4000/en.

Deployment

The book can be built for deployment using

gitbook build .

There are options for rendering to pdf and epub, but the default is to output a website in the _book directory.

Contributing

This book has been written by various RoboVM contributors.

If you notice any errors or would like to help out, please use Github issues to discuss any changes so that work will not be duplicated.

All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 4.0 license.

About

RoboVM Documentation Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.6%
  • JavaScript 14.6%
  • HTML 5.8%