From 04164acff3298b6195fd057117a4c0c51f62c18d Mon Sep 17 00:00:00 2001 From: Molham Al Nasr Date: Wed, 9 Apr 2025 12:05:50 +0200 Subject: [PATCH] Markdown-linter hates the trailing-punctuation. avoid warnings in editors --- docs/customservices.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/customservices.md b/docs/customservices.md index 1148a0a..32d9b22 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -485,7 +485,9 @@ This service displays info about the total number of containers managed by your In order to use it, you must be using Portainer version 1.11 or later. Generate an access token from the UI and pass it to the apikey field. By default, every connected environments will be checked. To select specific ones, add an "environments" entry which can be a simple string or an array containing all the selected environments name. -### New features: + +### New features + Displays the Portainer version from /api/status Shows online/offline status depending on API reachability