Skip to content

Commit

Permalink
docs: refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 12, 2024
1 parent 5cb3c7f commit a9dae6b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Replace all on all files (README.md, CONTRIBUTING.md, bug_report.md, package.json):
- @nuxtjs/prismic
- Easily connect your Nuxt 3 application to your content hosted on Prismic
- Easily connect your Nuxt application to your content hosted on Prismic
- nuxt-modules/prismic
- prismic
Expand Down
2 changes: 1 addition & 1 deletion docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineAppConfig({
logo: true,
showLinkIcon: true,
exclude: [],
fluid: true,
fluid: false,
},
main: {
padded: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/components/Logo.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<figure class="inline-flex items-center space-x-2 h-8">
<figure style="height: 28px">
<svg
width="208"
height="36"
viewBox="0 0 208 36"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="h-full w-auto"
style="width: auto; height: 100%;"
>
<path
d="M43.904 28V8.4H47.488L56.7 22.204V8.4H60.284V28H56.7L47.488 14.224V28H43.904ZM69.2077 28.336C67.4717 28.336 66.1277 27.7947 65.1757 26.712C64.2424 25.6293 63.7757 24.0427 63.7757 21.952V14.112H67.3317V21.616C67.3317 22.8107 67.5744 23.7253 68.0597 24.36C68.545 24.9947 69.3104 25.312 70.3557 25.312C71.345 25.312 72.157 24.9573 72.7917 24.248C73.445 23.5387 73.7717 22.5493 73.7717 21.28V14.112H77.3557V28H74.1917L73.9117 25.648C73.4824 26.4693 72.857 27.1227 72.0357 27.608C71.233 28.0933 70.2904 28.336 69.2077 28.336ZM79.7188 28L84.7588 21.056L79.7188 14.112H83.5548L87.0828 19.04L90.5828 14.112H94.4468L89.3788 21.056L94.4468 28H90.5828L87.0828 23.072L83.5548 28H79.7188ZM102.918 28C101.462 28 100.295 27.6453 99.4182 26.936C98.5408 26.2267 98.1022 24.9667 98.1022 23.156V17.108H95.7222V14.112H98.1022L98.5222 10.388H101.686V14.112H105.438V17.108H101.686V23.184C101.686 23.856 101.826 24.3227 102.106 24.584C102.405 24.8267 102.909 24.948 103.618 24.948H105.354V28H102.918Z"
Expand Down
50 changes: 0 additions & 50 deletions docs/components/NavbarCenter.vue

This file was deleted.

4 changes: 2 additions & 2 deletions docs/content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ snippet: npx nuxi module add prismic
Build a website that keeps getting better.

#description
Easily connect your Nuxt 3 application to your content hosted on [Prismic](https://prismic.io) and create a website builder that gives marketers complete freedom to grow their websites without compromise.
Easily connect your Nuxt application to your content hosted on [Prismic](https://prismic.io) and create a website builder that gives marketers complete freedom to grow their websites without compromise.

::

Expand Down Expand Up @@ -65,7 +65,7 @@ Get scoped, shareable previews with Prismic previews out of the box.
#title
Slice Machine Experience
#description
Now available for Nuxt 3 to create your very own page builder.
Now available for Nuxt to create your very own page builder.

::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Discover more configuration options in the [module configuration](/configuration
::

::alert{type="success"}
✨ Well done! You're ready to start developing with Prismic & Nuxt 3.
✨ Well done! You're ready to start developing with Prismic & Nuxt.

- [Check out the guides for basic usage](/guides/basics/fetching-content) ->
- [Check out Prismic official documentation for more](https://prismic.io/docs/technologies/nuxt) ->
Expand Down

0 comments on commit a9dae6b

Please sign in to comment.