mage-os / devdocs-website

Mage-OS devdocs website
3 stars 12 forks source link

DEVDOCS-WEBSITE-19 - Fix meta tags #59

Closed nikolalardev closed 2 months ago

nikolalardev commented 2 months ago

I implemented this feature for the devdocs website:

To add custom meta descriptions, meta keywords, and hide community note the .md file should have this section on top of the file. For example for installation-guide.md:

---
description: Installation guide for Mage-OS, how to install it on server or local.
keywords: mage-os,magento 2,install, setup
communityNote: false
---

by default, a community note will be shown.

DEVDOCS-WEBSITE-19

DavidLambauer commented 2 months ago

LGTM. Let's try it out :)