Skip to content

Commit

Permalink
[DOCS-3368] Fix title for JS sample app API ref (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Sep 11, 2024
1 parent 2ff7e1d commit a13f453
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .redocly.lint-ignore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
# See https://redoc.ly/docs/cli/ for more information.
openapi.yml:
spec:
- '#/info'
info-license:
- '#/info'
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Redoc</title>
<title>HTTP API reference - Fauna JavaScript sample app</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
4 changes: 0 additions & 4 deletions openapi.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
openapi: 3.0.3
info:
title: Fauna JavaScript sample app
version: 1.0.0
license:
name: Fauna terms
url: "https://fauna.com/terms"
description: |
HTTP API reference documentation for the [Fauna JavaScript sample
app](https://github.com/fauna/js-sample-app).
Expand Down

0 comments on commit a13f453

Please sign in to comment.