Skip to content

Commit

Permalink
update aio-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
louisachu committed Nov 23, 2023
1 parent 5fd9355 commit 7a12358
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 772 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/icaraps"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "^4.10.8-rc26",
"@adobe/gatsby-theme-aio": "^4.10.8-rc27",
"gatsby": "^4.13.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
7 changes: 7 additions & 0 deletions src/pages/components/CustomLibrary.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react'

const CustomLibrary = () => (
<script src="https://cdn.redoc.ly/reference-docs/latest/redocly-reference-docs.min.js"></script>
);

export default CustomLibrary;
3 changes: 3 additions & 0 deletions src/pages/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
import CustomLibrary from 'components/CustomLibrary.js'

<CustomLibrary/>
<OpenAPIBlock src="https://developer-stage.adobe.com/shared/openapi/cc_openapi.yaml" />
Loading

0 comments on commit 7a12358

Please sign in to comment.