From 39df59b20bd2bfb6beba50490887d333fa5d0328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 29 Jun 2020 17:31:19 -0400 Subject: [PATCH] Fix other note's syntax --- creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creating-new-drutopia-site.md b/creating-new-drutopia-site.md index 94e29bf..e6951b9 100644 --- a/creating-new-drutopia-site.md +++ b/creating-new-drutopia-site.md @@ -52,7 +52,7 @@ ddev start ddev composer install ``` -```note +```{note} Webserver, PHP, and MySQL versions and types are selected here to match those used on Elizabeth and should be adjusted to match your live environment, including double-checking that they are still valid for `elizabeth.mayfirst.org`. Please update this documentation if it changes! The last two options (enabling Xdebug by default and not using DNS for your local site) are optional at the developer's preference. Additional ddev options can be found at https://ddev.readthedocs.io/en/latest/users/cli-usage/ ```