We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We initially asked for the adoc-to-md tool to convert page titles to frontmatter. We no longer want to do that.
Instead of
--- title: "What is Elasticsearch?" --- // content
The migration tool should output:
# What is Elasticsearch? // content
If there is a titleabrev:
== EQL pipe reference ++++ <titleabbrev>Pipe reference</titleabbrev> ++++
The output should be
--- navigation_title: "Pipe reference" --- # EQL pipe reference // content
The text was updated successfully, but these errors were encountered:
Fixed in migration tooling.
Sorry, something went wrong.
siamakp-elastic
No branches or pull requests
We initially asked for the adoc-to-md tool to convert page titles to frontmatter. We no longer want to do that.
Instead of
The migration tool should output:
If there is a titleabrev:
The output should be
The text was updated successfully, but these errors were encountered: