binbashar / le-ref-architecture-doc

Binbash Leverage Reference Architecture documentation
https://leverage.binbash.co
MIT License
42 stars 20 forks source link

Feature | Make command page titles more explicit #92

Open angelofenoglio opened 3 years ago

angelofenoglio commented 3 years ago

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"
---