Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs: Guides “nuxt” #4494

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/content/docs/nuxt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Nuxt
group: Guides
weight: 50
title: Nuxt
---
This guide will walk you through how to integrate Netlify CMS with Nuxt.

Expand Down Expand Up @@ -160,7 +160,7 @@ Then, add @nuxt/content to the modules section of nuxt.config.js:

By adding nuxt content module you get `$content` injected into your whole app which you can use to fetch content from your content folder using `simple fetch api` or `nuxt asyncData` option.
<br />
This also gives a `<nuxt-content>` component which helps you display markdowm content with ease and also gives option of live editing in dev mode.
This also gives a `<nuxt-content>` component which helps you display markdown content with ease and also gives option of live editing in dev mode.

### Example Blog Post List

Expand Down