# configuration/constants/link.constants.ts

> 16 lines of code and 1 definition.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-constants-link-constants-ts
Source text: https://banes-lab.com/assets/sources/source.abddcd53dbe9effd44676064ccaaa1d5e646ae9602b2e2b86d9b1fab855874cc.generated.txt

## Definitions

- `GENERIC_LINK_TEXT` (lexical_declaration, line 1, exported)

## Source

```typescript
export const GENERIC_LINK_TEXT: ReadonlySet<string> = new Set([
    "click here",
    "click this",
    "go",
    "here",
    "information",
    "learn more",
    "more",
    "more info",
    "more information",
    "read more",
    "right here",
    "see more",
    "start",
    "this",
]);
```
