-
Notifications
You must be signed in to change notification settings - Fork 220
Credits Page #280
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
base: main
Are you sure you want to change the base?
Credits Page #280
Conversation
This comment was marked as duplicate.
This comment was marked as duplicate.
ee79215 to
c4bc67b
Compare
modmuss50
left a comment
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.
Error handling needs fixing.
I do worry this docs site is becoming very complex now, I guess its fine.
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.
this still needs testing as I don't have a Crowdin token
| <VPTeamPageSection v-if="committers.length"> | ||
| <template #title>{{ options!.committers.title }}</template> | ||
| <template #members> | ||
| <VPTeamMembers :members="committers" size="small" /> | ||
| </template> | ||
| </VPTeamPageSection> | ||
| <VPTeamPageSection v-if="authors.length"> | ||
| <template #title>{{ options!.authors.title }}</template> | ||
| <template #members> | ||
| <VPTeamMembers :members="authors" size="small" /> | ||
| </template> | ||
| </VPTeamPageSection> | ||
| <VPTeamPageSection v-if="translators.length"> | ||
| <template #title>{{ options!.translators.title }}</template> | ||
| <template #members> | ||
| <VPTeamMembers :members="translators" size="small" /> | ||
| </template> | ||
| </VPTeamPageSection> |
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.
how do you prefer these to be sorted?
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.
I would probs split this up into github and crowdin
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.
Also this page is only accessible by URL
198455c to
a6ccb33
Compare
A simple Credits page with a list of GitHub maintainers and contributors, Crowdin translators, and page
authors.CROWDIN_TOKENGITHUB_TOKEN