Skip to content

Commit 8419b3c

Browse files
committed
Fix extend and contribute navigation
1 parent 8726b2e commit 8419b3c

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

extend/contribute/api-docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This page explains at a high-level how API docs work at Elastic today, with context on how this differs from our previous approaches and where we're heading. Use this page to understand the core primitives and workflows that apply across all Elastic teams, so you can contribute effectively.
44

55
:::{tip}
6-
The API docs use a different system to the main Elastic docs. Refer to [Contribute to Elastic docs](../../contribute/index.md) for an overview of the two systems.
6+
The API docs use a different system to the main Elastic docs. Refer to [Contribute to Elastic docs](/extend/contribute/index.md) for an overview of the two systems.
77
:::
88

99
While the implementation details [vary significantly across teams](workflows.md), at a high level:

extend/contribute/toc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
project: 'Contribute'
2+
toc:
3+
- file: api-docs/index.md
4+
children:
5+
- file: api-docs/overview.md
6+
- file: api-docs/checklist.md
7+
- file: api-docs/guidelines.md
8+
- file: api-docs/organize-annotate.md
9+
- file: api-docs/quickstart.md
10+
- file: api-docs/workflows.md
11+
- file: api-docs/help.md

extend/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# Extend and contribute
1+
---
2+
navigation_title: Extend and contribute
3+
description: Extend and contribute to Elastic
4+
---
5+
6+
# Extend and contribute to Elastic
27

38
This section contains information on how to extend or contribute to our various products.
49

510
## Contributing to Elastic documentation
611

712
You can contribute to the Elastic documentation in several ways.
813

9-
Refer to [Contribute to Elastic documentation](./contribute/index.md) for an overview.
14+
Refer to [Contribute to Elastic documentation](/extend/contribute/index.md) for an overview.
1015

1116
## Contributing to Elastic Projects
1217

extend/toc.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1+
project: 'Extend'
12
toc:
23
- file: index.md
3-
children:
4-
- file: contribute/index.md
5-
children:
6-
- file: contribute/api-docs/index.md
7-
children:
8-
- file: contribute/api-docs/overview.md
9-
- file: contribute/api-docs/checklist.md
10-
- file: contribute/api-docs/guidelines.md
11-
- file: contribute/api-docs/organize-annotate.md
12-
- file: contribute/api-docs/quickstart.md
13-
- file: contribute/api-docs/workflows.md
14-
- file: contribute/api-docs/help.md
4+
- toc: contribute

0 commit comments

Comments
 (0)