Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR converts the existing asciidoc documentation to MDX.
.mdx
is the file format our new documentation system uses.My team will help structure and improve content at a later date. This is part one of https://github.com/elastic/obs-docs-team/issues/231.
Preview this PR
We do not currently have a way to generate PR previews for this content (yet).
Here's what the auto-generated config page looks like when I build this PR locally:
Build this PR locally
elastic/elastic-otel-dotnet
➡️gh pr checkout 110
elastic/docs-site
➡️ https://github.com/elastic/docs-site/pull/23cd
intodocs-site
and runnvm use && yarn && yarn init-docs
.docsmobile dev --contentDir=../elastic-otel-dotnet --docNavId=elastic-otel-dotnet --productVersion=main
.Related