# configuration/strings/chapter.strings.ts

> 14 lines of code and 14 definitions.

Tree: Build tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/build#file-build-configuration-strings-chapter-strings-ts
Source text: https://banes-lab.com/assets/sources/source.d7c5010704a502312c906554ad1db4e7b721b5ea1f46a51be390f0b3cba10303.generated.txt

## Definitions

- `CHAPTER_FOOTER_LEAD` (lexical_declaration, line 1, exported)
- `CHAPTER_README_LEAD` (lexical_declaration, line 3, exported)
- `ATTRIBUTION_SEPARATOR` (lexical_declaration, line 5, exported)
- `ATTRIBUTION_COPYRIGHT` (lexical_declaration, line 7, exported)
- `ATTRIBUTION_WORK` (lexical_declaration, line 9, exported)
- `README_LABEL` (lexical_declaration, line 11, exported)
- `HOME_LABEL` (lexical_declaration, line 13, exported)
- `WIKI_READING_LEAD` (lexical_declaration, line 15, exported)
- `SIDEBAR_NAVIGATION` (lexical_declaration, line 17, exported)
- `SIDEBAR_READING` (lexical_declaration, line 19, exported)
- `SIDEBAR_LINKS` (lexical_declaration, line 21, exported)
- `REPOSITORY_LABEL` (lexical_declaration, line 23, exported)
- `DISCUSSIONS_LABEL` (lexical_declaration, line 25, exported)
- `RELEASES_LABEL` (lexical_declaration, line 27, exported)

## Source

```typescript
export const CHAPTER_FOOTER_LEAD = "Chapters: ";

export const CHAPTER_README_LEAD = "Chapters in this repository:";

export const ATTRIBUTION_SEPARATOR = " · ";

export const ATTRIBUTION_COPYRIGHT = "© 2025 ";

export const ATTRIBUTION_WORK = " - Disciplined Methodology";

export const README_LABEL = "README";

export const HOME_LABEL = "Home";

export const WIKI_READING_LEAD = "Read the pages in this order:";

export const SIDEBAR_NAVIGATION = "**Navigation**";

export const SIDEBAR_READING = "**Reading path**";

export const SIDEBAR_LINKS = "**Links**";

export const REPOSITORY_LABEL = "Repository";

export const DISCUSSIONS_LABEL = "Discussions";

export const RELEASES_LABEL = "Releases";
```
