From 156cfe0aa38bf883315cb028c4292abf7a42e748 Mon Sep 17 00:00:00 2001 From: Sikandar Date: Fri, 27 Feb 2026 00:35:24 +0500 Subject: [PATCH] Set up DecapCMS and Git Gateway (#1, #2) - Moved config to _extra/admin to match documentation path --- _extra/{edit => admin}/config.yml | 3 +-- _extra/admin/index.html | 12 ++++++++++++ _extra/edit/index.html | 12 ------------ 3 files changed, 13 insertions(+), 14 deletions(-) rename _extra/{edit => admin}/config.yml (95%) create mode 100644 _extra/admin/index.html delete mode 100644 _extra/edit/index.html diff --git a/_extra/edit/config.yml b/_extra/admin/config.yml similarity index 95% rename from _extra/edit/config.yml rename to _extra/admin/config.yml index 224452d33..b3400bc38 100644 --- a/_extra/edit/config.yml +++ b/_extra/admin/config.yml @@ -1,8 +1,7 @@ backend: - name: github + name: git-gateway repo: psf/wiki branch: main - base_url: https://api.wiki.python.org search: false diff --git a/_extra/admin/index.html b/_extra/admin/index.html new file mode 100644 index 000000000..3a5fb72a3 --- /dev/null +++ b/_extra/admin/index.html @@ -0,0 +1,12 @@ + + + + + + + Python Wiki CMS + + + + + diff --git a/_extra/edit/index.html b/_extra/edit/index.html deleted file mode 100644 index 1ebdfe91f..000000000 --- a/_extra/edit/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Python Wiki CMS - - - - -