# core/ids/page.ids.ts

> 12 lines of code and 12 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-page-ids-ts
Source text: https://banes-lab.com/assets/sources/source.ea0c6afc13eaa848c597671a071c82c762068a8775cdc0654240f177fe24164f.generated.txt

## Definitions

- `HOME_PAGE` (lexical_declaration, line 1, exported)
- `GRAMMAR_PAGE` (lexical_declaration, line 3, exported)
- `METHODOLOGY_PAGE` (lexical_declaration, line 5, exported)
- `ARCHITECTURE_PAGE` (lexical_declaration, line 7, exported)
- `ONTOLOGY_PAGE` (lexical_declaration, line 9, exported)
- `ANATOMY_PAGE` (lexical_declaration, line 11, exported)
- `FAQ_PAGE` (lexical_declaration, line 13, exported)
- `LICENSE_PAGE` (lexical_declaration, line 15, exported)
- `INFORMATION_PAGE` (lexical_declaration, line 17, exported)
- `TERMS_PAGE` (lexical_declaration, line 19, exported)
- `PRIVACY_PAGE` (lexical_declaration, line 21, exported)
- `SEARCH_PAGE` (lexical_declaration, line 23, exported)

## Source

```typescript
export const HOME_PAGE = "home";

export const GRAMMAR_PAGE = "pag";

export const METHODOLOGY_PAGE = "disciplined-methodology";

export const ARCHITECTURE_PAGE = "software-architecture";

export const ONTOLOGY_PAGE = "ontology";

export const ANATOMY_PAGE = "anatomy";

export const FAQ_PAGE = "faq";

export const LICENSE_PAGE = "licensing";

export const INFORMATION_PAGE = "info";

export const TERMS_PAGE = "terms";

export const PRIVACY_PAGE = "privacy";

export const SEARCH_PAGE = "search";
```
