nodeshift / nodejs-reference-architecture

The Red Hat and IBM Node.js Reference architecture. The teams 'opinion' on what components our customers and internal teams should use when building Node.js applications and guidance for how to be successful in production with those components.
https://nodeshift.dev/nodejs-reference-architecture/
Apache License 2.0
1.66k stars 120 forks source link

New website with minimal changes required #81

Closed wtrocki closed 2 years ago

wtrocki commented 2 years ago
  1. I have put docs as front page for now (better design will follow in separate PR)
  2. Minimized changes in the files (although some structure changes were needed)
  3. Left Markdown readme functional (for the moment) so github can also be used to view all content

Published to: https://nodeshift.dev/nodejs-reference-architecture/

wtrocki commented 2 years ago

@helio-frota thank you for review. I will apply those suggestions in separate PR. Trying to not make any content changes in this PR. it is only for website publishing

helio-frota commented 2 years ago

@wtrocki :+1:

wtrocki commented 2 years ago

Thank you so much Helio!

mhdawson commented 2 years ago

Had short discussion with @wtrocki today. He is going to refactor so that we don't have to move the content to website/docs in the repo. This will avoid breaking existing links and I think will be handled as a copy during the build.

Other than that the changes to the existing docs look like they are only formatting/fixup so look good to me.

wtrocki commented 2 years ago

Good review