Skip to content

Commit

Permalink
Merge pull request #1 from grid-x/experiment/layouts
Browse files Browse the repository at this point in the history
experiment: Try layout options
  • Loading branch information
wwerner authored Nov 18, 2024
2 parents f624da6 + b816eff commit 3649d0c
Show file tree
Hide file tree
Showing 5 changed files with 3,920 additions and 3,898 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rapidoc-9.3.4.min.js
rapidoc-9.3.8.min.js
2 changes: 1 addition & 1 deletion about.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"about_url": "https://github.com/wwerner/discourse-rapidoc-theme-component",
"license_url": "https://github.com/wwerner/discourse-rapidoc-theme-component/blob/main/LICENSE",
"assets": {
"rapidoc_js": "assets/rapidoc-9.3.4.min.js"
"rapidoc_js": "assets/rapidoc-9.3.8.min.js"
},
"name": "Discourse Rapidoc",
"component": true
Expand Down
3,895 changes: 0 additions & 3,895 deletions assets/rapidoc-9.3.4.min.js

This file was deleted.

3,915 changes: 3,915 additions & 0 deletions assets/rapidoc-9.3.8.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ async function applyRapidoc(element) {
apidoc.outerHTML = `
<rapi-doc
spec-url="${spec}"
render-style="view"
render-style="focussed"
layout="column"
allow-search="true"
show-header="false"
show-info="true"
show-curl-before-try="false"
Expand Down

0 comments on commit 3649d0c

Please sign in to comment.