Skip to content

Commit

Permalink
docs: link to official doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Mar 26, 2024
1 parent 7ec855b commit 57d9ebb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Replace all on all files (README.md, CONTRIBUTING.md, bug_report.md, package.jso

Easily connect your Nuxt.js application to your content hosted on [Prismic][prismic].

- [ Release Notes](/CHANGELOG.md)
- [🏀 Online playground](https://stackblitz.com/github/nuxt-modules/prismic/tree/master/examples/minimal?file=pages%2Findex.vue)
- [📖  Documentation](https://prismic.nuxtjs.org)
- [ Release Notes][changelog]
- [🏀 Online Playground][playground]
- [📖  Module Documentation][nuxt-docs]
- [📚  Prismic Documentation][prismic-docs]

## Features

Expand Down Expand Up @@ -53,10 +54,6 @@ export default defineNuxtConfig({

That's it! You can now use Prismic in your Nuxt app ✨

## Documentation

To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [module documentation][nuxt-docs] and [Prismic official documentation][prismic-docs].

## Contributing

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!
Expand All @@ -79,6 +76,7 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l

<!-- TODO: Replace link with a more useful one if available -->

[playground]: https://stackblitz.com/github/nuxt-modules/prismic/tree/master/examples/minimal?file=pages%2Findex.vue
[nuxt-docs]: https://prismic.nuxtjs.org
[prismic-docs]: https://prismic.io/docs/technical-reference/prismicio-vue?version=v4
[changelog]: ./CHANGELOG.md
Expand Down

0 comments on commit 57d9ebb

Please sign in to comment.