Skip to content

Commit

Permalink
fix(docs): Backend API title corrected in rendered docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Sep 20, 2024
1 parent fc7943a commit 42bee43
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions docs/src/api/cat-gateway/stoplight_template.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Elements in HTML</title>

<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
</head>
<body>

<elements-api
apiDescriptionUrl="./rust-docs/cat-gateway-api.json"
router="memory"
layout="sidebar"
hideInternal="true"
/>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Catalyst Gateway API</title>

<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
</head>

<body>

<elements-api apiDescriptionUrl="./rust-docs/cat-gateway-api.json" router="memory" layout="sidebar"
hideInternal="true" />

</body>

</body>
</html>

0 comments on commit 42bee43

Please sign in to comment.