@zpress/config 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/index.d.ts +583 -646
- package/dist/index.mjs +51 -14
- package/package.json +5 -4
- package/schemas/schema.json +124 -25
package/README.md
CHANGED
|
@@ -213,7 +213,6 @@ You can reference a specific version using GitHub tags:
|
|
|
213
213
|
#### System Types
|
|
214
214
|
|
|
215
215
|
- `Paths` - Directory paths configuration
|
|
216
|
-
- `OpenAPIConfig` - OpenAPI spec integration config
|
|
217
216
|
- `ResolvedPage` - Resolved page metadata
|
|
218
217
|
- `ResolvedSection` - Resolved section with pages
|
|
219
218
|
|