moxystudio / next-with-moxy

MOXY's boilerplate to accelerate the setup of new Next.js based web applications
https://next-with.moxy.tech
MIT License
101 stars 11 forks source link

docs: add DatoCMS recipe #84

Closed jdiogopeixoto closed 4 years ago

jdiogopeixoto commented 4 years ago

This PR adds a recipe on how to setup and integrate DatoCMS, covering important steps that might be missed along the way.

acostalima commented 4 years ago

When your branch is still WIP, please create a draft PR instead. Thanks!

codecov[bot] commented 4 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #84   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines           80        80           
  Branches         9         9           
=========================================
  Hits            80        80           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae1713c...c0d6072. Read the comment docs.

satazor commented 4 years ago

Great job, looks much better!