StefanReder / WINMOL_Analyzer

https://stefanreder.github.io/WINMOL_Analyzer/
GNU General Public License v3.0
0 stars 0 forks source link

feat: initialize documentation using docusaurus #17

Closed ahennr closed 7 months ago

ahennr commented 7 months ago

This PR introduces the docusaurus framework to generate a user documentation website based on simple markdown files. These files are located in documentation/docs . The code of the landing page (actually containing some lorem ipsum dummy text) can be found in documentation/src/pages/index.js

Actually, the documentation looks like this: image resp. image

The documentation should be deployed to gh-pages branch automatically on merge to main branch.

Plz review @Momen-Mawad