-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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.
SoftDocLinker - Collect and showcase your projects and their documentations. Created with ❤️ by its contributors.