From 3ee2effef57a01dd727dd23b345f2ac3bde4fe1c Mon Sep 17 00:00:00 2001 From: Jens Balvig Date: Wed, 21 Dec 2022 13:27:20 +0100 Subject: [PATCH] Document numberOfBuilds attribute --- docs/modules/circleci.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/modules/circleci.md b/docs/modules/circleci.md index 1923da88..8a11cbad 100644 --- a/docs/modules/circleci.md +++ b/docs/modules/circleci.md @@ -8,6 +8,7 @@ Displays build information for your CircleCI account. circleci: apiKey: "p0d13*********************************************c3" enabled: true + numberOfBuilds: 10 position: top: 4 left: 1 @@ -30,9 +31,11 @@ circleci: {% include "attributes/apikey.md" %} {% endwith %} - + {% with name="numberOfBuilds", desc="How many builds to display", value="Any positive integer." %} + {% include "attributes/custom.md" %} + {% endwith %} {% set src="circleci" %} -{% include "src_path.md" %} \ No newline at end of file +{% include "src_path.md" %}