Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bourdakos1/openapi-demo


https://github.com/bourdakos1/openapi-demo

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# openapi-demo

```
npx @docusaurus/init@next init docs classic
```

```
cd docs
```

```
yarn add docusaurus-plugin-openapi
```

```
plugins: [
["docusaurus-plugin-openapi", {
openapiPath: require.resolve("./openapi.json"),
proxy: {
"/proxy": {
target: "http://localhost:4000",
pathRewrite: { "^/proxy": "" },
},
},
}],
]
```

```
{
to: "api/",
activeBasePath: "api",
label: "API",
position: "left",
}
```