raphaelsaunier / rokka-site

rokka.io website

Home Page:https://rokka.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rokka

This is the repository for the Rokka Site which includes documentation and general information about the service.

Local Development

Do have the rendered output immediatly on your development environment, do:

composer install && npm install
./node_modules/.bin/gulp

and then open http://localhost:3000 in your browser

Check for broken links

Run the local server as mentioned above, then do

./node_modules/.bin/blc http://localhost:3000/documentation --filter-level 3 -ro --exclude https://www.liip.ch/en/blog/tags/rokka --exclude https://www.drupal.org/project/rokka --exclude http://localhost:3000/dashboard/#/signup 

For some strange reason, the blog/tags and drupal links are 404, that's why we exclude them here.

Documentation

Documentation is split into guides and the API reference. Both are written in markdown. Have a look at the existing files under _guides and _references.

For the generation of the docs we use Sculpin.

About

rokka.io website

https://rokka.io/


Languages

Language:CSS 40.9%Language:HTML 40.0%Language:JavaScript 14.3%Language:PHP 3.2%Language:Shell 1.6%