Skip to content

This is documentation site for ejabberd messaging server

Notifications You must be signed in to change notification settings

Broatcast/docs.ejabberd.im

 
 

Repository files navigation

ejabberd Documentation

This repository holds the source code of the ejabberd documentation website, available at docs.ejabberd.im. This is an Open Documentation, and you are welcome to submit issues or pull requests in order to improve the docs and benefit the ejabberd community.

Contributing

If you want to contribute to this ejabberd documentation, here are some helpful guidelines regarding the syntax:

  • please refer to README-deploy.md on how to create a local testing environment

  • use Markdown, specifically the kramdown flavour

  • when creating code blocks, use ~~~ language fencing, where language represents what's in the code block

  • for code blocks with terminal listings, use ~~~ bash or ~~~ python, whichever looks best

  • ordered lists don't need to be enumerated 1,2,3... in the source - they can all start with 1., the generator will enumerate them properly

  • for code blocks within lists, make sure indentation of first ~~~ is vertically aligned with list item text, for example:

    1. Item list text
    
       ~~~ perl
       my $variable = 'something';
       ...
       ~~~
    

    This is generally 3 spaces for numbered list item and 2 for bullet items.

  • It is usually better to indent at same level the whole code block (so in list item), otherwise, empty lines will break rendering.

About

This is documentation site for ejabberd messaging server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.7%
  • HTML 22.0%
  • Ruby 16.3%
  • JavaScript 1.4%
  • Shell 0.6%