m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 17:43:37 -05:00

Add docs about integrations

This commit is contained in:
Sergio
2025-02-02 14:33:14 +02:00
parent 2ef77c9a55
commit 24f160803a
2 changed files with 88 additions and 0 deletions

10
docs/.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": "src/content/docs/integrations.mdx",
"options": {
"tabWidth": 4
}
}
]
}