From 8b31862b02ac6019db8210bfa18b840c62271a22 Mon Sep 17 00:00:00 2001 From: cytopia Date: Mon, 7 May 2018 09:09:06 +0200 Subject: [PATCH] Clarify that all frameworks are supported --- docs/examples/setup-other-frameworks.rst | 11 +++++++++++ docs/index.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/examples/setup-other-frameworks.rst diff --git a/docs/examples/setup-other-frameworks.rst b/docs/examples/setup-other-frameworks.rst new file mode 100644 index 00000000..3b6650f4 --- /dev/null +++ b/docs/examples/setup-other-frameworks.rst @@ -0,0 +1,11 @@ +.. _example_setup_other_frameworks: + +********************** +Setup other Frameworks +********************** + +The setup instructions and frameworks shown in this section are only meant as an example +and the list is in no way complete. + +The Devilbox itself is a normal development stack and is capable of running *any* framework, CMS +or custom written PHP software. diff --git a/docs/index.rst b/docs/index.rst index 1e46ae12..5cd0001b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -95,6 +95,7 @@ host is ready to be served with your custom domain. examples/setup-wordpress examples/setup-yii examples/setup-zend + examples/setup-other-frameworks .. toctree::