-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update authors guide with Docusaurus 3.5 changes (#397)
docs: update authors guide with Docusaurus 3.5 changes (#383)
- Loading branch information
1 parent
26c49cb
commit 96a2fbb
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,21 +16,32 @@ For regular blog post authors, we should declare those authors globally in the c | |
|
||
**Location:** `/blog/authors.yml` | ||
|
||
:::note | ||
|
||
Please be sure to add `page: true` to your author entry to generate your author page. | ||
::: | ||
|
||
**Example:** | ||
```yaml | ||
BekahHW: | ||
name: Bekah Hawrot Weigel | ||
title: Developer Experience Lead | ||
url: https://twitter.com/BekahHW | ||
image_url: https://github.com/BekahHW.png | ||
email: [email protected] | ||
twitter: BekahHW | ||
socials: | ||
x: bekahhw | ||
linkedin: bekah-hawrot-weigel | ||
github: bekahhw | ||
site: https://www.bekahhw.com/ | ||
page: true | ||
|
||
nickytonline: | ||
name: Nick Taylor | ||
title: AI Engineer | ||
url: https://www.nickyt.co/ | ||
title: AI Engineer | ||
image_url: https://github.com/nickytonline.png | ||
socials: | ||
x: nickytonline | ||
page: true | ||
``` | ||
### Tips | ||
|