Skip to content

Commit 7851ec5

Browse files
authored
Merge pull request #157 from AdobeDocs/devsite-1241-redocly-api-block-test
RedoclyAPIBlock test
2 parents ccb2cc6 + 965c2b8 commit 7851ec5

File tree

3 files changed

+1063
-0
lines changed

3 files changed

+1063
-0
lines changed

gatsby-config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ module.exports = {
2828
{
2929
path: "support/index.md",
3030
title: "Support"
31+
},
32+
{
33+
path: "redocly-test/index.md",
34+
title: "Redocly Test"
3135
}
3236
],
3337
subPages: [

src/pages/redocly-test/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: none
3+
---
4+
5+
<RedoclyAPIBlock src="/adobe-dev-console/open-api.yaml" />

0 commit comments

Comments
 (0)