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. 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 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.