From 25066837efb2c666186571ac960f94413b2af258 Mon Sep 17 00:00:00 2001 From: Lee Spottiswood Date: Fri, 8 Dec 2023 15:53:52 +0000 Subject: [PATCH] Meta title update (#1062) * update meta title * update title * update title --- populator/main.py | 2 +- source/_themes/ukf/layout.html | 4 ++-- source/desktop/fastdesk/policies/index.rst | 2 +- source/domains/ssl/self_signed_certificates.md | 2 +- source/dr-ha/fastcloudbackup/alerts.md | 2 +- source/dr-ha/fastcloudbackup/general_product_information.md | 2 +- source/dr-ha/fastcloudbackup/getting_started.md | 2 +- source/dr-ha/fastcloudbackup/managing_fastcloudbackup.md | 2 +- source/dr-ha/fastcloudbackup/managing_files_and_folders.md | 2 +- source/dr-ha/fastcloudbackup/technical_information.md | 2 +- source/dr-ha/techniques/index.rst | 2 +- source/dr-ha/terms/file_level.md | 2 +- source/ecloud/index.rst | 2 +- source/operatingsystems/linux/mysql/mysql_ssh_tunneling.md | 2 +- .../windows/networking/mappinganetworkdrive.md | 4 ++-- source/security/ddos/global_restrictions.md | 2 +- source/security/ddos/http_req_resp_headers.md | 2 +- .../alert-remediation-tips/block-useragent.md | 2 +- .../alerts-explained/scans-and-reconnaissance/index.rst | 2 +- .../threatmonitoring/alerts-explained/windows/index.rst | 2 +- source/webcel/queue/admin.md | 2 +- tests.sh | 2 +- 22 files changed, 24 insertions(+), 24 deletions(-) diff --git a/populator/main.py b/populator/main.py index 1d462b085..bd060e572 100644 --- a/populator/main.py +++ b/populator/main.py @@ -19,7 +19,7 @@ file_type = '.md' remove_regex = [r'.. (.*?)::'] -remove_list = ['eval_rst', ':doc:', '`', '\\ :sup:', ' | UKFast Documentation'] +remove_list = ['eval_rst', ':doc:', '`', '\\ :sup:', ' | ANS Documentation'] meta_words = [':title:', ':description:', ':keywords:'] hostname = "elasticsearch" diff --git a/source/_themes/ukf/layout.html b/source/_themes/ukf/layout.html index 56d0dc851..02ba07c67 100644 --- a/source/_themes/ukf/layout.html +++ b/source/_themes/ukf/layout.html @@ -29,7 +29,7 @@ {{ metatags }} - {{ title|striptags|e }}{{ titlesuffix }} | UKFast Documentation + {{ title|striptags|e }}{{ titlesuffix }} | ANS Documentation {{ css(css_files) }} @@ -249,7 +249,7 @@