From ad9c8e0fb8f5fcf7119411514b6b5f8e5575b0f7 Mon Sep 17 00:00:00 2001 From: nerix Date: Tue, 21 Jan 2025 10:22:14 +0100 Subject: [PATCH] chore: link to edit actions (#423) --- docs/Crash Analysis.md | 2 +- docs/Help.md | 3 +-- mkdocs.yml | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Crash Analysis.md b/docs/Crash Analysis.md index b94671a7..b92c6edd 100644 --- a/docs/Crash Analysis.md +++ b/docs/Crash Analysis.md @@ -2,7 +2,7 @@ When running on Windows, Chatterino will automatically save information about a crash in a [minidump](https://docs.sentry.io/platforms/native/guides/minidumps/). -Crashdumps are saved inside the `Crashes/reports` folder in your [Chatterino folder](/Settings/#where-is-my-chatterino-folder-located). +Crashdumps are saved inside the `Crashes/reports` folder in your [Chatterino folder](./Settings.md/#where-is-my-chatterino-folder-located). Minidumps contain the stacks of all threads, their state (registers), the exception associated with the crash, and some metadata about the CPU and the OS. If you are unsure if your crashdump contains sensitive information, ask a Chatterino developer on the [Discord server](https://discord.gg/qq7DDxjste). diff --git a/docs/Help.md b/docs/Help.md index b1cfd408..32238473 100644 --- a/docs/Help.md +++ b/docs/Help.md @@ -134,7 +134,6 @@ This is a Windows issue, it can be mitigated by turning on Compatibility mode fo ### My Reply was sent to the wrong message -Twitch updated replies to add the functionally we needed to correct this, it was fixed in [5209e47] and the fixed version can be obtained by downloading the latest [nightly][nightly] build. +Twitch updated replies to add the functionally we needed to correct this, it was fixed in [5209e47] and the fixed version can be obtained by downloading the latest [nightly](#what-is-nightly-and-how-to-use-install-it) build. [5209e47]: https://github.com/Chatterino/chatterino2/commit/5209e47df18d102925b9d59c79716cab8d89292c -[nightly]: ../Help/#what-is-nightly-and-how-to-use-install-it diff --git a/mkdocs.yml b/mkdocs.yml index dd0d7178..f1afb414 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,6 +23,8 @@ theme: - navigation.instant - navigation.sections - navigation.top + - content.action.edit + - content.action.view - content.code.annotate - content.code.copy icon: @@ -33,7 +35,7 @@ plugins: type: datetime fallback_to_build_date: true repo_url: https://github.com/chatterino/chatterino2 -edit_uri: "" +edit_uri: "https://github.com/Chatterino/wiki/edit/master/docs/" markdown_extensions: - admonition - attr_list