Giter Club home page Giter Club logo

docs.camunda.org's Introduction

camunda BPM Documentation

This repository contains the sources of the camunda BPM doumentation.

The page is built using the DocPad web framework.

Overview

The site/src/ folder contains the sources for the website.

Start hacking

In order to start hacking the docs.camunda.org site, you first need to setup DocPad:

  1. Install node.js.
  2. Open a terminal, navigate to the site/ folder and type npm install.
  3. Optional: Install docpad via npm install -g docpad if you want to have it globally available in your path.

Once all tools are installed, you can build the site:

  1. Open a terminal, navigate to the site/ folder and type npm update.
  2. Run DocPad using ./node_modules/.bin/docpad run or just docpad run if you installed it globally.
  3. Go to http://localhost:9779/.

Have fun.

Writing documentation

Whenever possible, documentation should be written in Markdown

Please use US English and perform a spell check before committing.

Some special notes on how to write it (view the source of this document for the actual markdown source code):

Code

Use a sequence of three backticks (```) in the lines before and after your code.

When used

  • During an enumeration, indent the code (including the backticks)

    Like this to let the code block be properly rendered as part of the enum item.
    

    and to allow other text to follow after the code snipped as part of the enum, too.

Spacing of elements

Use a single empty line between enumerations / paragraphs / headings / code snippets.

Use a double empty line before headings to make a document more readable.

When to use HTML markup

Use HTML markup with twitter bootstrap flavour

  • for notes

    <div class="{alert|info|error|success}">
      <strong>{summary}</strong> {description message}
    </div>
    
  • for tables

    <table class="table">
      <thead>
        <tr>
          <th>col2</th>
          <th>col1</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>foo</td>
          <td>bar</td>
        </tr>
        <tr>
          <td>asdf</td>
          <td>gh</td>
        </tr>
      </tbody>
    </table>
    

License

CC BY-SA The content on this project is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.