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.