Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions _extra/edit/config.yml → _extra/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
backend:
name: github
name: git-gateway
repo: psf/wiki
branch: main
base_url: https://api.wiki.python.org

search: false

Expand Down
12 changes: 12 additions & 0 deletions _extra/admin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Python Wiki CMS</title>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>
12 changes: 0 additions & 12 deletions _extra/edit/index.html

This file was deleted.