Skip to content
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

fix: use Terminal from content for support slot in BlockHero #844

Merged
merged 1 commit into from Mar 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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