Skip to content

Commit 417f7af

Browse files
add release notes config from @KOTungseth
1 parent edd8c05 commit 417f7af

File tree

2 files changed

+105
-52
lines changed

2 files changed

+105
-52
lines changed

src/docs-assembler/assembler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ references:
3535
skip: true
3636
apm-aws-lambda:
3737
apm-k8s-attacher:
38+
apm-server:
3839
beats:
3940
skip: true
4041
cloud-on-k8s:

src/docs-assembler/navigation.yml

Lines changed: 104 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -37,60 +37,112 @@ toc:
3737
#################
3838
# RELEASE NOTES #
3939
#################
40-
# I didn't touch this section (yet?)
4140
- toc: release-notes
4241
children:
43-
# repo is short for
44-
# - toc: <repo>://<parent_toc>
45-
# path_prefix: <parent_toc>/<repo>
46-
- repo: asciidocalypse
47-
- repo: apm-agent-android
48-
- repo: apm-agent-dotnet
49-
- repo: apm-agent-go
50-
- repo: apm-agent-ios
51-
- repo: apm-agent-java
52-
- repo: apm-agent-nodejs
53-
- repo: apm-agent-php
54-
- repo: apm-agent-python
55-
- repo: apm-agent-ruby
56-
- repo: apm-agent-rum-js
57-
- repo: apm-aws-lambda
58-
- repo: apm-k8s-attacher
59-
- repo: beats
60-
- repo: cloud-on-k8s
61-
- repo: cloud
62-
- repo: curator
63-
- repo: ecctl
64-
- repo: ecs-dotnet
65-
- repo: ecs-logging-go-logrus
66-
- repo: ecs-logging-go-zap
67-
- repo: ecs-logging-go-zerolog
68-
- repo: ecs-logging-java
69-
- repo: ecs-logging-nodejs
70-
- repo: ecs-logging-php
71-
- repo: ecs-logging-python
72-
- repo: ecs-logging-ruby
73-
- repo: ecs-logging
74-
- repo: ecs
75-
- repo: eland
76-
- repo: elastic-serverless-forwarder
77-
- repo: elasticsearch-hadoop
78-
- repo: elasticsearch-java
79-
- repo: elasticsearch-js
80-
- repo: elasticsearch-net
81-
- repo: elasticsearch-php
82-
- repo: elasticsearch-py
83-
- repo: elasticsearch-rs
84-
- repo: elasticsearch-ruby
85-
- repo: elasticsearch
86-
- repo: go-elasticsearch
87-
- repo: integrations
88-
- repo: kibana
89-
- repo: logstash-docs
90-
- repo: logstash
91-
- repo: search-ui
92-
- repo: integration-docs
93-
- repo: security-docs
42+
# Elasticsearch
43+
# ✅ https://github.com/elastic/elasticsearch/blob/main/docs/release-notes/toc.yml
44+
- toc: elasticsearch://release-notes
45+
path_prefix: release-notes/elasticsearch
46+
children:
47+
# Elasticsearch Java Client
48+
# ✅ https://github.com/elastic/elasticsearch-java/blob/main/docs/release-notes/toc.yml
49+
- toc: elasticsearch-java://release-notes
50+
path_prefix: release-notes/elasticsearch-java-client
51+
52+
# Elasticsearch JavaScript Client
53+
# ✅ https://github.com/elastic/elasticsearch-js/blob/main/docs/release-notes/toc.yml
54+
- toc: elasticsearch-js://release-notes
55+
path_prefix: release-notes/elasticsearch-javascript-client
56+
57+
# Elasticserch PHP Client
58+
# ✅ https://github.com/elastic/elasticsearch-php/blob/main/docs/release-notes/toc.yml
59+
- toc: elasticsearch-php://release-notes
60+
path_prefix: release-notes/elasticsearch-php-client
61+
62+
# Elasticserch Python Client
63+
# ✅ https://github.com/elastic/elasticsearch-py/blob/main/docs/release-notes/toc.yml
64+
- toc: elasticsearch-py://release-notes
65+
path_prefix: release-notes/elasticsearch-python-client
66+
67+
# Kibana
68+
# ✅ https://github.com/elastic/kibana/blob/main/docs/release-notes/toc.yml
69+
- toc: kibana://release-notes
70+
path_prefix: release-notes/kibana
71+
72+
# Logstash
73+
# ✅ https://github.com/elastic/logstash/blob/main/docs/release-notes/toc.yml
74+
- toc: logstash://release-notes
75+
path_prefix: release-notes/logstash
76+
77+
# Beats
78+
# ✅ https://github.com/elastic/beats/blob/main/docs/release-notes/toc.yml
79+
- toc: beats://release-notes
80+
path_prefix: release-notes/beats
81+
82+
# Fleet and Elastic Agent
83+
# ✅ https://github.com/elastic/docs-content/blob/main/release-notes/fleet-elastic-agent/toc.yml
84+
- toc: docs-content://release-notes/fleet-elastic-agent
85+
path_prefix: release-notes/fleet-elastic-agent
86+
87+
# Elastic Cloud Hosted
88+
# ✅ https://github.com/elastic/cloud/blob/master/docs/release-notes/cloud-hosted/toc.yml
89+
- toc: cloud://release-notes/cloud-hosted
90+
path_prefix: release-notes/elastic-cloud-hosted
91+
92+
# Elastic Cloud Serverless
93+
# ✅ https://github.com/elastic/docs-content/blob/main/release-notes/elastic-cloud-serverless/toc.yml
94+
- toc: docs-content://release-notes/elastic-cloud-serverless
95+
path_prefix: release-notes/elastic-cloud-serverless
96+
97+
# Elastic Cloud Enterprise
98+
# ✅ https://github.com/elastic/cloud/blob/master/docs/release-notes/cloud-hosted/toc.yml
99+
- toc: cloud://release-notes/cloud-enterprise
100+
path_prefix: release-notes/elastic-cloud-enterprise
101+
102+
# Elastic Cloud on Kubernetes
103+
# ✅ https://github.com/elastic/cloud-on-k8s/blob/main/docs/release-notes/toc.yml
104+
- toc: cloud-on-k8s://release-notes
105+
path_prefix: release-notes/elastic-cloud-kubernetes
106+
107+
# Elastic Observability
108+
# ✅ https://github.com/elastic/docs-content/blob/main/release-notes/elastic-observability/toc.yml
109+
- toc: docs-content://release-notes/elastic-observability
110+
path_prefix: release-notes/elastic-observability
111+
children:
112+
# Elastic APM
113+
# ✅ https://github.com/elastic/docs-content/blob/main/release-notes/elastic-apm/toc.yml
114+
- toc: apm-server://release-notes
115+
path_prefix: release-notes/elastic-apm
116+
117+
# Elastic APM .NET Agent
118+
# ✅ https://github.com/elastic/apm-agent-dotnet/blob/main/docs/release-notes/toc.yml
119+
- toc: apm-agent-dotnet://release-notes
120+
path_prefix: release-notes/elastic-apm-net-agent
121+
122+
# Elastic APM Go Agent
123+
# ✅ https://github.com/elastic/apm-agent-go/blob/main/docs/release-notes/toc.yml
124+
- toc: apm-agent-go://release-notes
125+
path_prefix: release-notes/elastic-apm-go-agent
126+
127+
# Elastic APM iOS Agent
128+
# ✅ https://github.com/elastic/apm-agent-ios/blob/main/docs/release-notes/toc.yml
129+
- toc: apm-agent-ios://release-notes
130+
path_prefix: release-notes/elastic-apm-ios-agent
131+
132+
# Elastic APM Ruby Agent
133+
# https://github.com/elastic/apm-agent-ruby/blob/main/docs/release-notes/toc.yml
134+
- toc: apm-agent-ruby://release-notes
135+
path_prefix: release-notes/elastic-apm-ruby-agent
136+
137+
# Elastic APM RUM JavaScript Agent
138+
# ✅ https://github.com/elastic/apm-agent-rum-js/blob/main/docs/release-notes/toc.yml
139+
- toc: apm-agent-rum-js://release-notes
140+
path_prefix: release-notes/elastic-apm-rum-javascript-agent
141+
142+
# Elastic Security
143+
# ✅ https://github.com/elastic/docs-content/blob/main/release-notes/elastic-security/toc.yml
144+
- toc: docs-content://release-notes/elastic-security
145+
path_prefix: release-notes/elastic-security
94146

95147
#############
96148
# REFERENCE #

0 commit comments

Comments
 (0)