From 284eaf7ac0d519bb25dcb657b1469c4347b20adc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 8 Oct 2020 11:10:45 -0700 Subject: [PATCH] modules/pruning-groups: '//Future' prefixes for xrefs Make it more obvious to folks grepping through that these xrefs are aspirational. $ grep -A1 'You must not include xrefs' modules/mod-docs-ocp-conventions.adoc You must not include xrefs in modules or create an xref to a module. You can only use xrefs to link from one assembly to another. --- modules/pruning-groups.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pruning-groups.adoc b/modules/pruning-groups.adoc index 3e927016ac..3cad8c4e88 100644 --- a/modules/pruning-groups.adoc +++ b/modules/pruning-groups.adoc @@ -50,6 +50,6 @@ $ oc adm prune groups --sync-config=ldap-sync-config.yaml --confirm //// Needs "Additional resources" links when converted: -xref:../install_config/syncing_groups_with_ldap.adoc#configuring-ldap-sync[Configuring LDAP Sync] -xref:../install_config/syncing_groups_with_ldap.adoc#overview[Syncing Groups With LDAP] +//Future xref:../install_config/syncing_groups_with_ldap.adoc#configuring-ldap-sync[Configuring LDAP Sync] +//Future xref:../install_config/syncing_groups_with_ldap.adoc#overview[Syncing Groups With LDAP] ////