-
Notifications
You must be signed in to change notification settings - Fork 105
Added Library Values #176
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
Added Library Values #176
Conversation
|
docs/resources/projects/libraries.md
Outdated
@@ -226,6 +226,89 @@ You can easily upgrade to newer versions of the libraries as they become availab | |||
|
|||
 | |||
|
|||
## Library Values | |||
|
|||
**Library values** are essentially variables created and used by a library publisher and intended to have their values set by the library consumer. These values allow library publishers to create configurable variables that are useful in different contexts, such as API keys, global settings, or other project-specific configurations. These values allow consumers to input specific data required for the library to function properly in their project. |
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.
maybe we say "library author" and "library user" instead of library publisher and library consumer?
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.
Yes, updated now.
…umentation into pinkesh/library-values
…umentation into pinkesh/library-values
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.
Think Poojas suggestions make sense
Description
Added Library Values
Linear ticket and magic word Fixes DEVR-648
Type of change