Is your feature request related to a problem? Please describe.
As a content creator I want the guide content for the DruxtJS.org website in the CMS.
Describe the solution you'd like
Describe alternatives you've considered
Originally https://cms.druxtjs.org was to exist in it's own git-repository, but the benefits of the mono-repo approach is that the content can be used in the documentation, examples sites and automated tests.
Additional context
The on-going development can be found @ https://github.com/druxt/druxt.js/tree/feature/542-druxt_docs
Test on GitPod:
Is your feature request related to a problem? Please describe.
As a content creator I want the guide content for the DruxtJS.org website in the CMS.
Describe the solution you'd like
examples/drupal/drupal-9todocs/drupaldocs/nuxt/content/guide/*-> Advanced page entities in Guide section.Describe alternatives you've considered
Originally https://cms.druxtjs.org was to exist in it's own git-repository, but the benefits of the mono-repo approach is that the content can be used in the documentation, examples sites and automated tests.
Additional context
The on-going development can be found @ https://github.com/druxt/druxt.js/tree/feature/542-druxt_docs
Test on GitPod:
cd docs/drupal && ddev drush ulicd docs/nuxt && yarn dev