@@ -619,7 +619,7 @@ contents:
619
619
sources :
620
620
-
621
621
repo : elasticsearch-rs
622
- path : docs/
622
+ path : docs/
623
623
- title : Java REST Client (deprecated)
624
624
prefix : java-rest
625
625
current : 7.15
@@ -1323,9 +1323,9 @@ contents:
1323
1323
sections :
1324
1324
- title : ECS Logging Overview
1325
1325
prefix : overview
1326
- current : master
1327
- branches : [ master ]
1328
- live : [ master ]
1326
+ current : main
1327
+ branches : [ {main: master} ]
1328
+ live : [ main ]
1329
1329
index : docs/index.asciidoc
1330
1330
chunk : 1
1331
1331
tags : ECS-logging/Guide
@@ -1342,9 +1342,9 @@ contents:
1342
1342
path : shared/attributes.asciidoc
1343
1343
- title : ECS Logging Go (Logrus) Reference
1344
1344
prefix : go-logrus
1345
- current : master
1346
- branches : [ master ]
1347
- live : [ master ]
1345
+ current : main
1346
+ branches : [ {main: master} ]
1347
+ live : [ main ]
1348
1348
index : docs/index.asciidoc
1349
1349
chunk : 1
1350
1350
tags : ECS-logging/go-logrus/Guide
@@ -1364,9 +1364,9 @@ contents:
1364
1364
path : docs
1365
1365
- title : ECS Logging Go (Zap) Reference
1366
1366
prefix : go-zap
1367
- current : master
1368
- branches : [ master ]
1369
- live : [ master ]
1367
+ current : main
1368
+ branches : [ {main: master} ]
1369
+ live : [ main ]
1370
1370
index : docs/index.asciidoc
1371
1371
chunk : 1
1372
1372
tags : ECS-logging/go-zap/Guide
@@ -1384,11 +1384,12 @@ contents:
1384
1384
-
1385
1385
repo : ecs-logging
1386
1386
path : docs
1387
+
1387
1388
- title : ECS Logging Java Reference
1388
1389
prefix : java
1389
1390
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 ]
1392
1393
index : docs/index.asciidoc
1393
1394
chunk : 1
1394
1395
tags : ECS-logging/java/Guide
@@ -1407,13 +1408,13 @@ contents:
1407
1408
repo : ecs-logging
1408
1409
path : docs
1409
1410
map_branches :
1410
- 1.x : master
1411
- 0.x : master
1411
+ 1.x : main
1412
+ 0.x : main
1412
1413
- title : ECS Logging .NET Reference
1413
1414
prefix : dotnet
1414
- current : master
1415
- branches : [ master ]
1416
- live : [ master ]
1415
+ current : main
1416
+ branches : [ {main: master} ]
1417
+ live : [ main ]
1417
1418
index : docs/index.asciidoc
1418
1419
chunk : 1
1419
1420
tags : ECS-logging/.NET/Guide
@@ -1433,9 +1434,9 @@ contents:
1433
1434
path : docs
1434
1435
- title : ECS Logging Node.js Reference
1435
1436
prefix : nodejs
1436
- current : master
1437
- branches : [ master ]
1438
- live : [ master ]
1437
+ current : main
1438
+ branches : [ {main: master} ]
1439
+ live : [ main ]
1439
1440
index : docs/index.asciidoc
1440
1441
chunk : 1
1441
1442
tags : ECS-logging/nodejs/Guide
@@ -1455,9 +1456,9 @@ contents:
1455
1456
path : docs
1456
1457
- title : ECS Logging Ruby Reference
1457
1458
prefix : ruby
1458
- current : master
1459
- branches : [ master ]
1460
- live : [ master ]
1459
+ current : main
1460
+ branches : [ {main: master} ]
1461
+ live : [ main ]
1461
1462
index : docs/index.asciidoc
1462
1463
chunk : 1
1463
1464
tags : ECS-logging/ruby/Guide
@@ -1477,9 +1478,9 @@ contents:
1477
1478
path : docs
1478
1479
- title : ECS Logging PHP Reference
1479
1480
prefix : php
1480
- current : master
1481
- branches : [ master ]
1482
- live : [ master ]
1481
+ current : main
1482
+ branches : [ {main: master} ]
1483
+ live : [ main ]
1483
1484
index : docs/index.asciidoc
1484
1485
chunk : 1
1485
1486
tags : ECS-logging/php/Guide
@@ -1499,9 +1500,9 @@ contents:
1499
1500
path : docs
1500
1501
- title : ECS Logging Python Reference
1501
1502
prefix : python
1502
- current : master
1503
- branches : [ master ]
1504
- live : [ master ]
1503
+ current : main
1504
+ branches : [ {main: master} ]
1505
+ live : [ main ]
1505
1506
index : docs/index.asciidoc
1506
1507
chunk : 1
1507
1508
tags : ECS-logging/python/Guide
0 commit comments