-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add artifact state docs section * Improve state docs * Address comments * Address comments
- Loading branch information
1 parent
1f397dc
commit 7928960
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
docs/modules/ROOT/partials/getting-started/ref-registry-artifact-states.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Metadata created by nebel | ||
// ParentAssemblies: assemblies/getting-started/as_registry-reference.adoc | ||
|
||
[id="registry-artifact-states"] | ||
|
||
= {registry} artifact states | ||
These are the valid artifact states in {registry}: | ||
|
||
.{registry} artifact states | ||
[%header,cols=2*] | ||
|=== | ||
|State | ||
|Description | ||
|`ENABLED` | ||
|Basic state, all the operations are available. | ||
|`DISABLED` | ||
|The artifact and its metadata is viewable and searchable using the {registry} web console, but its content cannot be fetched by any client. | ||
|`DEPRECATED` | ||
|The artifact is fully usable but a header is added to the REST API response whenever the artifact content is fetched. The {registry} Rest Client will also log a warning whenever it sees deprecated content. | ||
|=== | ||
|
||
|