From 21d1607808c25dd030ea79cb7636baa4cd8a385e Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Sat, 15 Aug 2020 04:40:50 +0000 Subject: [PATCH 1/3] Correct raw notes location. --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 54e2e7a..df2476d 100644 --- a/documentation.md +++ b/documentation.md @@ -11,7 +11,7 @@ This documentation page is a good one to copy or refer to for an example of MyST ## Where to post what -We like [Gitlab's approach](https://about.gitlab.com/handbook/git-page-update/#where-should-content-go): If you're not sure where to put something in documentation, or if it even is documentation, [write a blog post](https://agaric.com/node/add/blog). Or even, in the Agaric context, just throw it in a [raw note](https://gitlab.com/agaric/resources/raw-notes) (this private repository automatically publishes non-draft notes publicly to [agaric.gitlab.io/raw-notes](https://agaric.gitlab.io/raw-notes/)). +We like [Gitlab's approach](https://about.gitlab.com/handbook/git-page-update/#where-should-content-go): If you're not sure where to put something in documentation, or if it even is documentation, [write a blog post](https://agaric.com/node/add/blog). Or even, in the Agaric context, just throw it in a [raw note](https://gitlab.com/agaric/raw-notes) (this private repository automatically publishes non-draft notes publicly to [agaric.gitlab.io/raw-notes](https://agaric.gitlab.io/raw-notes/)). Somewhere is better than nowhere. From 3e58f91b927198fdef94281f13dbc59db643e384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 15 Aug 2020 05:00:01 +0000 Subject: [PATCH 2/3] Fix external link --- tools/creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index b2008fe..9096494 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -53,7 +53,7 @@ ddev composer install ``` ```{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/ +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 [ddev.readthedocs.io/en/latest/users/cli-usage](https://ddev.readthedocs.io/en/latest/users/cli-usage/). ``` ## Setting up database and configuration for the live instance From 6296de5b4f8b300d39cbc53d69c212d0b8ed1ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 15 Aug 2020 05:00:46 +0000 Subject: [PATCH 3/3] Try link without prefix? --- tools/ddev-local-development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddev-local-development-environment.md b/tools/ddev-local-development-environment.md index e3d3641..6eee3a7 100644 --- a/tools/ddev-local-development-environment.md +++ b/tools/ddev-local-development-environment.md @@ -22,4 +22,4 @@ Don't forget the poweroff part or it breaks SSH until you run it. ## Using ddev -See [creating new Drutopia sites](tools/creating-new-drutopia-site) for per-site ddev configuration. +See [creating new Drutopia sites](creating-new-drutopia-site) for per-site ddev configuration.