Skip to content

SavannahHQ/docs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Local build

The docs are built using Jekyll and are hosted by Github Pages.

To build them locally, you need to follow the Github Pages documentation and create the appropriate Gemfile.

Afterwards, just run bundle exec jekyll serve if you want to serve them locally and preview any changes you may make, or build them using bundle exec jekyll build.

Github pages automatically build the website, thus PR should concern only the source files (e.g index.md) and not the output of jekyll build (e.g index.html).