chore: change side menu message

Use "Documentation Powered by Redocly" instead of "... by ReDoc" and updated link to the Redoc OSS vs Redocly API Reference.
This commit is contained in:
Sergey Dubovyk 2020-09-22 22:38:31 +03:00 committed by GitHub
parent f3e8ab4f8e
commit 571f0de2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@ export class SideMenu extends React.Component<{ menu: MenuStore; className?: str
>
<MenuItems items={store.items} onActivate={this.activate} root={true} />
<RedocAttribution>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Redocly/redoc">
Documentation Powered by ReDoc
<a target="_blank" rel="noopener noreferrer" href="https://redoc.ly/redoc-vs-reference">
Documentation Powered by Redocly
</a>
</RedocAttribution>
</PerfectScrollbarWrap>