Skip to content

Switch from title frontmatter to H1 in migration tool #193

@bmorelli25

Description

@bmorelli25

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

Sub-issues

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions