le-ref-architecture-doc icon indicating copy to clipboard operation
le-ref-architecture-doc copied to clipboard

Feature | Make command page titles more explicit

Open angelofenoglio opened this issue 3 years ago • 0 comments

Describe the Feature

The page title for the Leverage CLI commands documentation as shown in the browser tab should resemble the content title for the page. For instance: image The title for the contents of the page is "Command: project" but the title displayed by the tab is simply "project".

Expected Behavior

The title of the page resembles the content's title. image

Describe Ideal Solution

Make use of the Meta tags feature of Material for Mkdocs. In this case it would be:

---
title: "Command: project"
---

angelofenoglio avatar Sep 13 '21 14:09 angelofenoglio