ably / docs

Ably Realtime API documentation
https://ably.com/docs
Apache License 2.0
20 stars 41 forks source link

[WEB-3677] Implement UI to support version notices #2176

Closed joaornmarques closed 4 months ago

joaornmarques commented 5 months ago

Description

https://ably.atlassian.net/browse/WEB-3677

Versioning styles new and updated added to <aside> component, according to the designs on figma

Review

To add the versioning notices on the docs pages:

new:

<aside data-type='new'>
  <p>[text here...]</p>
</aside>

updated:

<aside data-type='updated'>
  <p>[text here...]</p>
</aside>