Skip to content

obs11: first batch to use main branch #2323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 30 additions & 29 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ contents:
sources:
-
repo: elasticsearch-rs
path: docs/
path: docs/
- title: Java REST Client (deprecated)
prefix: java-rest
current: 7.15
Expand Down Expand Up @@ -1323,9 +1323,9 @@ contents:
sections:
- title: ECS Logging Overview
prefix: overview
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/Guide
Expand All @@ -1342,9 +1342,9 @@ contents:
path: shared/attributes.asciidoc
- title: ECS Logging Go (Logrus) Reference
prefix: go-logrus
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/go-logrus/Guide
Expand All @@ -1364,9 +1364,9 @@ contents:
path: docs
- title: ECS Logging Go (Zap) Reference
prefix: go-zap
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/go-zap/Guide
Expand All @@ -1384,11 +1384,12 @@ contents:
-
repo: ecs-logging
path: docs

- title: ECS Logging Java Reference
prefix: java
current: 1.x
branches: [ master, 1.x, 0.x ]
live: [ master, 1.x ]
branches: [ {main: master}, 1.x, 0.x ]
live: [ main, 1.x ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/java/Guide
Expand All @@ -1407,13 +1408,13 @@ contents:
repo: ecs-logging
path: docs
map_branches:
1.x: master
0.x: master
1.x: main
0.x: main
- title: ECS Logging .NET Reference
prefix: dotnet
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/.NET/Guide
Expand All @@ -1433,9 +1434,9 @@ contents:
path: docs
- title: ECS Logging Node.js Reference
prefix: nodejs
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/nodejs/Guide
Expand All @@ -1455,9 +1456,9 @@ contents:
path: docs
- title: ECS Logging Ruby Reference
prefix: ruby
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/ruby/Guide
Expand All @@ -1477,9 +1478,9 @@ contents:
path: docs
- title: ECS Logging PHP Reference
prefix: php
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/php/Guide
Expand All @@ -1499,9 +1500,9 @@ contents:
path: docs
- title: ECS Logging Python Reference
prefix: python
current: master
branches: [ master ]
live: [ master ]
current: main
branches: [ {main: master} ]
live: [ main ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/python/Guide
Expand Down