From 83fd7d18654772b80e4d19bbc5d06570ea0bbaa5 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Fri, 29 May 2020 14:33:00 -0400 Subject: [PATCH] Closes #1441 --- docs/index.rst | 1 + docs/management.rst | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/management.rst diff --git a/docs/index.rst b/docs/index.rst index cf3d3101..243e1462 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,6 +27,7 @@ CTFd is written in Python and makes use of the Flask web framework. deployment configuration + management scoring themes plugins diff --git a/docs/management.rst b/docs/management.rst new file mode 100644 index 00000000..3ea34889 --- /dev/null +++ b/docs/management.rst @@ -0,0 +1,7 @@ +Management +========== + +Challenges +---------- + +The `ctfcli `_ tool can be used to manage challenges and sync them up to a specified CTFd instance via the CTFd API. It can be used as part of a build system or amongst multilpe users collaborating via version control.