Adopt canonical naming rules for both identifiers (anchors/ids) and display names (titles) to prevent broken links and inconsistent labeling.

Rules

  1. Anchor ids must be explicit and stable
  2. Use consistent casing for ids
  3. Keep anchor sections ordered predictably
  4. Do not invent or paraphrase resource titles
  5. Avoid honorifics/extra prefixes in names

Example (anchor/id)

### <a id="yapay-zeka"></a>Yapay Zeka

<!-- later: link must match the id exactly -->
[Go to Yapay Zeka](#yapay-zeka)

Example (title)

<!-- Good: exact source title -->
* [TypeScript — Frontend & Backend (file setup, types, generics, React + TS)](https://github.com/...)

<!-- Avoid: modified/invented title -->
* [TypeScript Cheatsheet](https://github.com/...)  <!-- only if this is the exact resource title -->