le-ref-architecture-doc
le-ref-architecture-doc copied to clipboard
Feature | Make command page titles more explicit
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:
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.
Describe Ideal Solution
Make use of the Meta tags feature of Material for Mkdocs. In this case it would be:
---
title: "Command: project"
---