diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index daaad0f..b14af08 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -37,4 +37,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file + - name: Remove local HTML file + run: rm ./docs/index.htm diff --git a/.gitignore b/.gitignore index fadcdf5..8a86fc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +docs/ .idea *.iml *.ipr diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 425ea84..0000000 --- a/docs/index.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - Multi Panel Schema API - - - - - - - - - -

Multi Panel Schema API (1.0.0)

Download OpenAPI specification:Download

Get multi-panel schema

Responses

Response samples

Content type
application/json
{
  • "id": "container-figure-id",
  • "selector": "",
  • "layout": {
    },
  • "title": "Penguin Bill Dimensions by Species and Sex",
  • "axes": {
    },
  • "panels": [
    ]
}
- - - -