Skip to content

Commit

Permalink
Add trademark to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyharfield committed Nov 20, 2021
1 parent 4344d14 commit 3987f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const options = {
definition: {
openapi: '3.0.0',
info: {
title: 'RFCx API Documentation',
version: '0.0.1'
title: 'Rainforest Connection® API Documentation',
version: '1.0.26'
},
servers: [
{
Expand Down Expand Up @@ -80,7 +80,7 @@ const swaggerUiOptions = {
operationsSorter: 'alpha'
}
const swaggerUiExpressOptions = {
customSiteTitle: 'RFCx API Documentation',
customSiteTitle: 'Rainforest Connection® API Documentation',
customCss: '.topbar { display: none }',
swaggerOptions: swaggerUiOptions
}
Expand Down

0 comments on commit 3987f79

Please sign in to comment.