docs: add light/dark schema support

This commit is contained in:
Sam Chau
2025-11-01 04:14:44 +10:30
parent 084c3b9b8d
commit cbbe359e10
+7 -1
View File
@@ -5,7 +5,13 @@
This repository hosts the base schema applied to all
[Profilarr Compliant Databases](https://dictionarry.dev/profilarr-setup/linking?section=the-open-standard)
![Schema Diagram](.github/image/schema.svg)
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/image/schema-dark.svg">
<source media="(prefers-color-scheme: light)" srcset=".github/image/schema.svg">
<img alt="PCD Schema Diagram" src=".github/image/schema.svg" width="100%">
</picture>
</p>
## Documentation