From e4b2540c404ee838ef0c015dba9c4d7c8e9b9dd7 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 27 Sep 2023 09:35:10 -0400 Subject: [PATCH] [DOCS] Test to fix docs build v2 (#1369) --- .gitattributes | 2 +- docs/installation.asciidoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 85423bae1..101eff777 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,5 +10,5 @@ /phpunit-yaml-free-tests.xml export-ignore /phpunit-yaml-platinum-tests.xml export-ignore /phpunit.xml.dist export-ignore -/docs export-ignore +#/docs export-ignore /.buildkite export-ignore diff --git a/docs/installation.asciidoc b/docs/installation.asciidoc index 0b3b35f3c..9766efe58 100644 --- a/docs/installation.asciidoc +++ b/docs/installation.asciidoc @@ -36,3 +36,4 @@ Client instantiation is performed with a static helper function `create()`. This creates a ClientBuilder object, which helps you to set custom configurations. When you are done configuring, call the `build()` method to generate a `Client` object. For further info, consult the <> section. +