mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
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:
parent
f3e8ab4f8e
commit
571f0de2b7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user