-
Hello everyone, as shown in the image above. I’ve tried searching for related discussions, but I couldn’t find anything relevant in a short time. I’d like to ask how to implement this feature? Are there any existing solutions available? Or do I need to implement it myself? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The docs plugin doesn't have support for "authors" like the blog has. But you have the freedom to implement this yourself. |
Beta Was this translation helpful? Give feedback.
-
The following is my simple implementation: https://docsaid.org/en/blog/customized-docusaurus-author-to-plugin-content-docs I hope it can help those in need. |
Beta Was this translation helpful? Give feedback.
The docs plugin doesn't have support for "authors" like the blog has.
But you have the freedom to implement this yourself.
You can swizzle the docs component, use custom front matter of your choice, and render that front matter in the swizzled docs components.