nystudio107 / craft-seomatic

SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.
https://nystudio107.com/plugins/seomatic
Other
162 stars 68 forks source link

v4 Documentation Freshening #1409

Closed mattstein closed 4 months ago

mattstein commented 5 months ago

Description

This PR thoroughly edits and reorganizes the docs to read like a more structured product manual that’s stylistically consistent and (hopefully) easier to navigate.

Not Done

Because time. But not the worst ideas.

What Now?

It’s ... a lot. I would recommend the following high-level tour:

If this is merge-worthy, I can follow up and apply these changes to the v3 and v5 docs. (As part of the PR or a separate one.)

Bonus

Here’s a slick way to check external and internal links (with fragments!) if you’re an animal that runs global Node.js modules right on your machine:

npm install -g markdown-link-check
cd /path/to/craft-seomatic/docs/docs/
find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check

(Inspired by DDEV’s setup.)