From b6b7dc01c9791f2833c826d704872b451575c05a Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Fri, 7 Apr 2023 08:54:38 +0200 Subject: [PATCH] Docs: Remove the banner about tezos- to octez- move --- docs/_templates/page.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docs/_templates/page.html diff --git a/docs/_templates/page.html b/docs/_templates/page.html deleted file mode 100644 index 9a2b09637bb6..000000000000 --- a/docs/_templates/page.html +++ /dev/null @@ -1,10 +0,0 @@ -{% block header %} -
-

- Starting from Octez release 15.0, the names of the Octez binaries start with "octez-" and do not include any protocol number (e.g. "octez-client", "octez-node", "octez-baker-PtKathma" instead of "tezos-client", "tezos-node", "tezos-baker-015-PtKathma"). - Occasionally, some legacy names ("tezos-*") may still be used in the documentation. -

-
-{% endblock %} - -{% extends "!page.html" %} -- GitLab