docs: updates and fixes in utils + fulfillment provider changes (#9347)

* fix config + update deps

* rearrange sidebar + add to examples
This commit is contained in:
Shahed Nasser
2024-10-02 10:27:48 +03:00
committed by GitHub
parent 07afa8fba6
commit 8686ca9d12
37 changed files with 591 additions and 89 deletions
@@ -22,7 +22,7 @@
"react-docgen": "^7.0.1",
"resolve": "^1.22.8",
"ts-node": "^10.9.1",
"typedoc": "^0.26.2",
"typedoc": "^0.26.7",
"typedoc-plugin-custom": "*",
"typescript": "^5.6.2",
"utils": "*"
@@ -31,6 +31,6 @@
"@types/node": "^20.12.10"
},
"peerDependencies": {
"typedoc": "0.25.x"
"typedoc": "0.26.x"
}
}