-
Notifications
You must be signed in to change notification settings - Fork 65
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
Devfile metadata: add a link to an external website #38
Comments
We are going to add the ---
schemaVersion: 2.0.0
metadata:
name: quarkus-stack
description: ...
website: https://quarkus.io |
@deboer-tim if that's satisfies your need we are going to add that to the spec |
+1. I don't love 'website', but I can't decide why or come up with a better option, so let's go with it. :) |
Yes we named it website because it includes but is broader then documentation. |
Stack author's guide needs to be updated to reflect that. We may want to consider to change https://docs.devfile.io/devfile/2.0.0/user-guide/adding-a-name-to-a-devfile.html to document metadata in general instead of just |
Docs issue has been opened here: #345 |
When you use a devfile in an IDE, the IDE might want to be able to display a devfile-specific welcome page. Likewise, a command line tool might want to link to information on how to use the devfile. In both of these cases we want the devfile to provide the link and not pull other files into the user's project, which could be easily removed or annoying to clean up.
For cases like these it would be nice to have an optional doc url in the devfile metadata.
The text was updated successfully, but these errors were encountered: