From eea31b5dcebf422eed91b6208f4178247b165739 Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 14 Nov 2023 14:22:43 +0100 Subject: [PATCH] ci: small docs change to trigger netlify --- docs/recipes/stable.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/recipes/stable.md b/docs/recipes/stable.md index ce5875f0..3491a22b 100644 --- a/docs/recipes/stable.md +++ b/docs/recipes/stable.md @@ -21,8 +21,6 @@ d2 cluster up 2.40 # dbVersion: empty ``` -## Seed the database - Usually you want to `seed` your database with a database dump from Sierra Leone to have an instance set up with data. If you add the `--seed` command to the command above, it will try to find the database dump `2.40.0` on the [databases](https://databases.dhis2.org/) site. If it doesn't exist it will throw an error. ```bash