mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 06:14:17 +02:00
docs: add light/dark schema support
This commit is contained in:
@@ -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)
|
||||
|
||||

|
||||
<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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user