Skip to content

docs: add warning for NuxtPage in app.vue (2.get-started.md)#2244

Merged
farnabaz merged 2 commits into
nuxt:mainfrom
mdartic:mdartic-patch-1
Aug 24, 2023
Merged

docs: add warning for NuxtPage in app.vue (2.get-started.md)#2244
farnabaz merged 2 commits into
nuxt:mainfrom
mdartic:mdartic-patch-1

Conversation

@mdartic

@mdartic mdartic commented Aug 23, 2023

Copy link
Copy Markdown
Contributor

🔗 Linked issue

None

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

When I try Content for the first time, I already instantiate a nuxt app with the default template.

My app.vue was looking like that :

<template>
  <div>
    <NuxtWelcome />
  </div>
</template>

After executing what was written in the getting started, my nuxt app wasn't displaying my content/index.md page.
Instead, I was still seeing the <NuxtWelcome /> component.

I'm not sure it's useful to create an issue for this, so I create a PR directly.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@ghost

ghost commented Aug 23, 2023

Copy link
Copy Markdown

Live Preview ready!

Name Edit Preview Latest Commit
content Edit on Studio ↗︎ View Live Preview 967fcea

@ghost

ghost commented Aug 23, 2023

Copy link
Copy Markdown

Live Preview ready!

Name Edit Preview Latest Commit
content Edit on Studio ↗︎ View Live Preview 10d2736

@netlify

netlify Bot commented Aug 23, 2023

Copy link
Copy Markdown

Deploy Preview for nuxt-content ready!

Name Link
🔨 Latest commit 967fcea
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-content/deploys/64e745b4dda1870007c568af
😎 Deploy Preview https://deploy-preview-2244--nuxt-content.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment thread docs/content/2.get-started.md Outdated

@farnabaz farnabaz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ❤️

@farnabaz farnabaz merged commit b32562e into nuxt:main Aug 24, 2023
@farnabaz farnabaz mentioned this pull request Aug 29, 2023
@mdartic mdartic deleted the mdartic-patch-1 branch August 30, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants