Skip to content

Commit 55fcf53

Browse files
authored
Merge pull request #22 from codeeshop-oc/update
updated docs
2 parents 7185f82 + d0c3fb6 commit 55fcf53

File tree

4 files changed

+445
-470
lines changed

4 files changed

+445
-470
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
55
[![Latest Stable Version](https://img.shields.io/npm/v/vue-lightbox-advanced.svg)](https://www.npmjs.com/package/vue-lightbox-advanced) [![Total Downloads](https://img.shields.io/npm/dt/vue-lightbox-advanced.svg)](https://npm-stat.com/charts.html?package=vue-lightbox-advanced)
66
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/LICENSE)
7-
[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/src/vue-lightbox-advanced.vue)
87
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/codeeshop-oc/vue-lightbox-advanced/issues?&q=is%3Aissue+is%3Aopen)
9-
[![Deploy](https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/deploy.yml/badge.svg)](https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/deploy.yml)
10-
[![CodeQL](https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/codeql-analysis.yml)
118
![Downloads Monthly](https://img.shields.io/npm/dm/vue-lightbox-advanced.svg)
129

1310
Vue Lightbox Advanced provides flexibility of displaying first x (1-5) images of your gallery in a grid view as you seen on Facebook timeline. Click on the thumbnail will return an event with the index or file url (src) as per passed props that can be used to show the image or can be used to redirect to that specific file url (src).

docs/.vitepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ export default {
3131
{ text: 'Events', link: '/api/events' }
3232
]
3333
}
34+
],
35+
36+
socialLinks: [
37+
{ icon: 'github', link: 'https://github.com/codeeshop-oc/vue-lightbox-advanced' }
3438
]
3539
}
3640
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Vue Lightbox Advanced Photo Grid component for Vue.js",
44
"private": false,
55
"packageManager": "pnpm@7.1.0",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"type": "module",
88
"author": "Code-E-Shop",
99
"license": "MIT",

0 commit comments

Comments
 (0)