Skip to content

Commit 1b12429

Browse files
github-actions[bot]shopwareBotshyimIsengo1989
authored
Update SwagDigitalSalesRooms admin API schema (#494)
* [create-pull-request] automated change (#488) Co-authored-by: shopwareBot <example@example.com> * [create-pull-request] automated change (#500) Co-authored-by: shopwareBot <example@example.com> * docs(sync): document foreign key resolvers (#495) Adds a new "Foreign key resolvers" section to the Sync API guide covering the {resolver, value, nullOnMissing} payload shape and listing the eight built-in resolvers (product.number plus the seven new tier-1 resolvers for currency, locale, payment_method, shipping_method, document_type, salutation, tax). Includes a warning about tax.tax_rate's non-unique column behavior. * add/ignore-file (#501) * [create-pull-request] automated change (#498) Co-authored-by: shopwareBot <example@example.com> * [create-pull-request] automated change --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shopwareBot <example@example.com> Co-authored-by: Soner <github@shyim.de> Co-authored-by: Micha Hobert <m.hobert@shopware.com>
1 parent 28e14c4 commit 1b12429

8 files changed

Lines changed: 10337 additions & 6276 deletions

.docs-source.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"docsPath": "docs"
3+
}

.docsignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Documentation Analysis Ignore File
2+
# Files and directories listed here will be excluded from:
3+
# - Similarity search results
4+
# - Affected documentation lists
5+
# - Documentation update PRs
6+
# - PR comment mentions
7+
8+
# Ignore README files at any level
9+
README.md
10+
*/README.md
11+
**/README.md
12+
13+
# Ignore specific directories
14+
.github/
15+
.github/**
16+
node_modules/
17+
node_modules/**
18+
dist/
19+
dist/**
20+
build/
21+
build/**
22+
23+
# Ignore specific file patterns
24+
*.log
25+
*.tmp
26+
*.backup
27+
28+
# Ignore changelog and release notes (usually maintained separately)
29+
CHANGELOG.md
30+
CHANGES.md
31+
RELEASES.md
32+
HISTORY.md
33+
34+
# Ignore license files
35+
LICENSE
36+
LICENSE.md
37+
LICENSE.txt
38+
39+
# Ignore editor and IDE files
40+
.vscode/
41+
.idea/
42+
*.swp
43+
*.swo

0 commit comments

Comments
 (0)