Skip to content

docs: upgrade deps #1424

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

Merged
merged 2 commits into from
Aug 11, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/content/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Content made easy for Vue developers"
description: "The file-based CMS for your Nuxt application, powered by Markdown and Vue components."
navigation: false
layout: fluid
layout: page
---

::block-hero
Expand Down
2 changes: 1 addition & 1 deletion docs/content/8.playground.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: fluid
layout: page
icon: file-icons:sandbox
---

Expand Down
2 changes: 1 addition & 1 deletion docs/content/9.content-v1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: V1 Documentation
layout: fluid
layout: page
---


Expand Down
4 changes: 2 additions & 2 deletions docs/layouts/blogpost.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
// eslint-disable-next-line import/named
import { useDocus } from '#imports'
import { useContent } from '#imports'

const { page } = useDocus()
const { page } = useContent()
</script>

<template>
Expand Down
Loading