Skip to content

Commit 6b21fd9

Browse files
authored
obs11: first batch to use main branch (#2323)
1 parent 96a5a1e commit 6b21fd9

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

conf.yaml

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ contents:
619619
sources:
620620
-
621621
repo: elasticsearch-rs
622-
path: docs/
622+
path: docs/
623623
- title: Java REST Client (deprecated)
624624
prefix: java-rest
625625
current: 7.15
@@ -1323,9 +1323,9 @@ contents:
13231323
sections:
13241324
- title: ECS Logging Overview
13251325
prefix: overview
1326-
current: master
1327-
branches: [ master ]
1328-
live: [ master ]
1326+
current: main
1327+
branches: [ {main: master} ]
1328+
live: [ main ]
13291329
index: docs/index.asciidoc
13301330
chunk: 1
13311331
tags: ECS-logging/Guide
@@ -1342,9 +1342,9 @@ contents:
13421342
path: shared/attributes.asciidoc
13431343
- title: ECS Logging Go (Logrus) Reference
13441344
prefix: go-logrus
1345-
current: master
1346-
branches: [ master ]
1347-
live: [ master ]
1345+
current: main
1346+
branches: [ {main: master} ]
1347+
live: [ main ]
13481348
index: docs/index.asciidoc
13491349
chunk: 1
13501350
tags: ECS-logging/go-logrus/Guide
@@ -1364,9 +1364,9 @@ contents:
13641364
path: docs
13651365
- title: ECS Logging Go (Zap) Reference
13661366
prefix: go-zap
1367-
current: master
1368-
branches: [ master ]
1369-
live: [ master ]
1367+
current: main
1368+
branches: [ {main: master} ]
1369+
live: [ main ]
13701370
index: docs/index.asciidoc
13711371
chunk: 1
13721372
tags: ECS-logging/go-zap/Guide
@@ -1384,11 +1384,12 @@ contents:
13841384
-
13851385
repo: ecs-logging
13861386
path: docs
1387+
13871388
- title: ECS Logging Java Reference
13881389
prefix: java
13891390
current: 1.x
1390-
branches: [ master, 1.x, 0.x ]
1391-
live: [ master, 1.x ]
1391+
branches: [ {main: master}, 1.x, 0.x ]
1392+
live: [ main, 1.x ]
13921393
index: docs/index.asciidoc
13931394
chunk: 1
13941395
tags: ECS-logging/java/Guide
@@ -1407,13 +1408,13 @@ contents:
14071408
repo: ecs-logging
14081409
path: docs
14091410
map_branches:
1410-
1.x: master
1411-
0.x: master
1411+
1.x: main
1412+
0.x: main
14121413
- title: ECS Logging .NET Reference
14131414
prefix: dotnet
1414-
current: master
1415-
branches: [ master ]
1416-
live: [ master ]
1415+
current: main
1416+
branches: [ {main: master} ]
1417+
live: [ main ]
14171418
index: docs/index.asciidoc
14181419
chunk: 1
14191420
tags: ECS-logging/.NET/Guide
@@ -1433,9 +1434,9 @@ contents:
14331434
path: docs
14341435
- title: ECS Logging Node.js Reference
14351436
prefix: nodejs
1436-
current: master
1437-
branches: [ master ]
1438-
live: [ master ]
1437+
current: main
1438+
branches: [ {main: master} ]
1439+
live: [ main ]
14391440
index: docs/index.asciidoc
14401441
chunk: 1
14411442
tags: ECS-logging/nodejs/Guide
@@ -1455,9 +1456,9 @@ contents:
14551456
path: docs
14561457
- title: ECS Logging Ruby Reference
14571458
prefix: ruby
1458-
current: master
1459-
branches: [ master ]
1460-
live: [ master ]
1459+
current: main
1460+
branches: [ {main: master} ]
1461+
live: [ main ]
14611462
index: docs/index.asciidoc
14621463
chunk: 1
14631464
tags: ECS-logging/ruby/Guide
@@ -1477,9 +1478,9 @@ contents:
14771478
path: docs
14781479
- title: ECS Logging PHP Reference
14791480
prefix: php
1480-
current: master
1481-
branches: [ master ]
1482-
live: [ master ]
1481+
current: main
1482+
branches: [ {main: master} ]
1483+
live: [ main ]
14831484
index: docs/index.asciidoc
14841485
chunk: 1
14851486
tags: ECS-logging/php/Guide
@@ -1499,9 +1500,9 @@ contents:
14991500
path: docs
15001501
- title: ECS Logging Python Reference
15011502
prefix: python
1502-
current: master
1503-
branches: [ master ]
1504-
live: [ master ]
1503+
current: main
1504+
branches: [ {main: master} ]
1505+
live: [ main ]
15051506
index: docs/index.asciidoc
15061507
chunk: 1
15071508
tags: ECS-logging/python/Guide

0 commit comments

Comments
 (0)