Skip to content

How to write documentation

Where to place the documentations

Documentation structure

Text Only
1
2
3
4
5
6
7
8
some-repository/
├── src/...
└── docs/
    ├── index.md
    ├── architecture.md
    ├── ....md
    └── img/
        └── some_picture.png

How to add a new repository to the documentation

Basic guidelines

Use Tags

Add the tags at the start of the .md files

Text Only
1
2
3
4
tags:
  - samba-dc
  - troubleshooting
  -

Use following tags:

Products:

  • managed-workplace
  • managed-virtual-server
  • ...

Services:

  • single-sign-on
  • samba-dc
  • ...

Tools:

  • keycloak
  • ...

Type:

  • manual
  • troublesooting
  • example
  • architecture
  • guideline