Skip to content

Commit 92c7dce

Browse files
authored
Adds main branch for go-elasticsearch repo (#2182)
1 parent 65bea5a commit 92c7dce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

conf.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ contents:
303303
repo: go-elasticsearch
304304
path: .doc/examples/doc/
305305
exclude_branches: [ 7.x, 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 ]
306+
map_branches: &mapMasterToMain
307+
master: main
306308
-
307309
repo: docs
308310
path: shared/versions/stack/{version}.asciidoc
@@ -466,8 +468,8 @@ contents:
466468
- title: Go API
467469
prefix: go-api
468470
current: 7.x
469-
branches: [ master, 7.x ]
470-
live: [ master, 7.x ]
471+
branches: [ {main: master}, 7.x ]
472+
live: [ main, 7.x ]
471473
index: .doc/index.asciidoc
472474
chunk: 1
473475
tags: Clients/Go
@@ -1476,8 +1478,7 @@ contents:
14761478
-
14771479
repo: stack-docs
14781480
path: docs/en
1479-
map_branches: &mapMasterToMain
1480-
master: main
1481+
map_branches: *mapMasterToMain
14811482
- title: SIEM Guide
14821483
prefix: en/siem/guide
14831484
current: 7.8

0 commit comments

Comments
 (0)