OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
|
|
version: "3"
|
||
|
|
|
||
|
|
services:
|
||
|
|
docusaurus:
|
||
|
|
build: .
|
||
|
|
ports:
|
||
|
|
- 3000:3000
|
||
|
|
- 35729:35729
|
||
|
|
volumes:
|
||
|
|
- ./docs:/app/docs
|
||
|
|
- ./website/blog:/app/website/blog
|
||
|
|
- ./website/core:/app/website/core
|
||
|
|
- ./website/i18n:/app/website/i18n
|
||
|
|
- ./website/pages:/app/website/pages
|
||
|
|
- ./website/static:/app/website/static
|
||
|
|
- ./website/sidebars.json:/app/website/sidebars.json
|
||
|
|
- ./website/siteConfig.js:/app/website/siteConfig.js
|
||
|
|
working_dir: /app/website
|