From ee44f76192679395ba36303a3022600a0ad198bf Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 3 Sep 2024 14:46:24 -0700 Subject: [PATCH] Update documentation to refer to a recent release --- docs/adding_lux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/adding_lux.md b/docs/adding_lux.md index db45aaa..a7b8aba 100644 --- a/docs/adding_lux.md +++ b/docs/adding_lux.md @@ -92,7 +92,7 @@ CDN, like so: { "imports": { "vue": "https://unpkg.com/vue@3.2.47/dist/vue.esm-browser.prod.js", - "lux-design-system": "https://unpkg.com/lux-design-system@5.0.2/dist/lux-styleguidist.mjs" + "lux-design-system": "https://unpkg.com/lux-design-system@5.6.3/dist/lux-styleguidist.mjs" } } @@ -123,7 +123,7 @@ Vue application and installs lux as a vue plugin. 1. Import the CSS as from a CDN. ``` - + ``` 1. Add lux components as needed in your HTML. If you are just adding a header and footer: @@ -151,7 +151,7 @@ If you can't use an import map and have to use ` - + ``` After `` tag add the following `