Skip to content

Commit 0c6e3cc

Browse files
authored
Add main branch to elasticsearch-net repo to docs build. (#2196)
1 parent 498ce55 commit 0c6e3cc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

conf.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ contents:
354354
repo: elasticsearch-net
355355
path: examples
356356
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 ]
357+
map_branches: *mapMainToMaster
357358
-
358359
alternatives: { source_lang: console, alternative_lang: python }
359360
repo: elasticsearch-py
@@ -542,10 +543,11 @@ contents:
542543
path: .doc/
543544
- title: .NET Clients
544545
prefix: net-api
546+
# The elasticsearch-net repo only keeps .x branches. Do not
547+
# bump these with the rest of the stack.
545548
current: 7.16
546-
# need to keep 7.x until all tooling is switched over to 7.16
547-
branches: [ master, 8.0, 7.17, 7.16, 7.x, 6.x, 5.x, 2.x, 1.x ]
548-
live: [ master, 8.0, 7.17, 7.16, 7.x ]
549+
branches: [ {main: master}, 8.0, 7.17, 7.16, 7.x, 6.x, 5.x, 2.x, 1.x ]
550+
live: [ main, 8.0, 7.17, 7.16, 7.x ]
549551
index: docs/index.asciidoc
550552
tags: Clients/.Net
551553
subject: Clients

0 commit comments

Comments
 (0)