Skip to content

Commit 82f8f5e

Browse files
committed
Merge branch 'master' into production
2 parents 0f182da + 37fabdd commit 82f8f5e

File tree

5 files changed

+32
-2
lines changed

5 files changed

+32
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue 3 Form Generator
1+
# <img width="50" src="https://github.com/user-attachments/assets/1b793612-8ee9-46bf-bcd3-b233fec4b338"> Vue 3 Form Generator
22
A schema-based form generator component for Vue 3, based on the original
33
[`vue-form-generator`](https://github.com/vue-generators/vue-form-generator) library.
44

apps/docs/.vitepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ export default defineConfig({
77
base: '/vue3-form-generator/',
88
title: 'Vue3 Form Generator',
99
description: 'Documentation for vue3-form-generator',
10+
head: [ [ 'link', { rel: 'icon', type: 'image/png', href: '/vue3-form-generator/favicon.png' } ] ],
1011
markdown: {
1112
config(md) {
1213
md.use(groupIconMdPlugin)
1314
}
1415
},
1516
themeConfig: {
17+
logo: '/icon.svg',
1618
nav: [
1719
{ text: 'Home', link: '/' }
1820
],

apps/docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ layout: home
44
hero:
55
name: "Vue3 Form Generator"
66
text: "A schema-based form generator component"
7-
tagline: based on <a href="https://github.com/vue-generators/vue-form-generator">vue-form-generator</a>
7+
image:
8+
src: '/icon.svg'
9+
tagline: based on <a target="_blank" href="https://github.com/vue-generators/vue-form-generator">vue-form-generator</a>
810
actions:
911
- theme: brand
1012
text: Getting Started

apps/docs/public/favicon.png

5.5 KB
Loading

apps/docs/public/icon.svg

Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)