Skip to content

Commit

Permalink
Remove the outdated information from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lubosmj committed Oct 9, 2024
1 parent c4bd8f7 commit a5b07f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
18 changes: 0 additions & 18 deletions docs/dev/guides/record-a-demo.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/dev/guides/release_process.md

This file was deleted.

2 changes: 0 additions & 2 deletions pulp_file/app/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,6 @@ class FileDistributionViewSet(DistributionViewSet, RolesMixin):
class FileAlternateContentSourceViewSet(AlternateContentSourceViewSet, RolesMixin):
"""
Alternate Content Source ViewSet for File
ACS support is provided as a tech preview in pulp_file.
"""

endpoint_name = "file"
Expand Down
4 changes: 0 additions & 4 deletions pulp_file/docs/admin/guides/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ This document describes the default access policies shipped with Pulp File. Each
policies can be modified to achieve a different RBAC behavior. Use the Pulp CLI to follow along
with the examples here.

!!! note
This feature is currently in tech preview and is subject to change in future releases.


!!! note
Customizing the access policy will cause any future changes to the default policies, like
statement changes and bugfixes, to be ignored unless reset to the default policy.
Expand Down
3 changes: 0 additions & 3 deletions pulpcore/app/viewsets/access_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ class AccessPolicyViewSet(
):
"""
ViewSet for AccessPolicy.
NOTE: This API endpoint is in "tech preview" and subject to change
"""

queryset = AccessPolicy.objects.all()
Expand Down

0 comments on commit a5b07f5

Please sign in to comment.