|
1 | | -import { defineConfig } from 'vitepress' |
| 1 | +import {defineConfig} from 'vitepress' |
2 | 2 |
|
3 | 3 | // https://vitepress.dev/reference/site-config |
4 | 4 | export default defineConfig({ |
5 | | - title: "FilamentPHP Custom Fields", |
6 | | - description: "Filament plugin that allows to add dynamic, user-defined form fields, enhancing the customization and functionality of admin panels.", |
7 | | - base: '/custom-fields-community/', |
8 | | - themeConfig: { |
9 | | - // https://vitepress.dev/reference/default-theme-config |
10 | | - nav: [ |
11 | | - { text: 'Home', link: '/' }, |
12 | | - { text: 'Documentation', link: '/introduction' }, |
13 | | - { text: 'Buy', link: 'https://relaticle.lemonsqueezy.com/buy/803d5933-4b12-4869-9d93-f96797339603'} |
14 | | - ], |
| 5 | + title: "FilamentPHP Custom Fields", |
| 6 | + description: "Filament plugin that allows to add dynamic, user-defined form fields, enhancing the customization and functionality of admin panels.", |
| 7 | + base: '/custom-fields-community/', |
| 8 | + themeConfig: { |
| 9 | + // https://vitepress.dev/reference/default-theme-config |
| 10 | + nav: [ |
| 11 | + {text: 'Home', link: '/'}, |
| 12 | + {text: 'Documentation', link: '/introduction'}, |
| 13 | + {text: 'Buy', link: 'https://relaticle.lemonsqueezy.com/buy/803d5933-4b12-4869-9d93-f96797339603'} |
| 14 | + ], |
15 | 15 |
|
16 | | - sidebar: [ |
17 | | - { |
18 | | - text: 'Getting Started', |
19 | | - items: [ |
20 | | - { text: 'Introduction', link: '/introduction' }, |
21 | | - { text: 'Installation', link: '/installation' } |
22 | | - ] |
23 | | - }, |
24 | | - { |
25 | | - text: 'Usage', |
26 | | - items: [ |
27 | | - { |
28 | | - text: 'Setting Up', link: '/setting-up', |
29 | | - }, |
30 | | - { |
31 | | - text: 'Configuration', link: '/configuration' |
32 | | - }, |
33 | | - { |
34 | | - text: 'Presets', link: '/presets' |
35 | | - } |
36 | | - ] |
37 | | - } |
38 | | - ], |
| 16 | + sidebar: [ |
| 17 | + { |
| 18 | + text: 'Getting Started', |
| 19 | + items: [ |
| 20 | + {text: 'Introduction', link: '/introduction'}, |
| 21 | + {text: 'Installation', link: '/installation'} |
| 22 | + ] |
| 23 | + }, |
| 24 | + { |
| 25 | + text: 'Usage', |
| 26 | + items: [ |
| 27 | + { |
| 28 | + text: 'Setting Up', link: '/setting-up', |
| 29 | + }, |
| 30 | + { |
| 31 | + text: 'Configuration', link: '/configuration' |
| 32 | + }, |
| 33 | + { |
| 34 | + text: 'Presets', link: '/presets' |
| 35 | + } |
| 36 | + ] |
| 37 | + }, |
| 38 | + { |
| 39 | + text: 'Support & Contribution', |
| 40 | + items: [ |
| 41 | + {text: 'Support', link: '/support'}, |
| 42 | + {text: 'Contribution', link: '/contribution'} |
| 43 | + ] |
| 44 | + }, |
| 45 | + { |
| 46 | + text: 'About', |
| 47 | + items: [ |
| 48 | + {text: 'License', link: '/license'}, |
| 49 | + {text: 'Code Distribution', link: '/code-distribution'}, |
| 50 | + {text: 'Changelog', link: '/changelog'} |
| 51 | + ] |
| 52 | + } |
| 53 | + ], |
39 | 54 |
|
40 | | - socialLinks: [ |
41 | | - { icon: 'github', link: 'https://github.com/Relaticle' } |
42 | | - ] |
43 | | - }, |
44 | | - ignoreDeadLinks: true |
| 55 | + socialLinks: [ |
| 56 | + {icon: 'github', link: 'https://github.com/Relaticle'} |
| 57 | + ] |
| 58 | + }, |
| 59 | + ignoreDeadLinks: true |
45 | 60 | }) |
0 commit comments