Skip to content

Commit

Permalink
docs(@vuetify/one): implement PromotionsCards for vue-mastery
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 20, 2024
1 parent ec08558 commit dfcc6a3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@cosmicjs/sdk": "^1.0.11",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuetify/one": "^1.3.1",
"@vuetify/one": "^1.4.1",
"algoliasearch": "^4.20.0",
"fflate": "^0.8.1",
"isomorphic-fetch": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get started with Vuetify, the world’s most popular Vue.js framework for buildi

<PageFeatures />

<PromotedEntry />
<VoPromotionsCardHighlight slug="vuemastery-getting-started" class="mb-4" />

## Installation

Expand Down
4 changes: 3 additions & 1 deletion packages/docs/src/pages/en/introduction/why-vuetify.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Learn more about what Vuetify is, how to create an application from scratch, bro

<PageFeatures />

<PromotedEntry />
<VoPromotionsCardVuetify />

## What is Vuetify?

Expand All @@ -27,6 +27,8 @@ Since its initial release in 2014, [Vue.js](https://vuejs.org/) has grown to be

## Getting started

<VoPromotionsCardHighlight slug="vuemastery-getting-started" class="mb-4" />

The fastest way to try Vuetify is in the browser at [Vuetify Play](https://play.vuetifyjs.com/). For a complete list of installation options please navigate to the [Installation page](/getting-started/installation/).

## Why Vuetify? { id="why-vuetify" }
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3949,10 +3949,10 @@
find-cache-dir "^3.3.2"
upath "^2.0.1"

"@vuetify/one@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.3.1.tgz#5d924d91a9c57db7791e6be43052ec8cf4a9635b"
integrity sha512-uv/l+pCU5JqRoWUkMIJG8vVAqO5uj3omhjcPwettF4aZ62ydxCBmMBxsrnVV2826t0XMPY+k3i7EeOC8+adDpA==
"@vuetify/one@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@vuetify/one/-/one-1.4.1.tgz#b485374bb0bf7b143be887871ba7e671ee7f60ff"
integrity sha512-ligOaFIhDkzvMoA2SWyHAgKNwawy0U9KPGKoTyiTgbIs2AFTK+MqLFGoy1qfFVQR8X31OXXpbJ0iAXUT3WEnuQ==

"@vueuse/head@^1.3.1":
version "1.3.1"
Expand Down

0 comments on commit dfcc6a3

Please sign in to comment.