chapter-three / next-drupal

Next.js for Drupal has everything you need to build a next-generation front-end for your Drupal site: SSG, SSR, and ISR, Multi-site, Authentication, Webforms, Search API, I18n and Preview mode (works with JSON:API and GraphQL).
https://next-drupal.org
MIT License
602 stars 172 forks source link

Update docs for 2.0.0 release #691

Open JohnAlbin opened 4 months ago

JohnAlbin commented 4 months ago

Package

next-drupal (NPM package)

Describe the feature request

The current docs are for the 1.6 release of next-drupal.

Describe the solution you'd like

Before we release next-drupal 2.0.0, we should have updated docs that explain how to use it. And how to upgrade.

MontiMarco92 commented 1 week ago

How are you planning to tackle the docs update ? Do you want to generate a docs2-0 folder under the content folder (https://github.com/chapter-three/next-drupal/tree/main/www/content) to maintain the 1.6 docs or how can we contribute to the new docs ?

Cheers!

robdecker commented 1 week ago

Hi @MontiMarco92

Thanks for the question. The current version of the docs for v1.6 is at https://v1-6.next-drupal.org and will be an archive like its v1 predecessor. It is using the v1.6 git branch.

Currently, the main site is also pointed at the v1.6 git branch, and will continue to do so until Next Drupal v2 is ready for a full release.

With that said, the answer to your question is that we will update the main branch itself with doc updates. So there is no need to create a new folder, and the link you provided is indeed the location of to-be-updated docs.

Thanks for checking, and contributions are most welcome.

MontiMarco92 commented 1 day ago

Thanks for answering @robdecker ! I've done some updates on the documentation.

https://github.com/chapter-three/next-drupal/pull/787

Cheers!