-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add list of authors to doc pages. #5827
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much, Zach!
- Is it possible rename at least the list header to Authors?
- Are these errors I'm encountering spurious?
Compiled with problems:X
ERROR in ./src/theme/DocItem/Footer/index.js 1:25-79
Module not found: Error: Can't resolve '@docusaurus/theme-common/internal' in '/Users/claymurphy/aptos-core/developer-docs-site/src/theme/DocItem/Footer'
2b59711
to
7f22193
Compare
Renamed the list header to "Authors". I made some changes which hopefully fix the build error that you were seeing. Can you try again? |
37b9b83
to
e7ca196
Compare
Thank you, @zacharydenton ! This PR no longer triggers a build error locally. Still, I don't see the Authors list locally or at: Sorry if I am missing it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much, Zach!
* Add list of authors to doc pages. * Fix build & component title. * Rendering the list doesn't work without DOM.
Description
Adds a list of contributors to every doc page:
Test Plan
yarn start, manually verify list of contributors in docs