Deprecate forced includes feature in documentation
Problem to solve
We implemented the feature #8429 (closed) (https://docs.gitlab.com/ee/user/admin_area/settings/continuous_integration.html#required-pipeline-configuration-premium-only) to help teams enforce compliance workflows. This change allowed them to enforce that an include (presumably containing compliance actions and checks) would be run on all pipelines on the instance.
Instead of providing a hook for script insertion, our strategy is now to build a project-level compliance API in the product itself, that can help enforce these things in a more coherent and predictable way, that brings more value to users.
As such, we should deprecate (but not delete) the existing feature from the documentation.
Further details
Proposal
Add deprecation notice to above link
Who can address the issue
N/A
Other links/references
N/A