From c8e8037b764e577d41025c96967a3dbdeac686ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 3 Feb 2022 12:47:20 +0100 Subject: [PATCH] Fixes .net book generation. --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index b612fe074b0d0..a1bedc5d53887 100644 --- a/conf.yaml +++ b/conf.yaml @@ -354,7 +354,7 @@ contents: repo: elasticsearch-net path: examples exclude_branches: [ 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ] - map_branches: *mapMainToMaster + map_branches: *mapMasterToMain - alternatives: { source_lang: console, alternative_lang: python } repo: elasticsearch-py