All Projects → akaunting → docs

akaunting / docs

Licence: other
Akaunting documentation

Projects that are alternatives of or similar to docs

docs
Jina V1 Official Documentation. For the latest one, please check out https://docs.jina.ai
Stars: ✭ 21 (-8.7%)
Mutual labels:  docs
create-vuepress-site
VuePress Site Generator
Stars: ✭ 78 (+239.13%)
Mutual labels:  docs
netboot.xyz-docs
netboot.xyz documentation repository
Stars: ✭ 13 (-43.48%)
Mutual labels:  docs
emlid-docs
Documentation for Emlid products
Stars: ✭ 62 (+169.57%)
Mutual labels:  docs
bilibili-api-docs
bilibili-api 的开发文档
Stars: ✭ 19 (-17.39%)
Mutual labels:  docs
laravel-docs-ru
Актуализированная редакция документации Laravel версий 8.x и 9.x на русском языке.
Stars: ✭ 19 (-17.39%)
Mutual labels:  docs
helpscout-docs-api-php
DocsApi client for HelpScout
Stars: ✭ 21 (-8.7%)
Mutual labels:  docs
docgen
The docs.json generator for discord.js and its related projects
Stars: ✭ 59 (+156.52%)
Mutual labels:  docs
revel.github.io
Revel manual and docs
Stars: ✭ 39 (+69.57%)
Mutual labels:  docs
starter-repo
Documentation templates for use in open source and open development projects
Stars: ✭ 39 (+69.57%)
Mutual labels:  docs
docs
API Documentation for Handsontable
Stars: ✭ 18 (-21.74%)
Mutual labels:  docs
jigsaw-site
Jigsaw Documentation Site
Stars: ✭ 27 (+17.39%)
Mutual labels:  docs
docs
Nhost Documentation
Stars: ✭ 23 (+0%)
Mutual labels:  docs
tokei-zh
🇨🇳翻译: <tokei> 代码信息的统计程序 ❤️ 校对 ✅
Stars: ✭ 92 (+300%)
Mutual labels:  docs
docs
Documentation for https://github.com/LaravelRUS/SleepingOwlAdmin
Stars: ✭ 27 (+17.39%)
Mutual labels:  docs
FreeTAKServer-User-Docs
FreeTAKServer documentation for end users
Stars: ✭ 23 (+0%)
Mutual labels:  docs
emqx-docs-en
EMQ X Broker Documentation
Stars: ✭ 12 (-47.83%)
Mutual labels:  docs
MHWDB-Docs
API documentation for the Monster Hunter World API (https://mhw-db.com)
Stars: ✭ 60 (+160.87%)
Mutual labels:  docs
pwa-cookbook
A step-by-step guide to Progressive Web Applications
Stars: ✭ 21 (-8.7%)
Mutual labels:  docs
tidy-jsdoc
A clean JSDoc3 template
Stars: ✭ 16 (-30.43%)
Mutual labels:  docs

Akaunting Documentation

This repository contains the source of the Akaunting documentation, currently accessible at akaunting.com/docs.

The documentation is structured in folders, exactly as you see them on the main website.

You can read all of the documentation within as its just in plain text files, marked up with Markdown.

If you would like a local copy of the documentation, you can either download it or you can clone the repository by running the following command:

git clone git://github.com/akaunting/docs docs

Contributing

Contributing to the documentation is very simple. Feel free to fork the repository, add your changes and give back by issuing a pull request. You can even edit the docs directly on GitHub, without having to ever download the files. Make sure to follow the conventions before issuing a pull request.

You are also very welcome to make any suggestions or report any kind of problem with the documentation by opening a new Issue.

Conventions

This is a list of few conventions we follow when writing documentation that help keep the repository well organized and consistent. Feel free to use any already available as reference.

  • Every change/pull request must be reviewed first. Once reviewed, approved and pulled, it will get merged into the master branch and automatically picked up by the website.

  • File and folder names must always be written in dash and lower case. For example, if you wanted to convert “How to Install” in dash-lower-case, you would name it “how-to-install”.

  • There are some reserved names that can’t be used for anything but the scope they are intended for:

  • README.md: This is a reserved name of GitHub, used to describe the content of a particular repository directory, like this you are reading right now.

  • MENU.md: The menu file contains the navigation structure of the documentation. The menu is represented as sidebar in the Akaunting Documentation page. Menu links must not contain the file extension which means not "how-to-install.md" but "how-to-install".

  • INDEX.md: This file defines the content of the home page of documentation.

  • _images: When the document requires images, they can be placed into the respected _images folder.

  • Every document must contain an H1 (=) text at the beginning/top of the file.

  • Headers sub lines (= and -) must always align to the header text. Because this can easily get confusing, be sure to use a mono-spaced fonts. Here a couple of examples of well aligned headers:

    Header H1
    =========
    
    Header H2
    ---------
    

The headers allow for a much flexible output. For example we define the title of a Markdown file based on its H1 header title variable, rather than the file name itself.

If you have any question feel free to open an Issue.

Thank You

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].