cloudmailin / docs.cloudmailin.com

The CloudMailin documentation ready for you to fork and submit patches!

Home Page:http://docs.cloudmailin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudMailin Open Source Documentation

We're constantly looking for ways to improve CloudMailin and innovate to give the best we possibly can to our users. Since most of our users are developers it makes sense that we use github to manage our documentation.

If you want to see something changed in the documentation or have an example to add then just fork the docs, send us a pull request and we'll be super grateful!

The documentation and some examples of how you can receive email in your web framework can be viewed online at http://docs.cloudmailin.com

Thanks, The CloudMailin team.

Development

Installation

docker-compose build

Running in Development Mode

docker-compose up docs

You can then head to: http://localhost:8000/

Checks

docker-compose run docs bash -c "bundle exec nanoc check"

Deploying

docker-compose run docs bash -c "rm -rf ./output && bundle exec nanoc compile -e staging && FOG_RC=.fog bundle exec nanoc deploy --target staging"

Generating Rouge CSS Files

rougify style --scope='pre code' igorpro > ./content/assets/stylesheets/syntax.css

About

The CloudMailin documentation ready for you to fork and submit patches!

http://docs.cloudmailin.com


Languages

Language:Ruby 29.8%Language:Haml 25.5%Language:SCSS 16.3%Language:JavaScript 11.1%Language:CSS 8.6%Language:HTML 7.6%Language:Dockerfile 0.9%