-
Notifications
You must be signed in to change notification settings - Fork 237
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 document to pando and gi-formula #2376
Conversation
[sr-frontend] [Mon Aug 12 18:29:46 UTC 2024] - Deployed 0aa6f78 to https://genshin-optimizer-prs.github.io/pr/2376/sr-frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Mon Aug 12 18:30:12 UTC 2024] - Deployed a1c3736 to https://genshin-optimizer-prs.github.io/pr/2376/sr-frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Mon Aug 12 20:16:54 UTC 2024] - Deployed 6447f2e to https://genshin-optimizer-prs.github.io/pr/2376/sr-frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Wed Aug 14 15:15:18 UTC 2024] - Deployed 4427999 to https://genshin-optimizer-prs.github.io/pr/2376/sr-frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Fri Aug 23 19:27:31 UTC 2024] - Deployed 1f0e614 to https://genshin-optimizer-prs.github.io/pr/2376/sr-frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Fri Aug 23 20:29:29 UTC 2024] - Deployed 56555f8 to https://genshin-optimizer-prs.github.io/pr/2376/sr-frontend (Takes 3-5 minutes after this completes to be available) [Sun Aug 25 22:54:40 UTC 2024] - Deleted deployment |
libs/gi/formula/doc/tag_arch.md
Outdated
|
||
- Read-side `et:` specifies whether the query computes the current character stat (`et:self`), team-wide stat (`et:team`), the stat of the buff target (`et:target`), or the common enemy stat (`et:enemy`). | ||
- Write-side `et:` specifies whether the entry applies only to the current character (`et:selfBuff`), the entire team (`et:teamBuff`), other members (`et:notSelfBuff`), or the enemy (`et:enemy`). | ||
- Read-side `sheet:` speficies the sheets to include in gathering, whether to gather all sheets from all members (`sheet:agg`), only character sheets of the current member (`sheet:iso`), or common listing outside of any specific sheets (`static`). |
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.
Should we move that big table in tag.ts here?
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.
Markdown doesn't seem to have very good table support, esp. on merging table cells.
Describe your changes
Add documents
Issue or discord link
n/a
Testing/validation
n/a
Checklist before requesting a review (leave this PR as a draft if any part of this list is not done.)
yarn run mini-ci
locally to validate format and lint.