Skip to content

Commit c64af45

Browse files
authored
docs: add Integrations developer guide to build (#2210)
1 parent 95577e3 commit c64af45

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

conf.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ repos:
4949
logstash: https://github.com/elastic/logstash.git
5050
logstash-docs: https://github.com/elastic/logstash-docs.git
5151
observability-docs: https://github.com/elastic/observability-docs.git
52+
package-spec: https://github.com/elastic/package-spec.git
5253
security-docs: https://github.com/elastic/security-docs.git
5354
sense: https://github.com/elastic/sense.git
5455
stack-docs: https://github.com/elastic/stack-docs.git
@@ -1633,6 +1634,29 @@ contents:
16331634
repo: docs
16341635
path: shared/attributes.asciidoc
16351636

1637+
- title: Integrations Developer Guide
1638+
prefix: en/integrations-developer
1639+
current: master
1640+
branches: [ master ]
1641+
live: [ master ]
1642+
index: docs/en/integrations/index.asciidoc
1643+
chunk: 1
1644+
tags: Integrations/Developer
1645+
subject: Integrations
1646+
sources:
1647+
-
1648+
repo: observability-docs
1649+
path: docs/en
1650+
-
1651+
repo: docs
1652+
path: shared/versions/stack/{version}.asciidoc
1653+
-
1654+
repo: docs
1655+
path: shared/attributes.asciidoc
1656+
-
1657+
repo: package-spec
1658+
path: versions
1659+
16361660
- title: "Beats: Collect, Parse, and Ship"
16371661
sections:
16381662
- title: Beats Platform Reference

0 commit comments

Comments
 (0)