Skip to content

Commit

Permalink
fix: use Terminal from content for support slot in BlockHero (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky committed Mar 8, 2023
1 parent 551773f commit 1dcb26c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .docs/content/0.index.md
Expand Up @@ -16,11 +16,6 @@ cta:
secondary:
- Open on GitHub →
- https://github.com/nuxt-themes/docus
snippet:
- npx nuxi@latest init -t themes/docus
- cd docs
- npm install
- npm run dev
---

#title
Expand All @@ -39,6 +34,17 @@ Write pages in [Markdown](https://content.nuxtjs.org), use [Vue](https://vuejs.o
- Leverages [**Typography**](https://typography.nuxt.space/) and [**Elements**](https://elements.nuxt.dev)
- Used on [Content Documentation](https://content.nuxtjs.org)
::

#support
::terminal
---
content:
- npx nuxi@latest init -t themes/docus
- cd docs
- npm install
- npm run dev
---
::
::

::card-grid
Expand Down

0 comments on commit 1dcb26c

Please sign in to comment.