-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update callout in the API/Resources page #3116
base: master
Are you sure you want to change the base?
Conversation
Website deployed to CF Pages, 👀 preview link https://a4cbffec.balenacloud-docs.pages.dev |
3b71f97
to
ea75418
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed language from active to passive, added the link back, and giving them a compatibility (intent) rather than saying it is synonymous (unclear)
@@ -1,9 +1,22 @@ | |||
{% extends "default.html" %} | |||
|
|||
{% block "contents" %} | |||
<h1 id="balenacloud-api-resources">balenaCloud API Resources</h1> | |||
<h1 id="balenacloud-api-resources">balenaCloud API Resources - {{$resource.name}}</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h1 id="balenacloud-api-resources">balenaCloud API Resources - {{$resource.name}}</h1> | |
<h1 id="balenacloud-api-resources">balenaCloud API Resource: {{$resource.name}}</h1> |
<strong>Note:</strong> we renamed <strong>applications</strong> to <strong>fleets</strong> | ||
and are in the process of updating our API resources. References to 'application' in fields | ||
should be understood as synonymous with fleets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<strong>Note:</strong> we renamed <strong>applications</strong> to <strong>fleets</strong> | |
and are in the process of updating our API resources. References to 'application' in fields | |
should be understood as synonymous with fleets. | |
<strong>Applications</strong> have been renamed to <strong>fleets</strong> | |
and are in the process of updating our API resources. References to | |
<code>application</code> and relevant resources continue to function correctly and are compatible with fleets. <a href="https://www.balena.io/blog/the-road-to-multi-app-transitioning-balenacloud-applications-to-fleets/">Read more about the changes.</a>. |
* Change wording * Display only on relevant resources Change-type: patch
ea75418
to
82d6d77
Compare
Change-type: patch