# configuration/strings/diagram.strings.ts

> 2 lines of code and 2 definitions.

Tree: Site tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-strings-diagram-strings-ts
Source text: https://banes-lab.com/assets/sources/source.439ed20eafd75c2bb9becc8419e278fa0c1dad6c731d2c64902ecf0aef7197a2.generated.txt

## Definitions

- `DIAGRAM_MISSING` (lexical_declaration, line 1, exported)
- `VIEW_FULL_DIAGRAM_TITLE` (lexical_declaration, line 3, exported)

## Source

```typescript
export const DIAGRAM_MISSING = "This diagram has no rendered markup yet. Build the site so the diagrams are rendered.";

export const VIEW_FULL_DIAGRAM_TITLE = "View full diagram";
```
