Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 895 Bytes

readme.md

File metadata and controls

47 lines (30 loc) · 895 Bytes

@ferlab

Info

User guide for CQGC Qlin Genetics and CQGC Qlin Prescriptions

Developments

  1. Create your own fork
  2. Make changes localy
  3. Push on your fork
  4. Create a pull request from your fork to the main ferlab repo

Localization

Guides should be written in both english under docs and in french under docs/docs-fr.

Docsify will be used by the application to serve the content

https://docsify.js.org/#/quickstart

To start locally

docsify serve docs

Broken hyperlinks test

Start locally then run linkspector

linkspector check -c linkspector_config.yaml

https://github.com/UmbrellaDocs/linkspector

To start in Docker

docker-compose up

Known issues

Issue with images and alias (fr) It works when viewing the .md file but not when served by Docsify docsifyjs/docsify#1891