From 8dbfd57e35fb46a4618ef8aa8f00e2334818d682 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 11 Mar 2021 11:52:43 +0100 Subject: [PATCH] try hiding edit button from wiki --- .github/docs/_static/custom.css | 3 +++ .github/docs/index.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .github/docs/_static/custom.css diff --git a/.github/docs/_static/custom.css b/.github/docs/_static/custom.css new file mode 100644 index 00000000000..68ed3164e2d --- /dev/null +++ b/.github/docs/_static/custom.css @@ -0,0 +1,3 @@ +[title='Edit this page']{ + display: none; + } diff --git a/.github/docs/index.md b/.github/docs/index.md index 291ca3867f1..307770bb0fa 100644 --- a/.github/docs/index.md +++ b/.github/docs/index.md @@ -1 +1,3 @@ # Home + +This is a placeholder homepage, please view at our other pages for more information about TrueCharts