docs: Add acknowledgement node to intro
# What's changed? * Move acknowledgement to bottom of page above footer * Add acknowledgement node that scrolls down * Reword home page
This commit is contained in:
Vendored
+4
-4
@@ -5,18 +5,18 @@
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Acknowledgement: typeof import('./../../components/home/Acknowledgement.vue')['default']
|
||||
Additional: typeof import('./../../components/home/Additional.vue')['default']
|
||||
Additional: typeof import('./../../components/home/flows/Additional.vue')['default']
|
||||
Banner: typeof import('./../../components/home/Banner.vue')['default']
|
||||
Basic: typeof import('./../../components/home/Basic.vue')['default']
|
||||
Basic: typeof import('./../../components/home/flows/Basic.vue')['default']
|
||||
Box: typeof import('./../../components/home/nodes/Box.vue')['default']
|
||||
Custom: typeof import('./../../components/home/edges/Custom.vue')['default']
|
||||
Features: typeof import('./../../components/home/Features.vue')['default']
|
||||
Home: typeof import('./../../components/home/Home.vue')['default']
|
||||
Input: typeof import('./../../components/home/nodes/Input.vue')['default']
|
||||
Intro: typeof import('./../../components/home/flows/Intro.vue')['default']
|
||||
Nested: typeof import('./../../components/home/Nested.vue')['default']
|
||||
Nested: typeof import('./../../components/home/flows/Nested.vue')['default']
|
||||
Output: typeof import('./../../components/home/nodes/Output.vue')['default']
|
||||
RGB: typeof import('./../../components/home/RGB.vue')['default']
|
||||
RGB: typeof import('./../../components/home/flows/RGB.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const meta = {
|
||||
title: '🌊 Vue Flow - A Vue3 Flowchart library',
|
||||
description: 'Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.',
|
||||
title: '🌊 Vue Flow',
|
||||
description: 'The customizable Vue 3 component bringing interactivity to flowcharts and graphs.',
|
||||
img: 'https://images.prismic.io/bcakmakoglu/8fbdad18-3cd4-46a9-83cf-dbd9fbf60484_vue-flow.png?auto=compress,format',
|
||||
url: 'https://vueflow.dev/',
|
||||
}
|
||||
|
||||
+2
-2
@@ -11,6 +11,6 @@ footer: MIT Licensed | Copyright © 2021-present Burak Cakmakoglu
|
||||
<Banner />
|
||||
</Suspense>
|
||||
|
||||
<Acknowledgement />
|
||||
|
||||
<Features />
|
||||
|
||||
<Acknowledgement />
|
||||
|
||||
Reference in New Issue
Block a user