mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
Related: https://github.com/scylladb/scylladb/issues/13119 This commit removes the pages that describe Enterprise only features from the Open Source documentation: - Encryption at Rest - Workload Prioritization - LDAP Authorization - LDAP Authentication - Audit In addition, it removes most of the information about Incremental Compaction Strategy (ICS), which is replaced with links to the Enterprise documentation. The changes above required additional updates introduced with this commit: - The links to Enterprise-only features are replaced with the corresponding links in the Enterprise documentation. - The redirections are added for the removed pages to be redirected to the corresponding pages in the Enterprise documentation. This commit must be reverted in the scylla-enterprise repository to avoid deleting the Enterprise-only content from the Enterprise docs. Closes #13123