docs: name the art package by its real path so doc-claims can check it
An elided path with ... reads to doc-claims.sh as a claim about a file that does not exist, which is the one thing that check is for.
This commit is contained in:
parent
adaabfcec4
commit
e15c49752d
|
|
@ -94,7 +94,7 @@ Designed here on purpose, because they are the two most people meet first:
|
||||||
## The artwork is placeholder, and says so here
|
## The artwork is placeholder, and says so here
|
||||||
|
|
||||||
Every illustration and calendar marker in the app is a **Compose vector path**
|
Every illustration and calendar marker in the app is a **Compose vector path**
|
||||||
in `core/designsystem/.../art/`, written as PRODUCT_PLAN.md §42 asks: polished
|
in [`core/designsystem/src/main/kotlin/dev/privacyllc/period/designsystem/art/`](../../core/designsystem/src/main/kotlin/dev/privacyllc/period/designsystem/art/), written as PRODUCT_PLAN.md §42 asks: polished
|
||||||
placeholders behind replaceable names, so real artwork changes one function body
|
placeholders behind replaceable names, so real artwork changes one function body
|
||||||
and no call site.
|
and no call site.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue