Retire LDAP node classifier docs (the ldap node terminus was removed in OpenVox 8)#381
Open
miharp wants to merge 1 commit into
Open
Retire LDAP node classifier docs (the ldap node terminus was removed in OpenVox 8)#381miharp wants to merge 1 commit into
miharp wants to merge 1 commit into
Conversation
The `ldap` node terminus was removed in OpenVox 8; the node terminus
indirector no longer ships it. Remove the docs that still present it
as an available feature:
- Delete nodes_ldap.md ("The LDAP Node Classifier" page).
- Drop its nav entry from _data/nav/openvox_8x.yml.
- Remove the `ldap` node terminus paragraph and its ldap_guide ref-def
from subsystem_catalog_compilation.markdown.
- Remove the "LDAP node data" reference and its ldap_nodes ref-def
from lang_classes.markdown.
The repo has no redirect mechanism, so /openvox/latest/nodes_ldap.html
will 404 after deletion — acceptable for a removed-feature page
(precedent: lang_updating_manifests retirement in OpenVoxProject#270).
Closes OpenVoxProject#278
Signed-off-by: Michael Harp <mike@mikeharp.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retires the LDAP node classifier documentation. The
ldapnode terminus was removed in OpenVox 8 — the node terminus indirector ships onlyexec,json,memory,msgpack,plain,rest,store_configs, andyaml— but the docs still presented it as an available feature, including a dedicated page in the nav.The broken
[ldap_node]link was already de-linked in #273; this covers the remaining feature content.Changes
docs/_openvox_8x/nodes_ldap.md("The LDAP Node Classifier" page)._data/nav/openvox_8x.yml.ldapnode terminus paragraph and its[ldap_guide]ref-def fromsubsystem_catalog_compilation.markdown.[ldap_nodes]ref-def fromlang_classes.markdown.Note
The repo has no redirect mechanism, so
/openvox/latest/nodes_ldap.htmlwill 404 after deletion — acceptable for a removed-feature page (precedent:lang_updating_manifestsretirement in #270).Closes #278