Spencer Bliven 827abd6f9b
All checks were successful
Lint markdown files / run-markdownlint (pull_request) Successful in 5s
Build and deploy documentation / build-and-deploy-docs (push) Successful in 7s
Convert ingestorManual markdown to mkdoc flavor
- removed html
- enforce fenced code blocks with defined language
- Add superfences
2025-09-17 17:29:00 +02:00
2025-09-17 11:16:45 +02:00
2025-09-17 11:03:58 +02:00
2025-09-17 11:16:45 +02:00
2025-09-17 11:03:58 +02:00
2025-09-17 15:54:14 +02:00

PSI Data Catalog Documentation

This repository contains the source code for the PSI Data Catalog Documentation

Contributing

docker compose up -d

to spin up a local environment. Preview available on localhost:8000.

Style Guide

Pull requests enforce markdownlint checks. It is recommended to lint files before committing, either using your editor or by running manually:

npm install -g markdownlint-cli
npx markdownlint-cli .