swagger-custom
v1.1.3
Published
Swagger Style and Dynamic Components, Neon Mode Swagger, Custom js elements in swagger.
Maintainers
Readme
Installation
| Package Manager | Command |
|----------------|---------|
| npm | npm install swagger-custom |
| | |
| bun | bun install swagger-custom |
Screenshots
Use
This documentation provides two integration methods for using swagger-custom with Swagger UI:
- Method 1: Integrating via
swagger.json - Method 2: Integrating via a JavaScript-based Swagger config (
swagger/index.js)
Both methods are fully explained below.
📄 Available Documents
best practise modularization
Summary
| File | Description | | -------------------- | -------------------------------------------- | | README.md | Main overview and links to both methods | | index.md | Explanation of when to use JSON or JS method | | 1-json-method.md | Method 1 (swagger.json) complete guide | | 2-js-method.md | Method 2 (swagger/index.js) complete guide | | docs folder | Contains all documentation files |
You can now copy each section into separate .md files inside your docs/ directory.
