Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.
Pascal Zarrad edited this page Aug 25, 2020 · 1 revision

Welcome to the SoftDocLinker wiki!

SoftDocLinker is a simple web application that you can use to collect the documentations and overviews of projects that you or your organization create. You have a simple easy to use layout that allows making different versions of documentations available. In addition SoftDocLinker supports having an overview page for every project due to its flexibility.

The standard edition of SoftDocLinker is developed for simplicity. A common web server (NGINX, Apache, Microsoft IIS) is enough to get SoftDocLinker up and running. The software is being configured using JSON that is being pulled from the webserver.

Customizeability

The architecture of SoftDocLinker is designed to amke it easy to extend the application. The application is written in TypeScript and built with extensibility in mind. The dependency injection layer utilizes InversifyJS with a predefined point to easily overwrite dependencies. In addition nearly everything is covered by any event to modify data and actions on the fly. To round everything up, all core components that should be replaceable are using bridges for on the fly change of implementation.

Users

Administrators

Developers

Getting started

Clone this wiki locally