Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add versioning support to OpenAPI docs plugin #125

Merged
merged 20 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress/integration/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
describe("test", () => {
it("loads Petstore index page", () => {
cy.viewport("macbook-15");
cy.visit("/docs/petstore/swagger-petstore-yaml");
cy.visit("/petstore/swagger-petstore-yaml");
});
});
60 changes: 0 additions & 60 deletions demo/CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions demo/LICENSE

This file was deleted.

51 changes: 0 additions & 51 deletions demo/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions demo/SUPPORT.md

This file was deleted.

12 changes: 0 additions & 12 deletions demo/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions demo/blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions demo/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions demo/blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions demo/blog/authors.yml

This file was deleted.

1 change: 1 addition & 0 deletions demo/docs/food/burgers/burger-example.info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ hide_title: true

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

<span className={"theme-doc-version-badge badge badge--secondary"}>Version: 1.0.0</span>

# Burger Example
Expand Down
1 change: 1 addition & 0 deletions demo/docs/food/yogurtstore/frozen-yogurt-example.info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ hide_title: true

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

<span className={"theme-doc-version-badge badge badge--secondary"}>Version: 1.0.0</span>

# Frozen Yogurt Example
Expand Down
47 changes: 0 additions & 47 deletions demo/docs/intro.md

This file was deleted.

Loading