Browse Source

[DOCS] Remove logic for permanently unreleased branches (#79575)

These tags are no longer needed. We previously used them for docs behind a feature flag. You can now achieve the same effect with `"{release-state}"!="released"`.

No docs currently use this logic.
James Rodewig 4 years ago
parent
commit
bc1c9b407c
1 changed files with 0 additions and 10 deletions
  1. 0 10
      docs/Versions.asciidoc

+ 0 - 10
docs/Versions.asciidoc

@@ -54,16 +54,6 @@ endif::[]
 :javadoc-license: {rest-high-level-client-javadoc}/org/elasticsearch/protocol/xpack/license
 :javadoc-watcher: {rest-high-level-client-javadoc}/org/elasticsearch/protocol/xpack/watcher
 
-///////
-Permanently unreleased branches (master, n.X)
-///////
-ifeval::["{source_branch}"=="master"]
-:permanently-unreleased-branch:
-endif::[]
-ifeval::["{source_branch}"=="{major-version}"]
-:permanently-unreleased-branch:
-endif::[]
-
 ///////
 Shared attribute values are pulled from elastic/docs
 ///////