Skip to content

Commit 6cbce2b

Browse files
committed
Add preliminary docs
1 parent abb1c59 commit 6cbce2b

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/_docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ toc:
7070
- file: products.md
7171
- file: versions.md
7272
- file: legacy-url-mappings.md
73+
- file: synonyms.md
7374
- folder: content-set
7475
children:
7576
- file: index.md

docs/configure/site/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Configure the documentation site in these files:
1616

1717
Redirects are also configured at the site-level. See [](../../contribute/redirects.md) for more information.
1818

19+
## Synonyms
20+
21+
Synonyms applied to our Serverless observability project are declared as a site-level configuration. See [](../../contribute/synonyms.md) for more information.
22+
1923
## V3 site-level diagram
2024

2125
*Coming soon*

docs/configure/site/synonyms.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# `synonyms.yml`
2+
3+
The [`synonyms.yml`](https://github.com/elastic/docs-builder/blob/main/config/synonyms.yml) file provides a way to define synonyms for our Serverless observability project.
4+
5+
Synonyms updates are sent during Elasticsearch-specific export procedures in the CI workflow.
6+
7+
```yml
8+
synonyms:
9+
- [ ".net", "c#", "csharp", "dotnet", "net" ]
10+
- [ "esql", "es|ql" ]
11+
- [ "motlp", "managed otlp" ]
12+
```

0 commit comments

Comments
 (0)