Merge pull request #4789 from mempool/hunicus/api-docs-unfurler

Add /docs/api unfurler image
This commit is contained in:
softsimon
2024-03-19 12:19:41 +09:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -44,6 +44,10 @@ const routes = {
faq: {
title: "FAQ",
fallbackImg: '/resources/previews/faq.jpg',
},
api: {
title: "API Docs",
fallbackImg: '/resources/previews/docs-api.jpg',
}
}
},