docs: improve tailwind configuration (#5215)

This commit is contained in:
Shahed Nasser
2023-09-26 15:08:30 +03:00
committed by GitHub
parent 240c439beb
commit 63aea62d7a
98 changed files with 643 additions and 894 deletions
@@ -42,6 +42,9 @@ import { FeatureFlagDecorators } from "../../../../utils/feature-flag-decorators
* source: |
* curl -X POST '{backend_url}/admin/currencies' \
* -H 'Authorization: Bearer {api_token}'
* security:
* - api_token: []
* - cookie_auth: []
* tags:
* - Currencies
* responses:
@@ -43,6 +43,9 @@ import { EntityManager } from "typeorm"
* --data-raw '{
* "includes_tax": true
* }'
* security:
* - api_token: []
* - cookie_auth: []
* tags:
* - Currencies
* responses: