Skip to content

Commit

Permalink
Merge pull request #4222 from ralfhandl/gh-pages-schema-wrappers
Browse files Browse the repository at this point in the history
gh-pages: pretty-print newest dialect and meta schema instead of "base"
  • Loading branch information
handrews authored Nov 22, 2024
2 parents 56f3c6c + 7b3aea4 commit f1ce6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oas/3.1/dialect/2024-10-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ parent: Schemas
---

```json
{% include_relative base %}
{% include_relative {{ page.name | remove: ".md" }} %}
```
2 changes: 1 addition & 1 deletion oas/3.1/meta/2024-10-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ parent: Schemas
---

```json
{% include_relative base %}
{% include_relative {{ page.name | remove: ".md" }} %}
```

0 comments on commit f1ce6c2

Please sign in to comment.