We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e03f17 + a4a7209 commit 66e9f4aCopy full SHA for 66e9f4a
.vitepress/config.mts
@@ -22,6 +22,10 @@ export default defineConfig({
22
},
23
],
24
25
- socialLinks: [{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }],
+ socialLinks: [
26
+ { icon: 'linkedin', link: 'https://www.linkedin.com/company/seed4j' },
27
+ { icon: 'x', link: 'https://x.com/seed4j' },
28
+ { icon: 'github', link: 'https://github.com/seed4j/seed4j' }
29
+ ],
30
31
});
index.md
@@ -3,7 +3,7 @@
3
layout: home
4
5
hero:
6
- name: 'Seed4J'
+ name: 'Seed4J 🌱'
7
text: 'Modular code generator with clean architecture'
8
tagline: Plant the right seed, build on strong roots.
9
actions:
0 commit comments