From fb2cd5c94e4842a2193ac27fa0c68a6a55d0e4e0 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Mon, 15 Jul 2024 16:32:54 +1000 Subject: [PATCH] Remove yaml configuration example from GDACS integration (#33733) --- source/_integrations/gdacs.markdown | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/source/_integrations/gdacs.markdown b/source/_integrations/gdacs.markdown index 0ab860c1825..c9db78baf42 100644 --- a/source/_integrations/gdacs.markdown +++ b/source/_integrations/gdacs.markdown @@ -83,16 +83,3 @@ from the feed. | created | Number of entities that were created during last update (optional). | | updated | Number of entities that were updated during last update (optional). | | removed | Number of entities that were removed during last update (optional). | - -## Full configuration - -```yaml -# Example configuration.yaml entry -gdacs: - categories: - - Drought - - Earthquake - radius: 1000 - latitude: -41.2 - longitude: 174.7 -```