mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 08:57:03 +02:00
feat(blog): Add author social icons for bluesky, mastodon, threads, twitch, youtube, instagram (#10768)
Co-authored-by: sebastien <lorber.sebastien@gmail.com> Co-authored-by: Chas Emerick <chas@cemerick.com>
This commit is contained in:
parent
cc97d66dbb
commit
43795fcabb
22 changed files with 364 additions and 17 deletions
|
@ -278,7 +278,8 @@ type AuthorKey = string;
|
|||
|
||||
// Social platform name -> Social platform link
|
||||
// Example: {MyPlatform: 'https://myplatform.com/myusername'}
|
||||
// Pre-defined platforms ("x", "github", "twitter", "linkedin", "stackoverflow") accept handles:
|
||||
// Pre-defined platforms
|
||||
// ("x", "github", "twitter", "linkedin", "stackoverflow", "instagram", "bluesky", "mastodon", "threads", "twitch", "youtube") accept handles:
|
||||
// Example: {github: 'slorber'}
|
||||
type AuthorSocials = Record<string, string>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue