Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/dev/client-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

## Table of Contents

1. [Architectural Rule](#1-architectural-rule)
2. [Technology Stack](#2-technology-stack)
3. [Entry Points and Boot Sequence](#3-entry-points-and-boot-sequence)
4. [The `app://` Protocol](#4-the-app-protocol)
5. [IPC Channels](#5-ipc-channels)
6. [Dependency Pinning](#6-dependency-pinning)
7. [Testing](#7-testing)
8. [Building and Releasing](#8-building-and-releasing)
1. [Architectural Rule](#_1-architectural-rule)

Check warning on line 14 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L14

Link fragments should be valid
2. [Technology Stack](#_2-technology-stack)

Check warning on line 15 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L15

Link fragments should be valid
3. [Entry Points and Boot Sequence](#_3-entry-points-and-boot-sequence)

Check warning on line 16 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L16

Link fragments should be valid
4. [The `app://` Protocol](#_4-the-app-protocol)

Check warning on line 17 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L17

Link fragments should be valid
5. [IPC Channels](#_5-ipc-channels)

Check warning on line 18 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L18

Link fragments should be valid
6. [Dependency Pinning](#_6-dependency-pinning)

Check warning on line 19 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L19

Link fragments should be valid
7. [Testing](#_7-testing)

Check warning on line 20 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L20

Link fragments should be valid
8. [Building and Releasing](#_8-building-and-releasing)

Check warning on line 21 in docs/dev/client-windows.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/dev/client-windows.md#L21

Link fragments should be valid

---

Expand Down