-
Notifications
You must be signed in to change notification settings - Fork 382
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
Docs should fetch device type information dynamically #1442
Comments
Another place that will need updating see PR: #1443 |
@vipulgupta2048 I believe this issue is already taken care of, see https://github.com/balena-io/docs/blob/master/templates/_devices.html where there is a dynamic query on page load which queries device types from balenaAPI. Can I close this issue? |
@vipulgupta2048 Yeah this issue is definitely not solved -- it's referring to https://github.com/balena-io/docs/blame/master/config/dictionaries/device.json |
Yeap, we will remove this soon enough once Contracts can get provisioning instructions sorted. |
It finally did with the PR I merged here: balena-io/balena-sdk#1101 |
Currently we have a
device-types.json
file that is the source of truth for the getting started guide. This is quite error-prone and it needs to be manually updated, so we need to change it to fetch the device types info dynamically.The text was updated successfully, but these errors were encountered: