feat(docs): add github stars widget and remove social links
Add a GitHub stars widget component to display repository stars count with caching Remove social links from config as they're now handled by the new widget Improve font size and line height clamping with null checks
This commit is contained in:
@@ -15,9 +15,9 @@ const commonThemeConfig = {
|
||||
search: {
|
||||
provider: 'local'
|
||||
},
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/datawhalechina/easy-vibe' }
|
||||
],
|
||||
// socialLinks: [
|
||||
// { icon: 'github', link: 'https://github.com/datawhalechina/easy-vibe' }
|
||||
// ],
|
||||
outline: {
|
||||
level: [1, 6]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user