From 7f4b8b9aa199d0aa140acbedbb8666d5d5b4d4b7 Mon Sep 17 00:00:00 2001 From: Robin <16273164+robines@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:18:22 +0100 Subject: [PATCH] Update links to overview (#1617) --- docs/api-docs.md | 2 +- docs/common-errors.md | 2 +- docs/docker-project-specific-commands.md | 2 +- docs/intervew-scheduling.md | 2 +- docs/introduction.md | 2 +- docs/technical/backend/billig.md | 2 +- docs/technical/backend/rolesystem.md | 2 +- docs/technical/backend/seed.md | 2 +- docs/technical/frontend/components.md | 2 +- docs/technical/frontend/cypress.md | 2 +- docs/technical/frontend/data-fetching.md | 2 +- docs/technical/frontend/forms.md | 2 +- docs/technical/frontend/samfform.md | 2 +- docs/technical/pipeline.md | 2 +- docs/useful-commands.md | 2 +- docs/work-methodology.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/api-docs.md b/docs/api-docs.md index e3162ed87..d2126b96c 100644 --- a/docs/api-docs.md +++ b/docs/api-docs.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](./README.md) +[**← Back: Documentation Overview**](../README.md#documentation-overview) # API docs diff --git a/docs/common-errors.md b/docs/common-errors.md index 99deef8b1..c016372e6 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](./README.md) +[**← Back: Documentation Overview**](../README.md#documentation-overview) # Common error messages diff --git a/docs/docker-project-specific-commands.md b/docs/docker-project-specific-commands.md index 0b81ff628..c3ab04921 100644 --- a/docs/docker-project-specific-commands.md +++ b/docs/docker-project-specific-commands.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](./README.md) +[**← Back: Documentation Overview**](../README.md#documentation-overview) # Useful project specific Docker actions diff --git a/docs/intervew-scheduling.md b/docs/intervew-scheduling.md index 2e2af558d..4b5db06a0 100644 --- a/docs/intervew-scheduling.md +++ b/docs/intervew-scheduling.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](./README.md) +[**← Back: Documentation Overview**](../README.md#documentation-overview) > [!NOTE] > This document is a work in progress. diff --git a/docs/introduction.md b/docs/introduction.md index 5d5f5d90c..6f763d5d0 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](./README.md) +[**← Back: Documentation Overview**](../README.md#documentation-overview) # Introduction to Samfundet4 diff --git a/docs/technical/backend/billig.md b/docs/technical/backend/billig.md index 26701c339..7b431350f 100644 --- a/docs/technical/backend/billig.md +++ b/docs/technical/backend/billig.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) # Billig Integration diff --git a/docs/technical/backend/rolesystem.md b/docs/technical/backend/rolesystem.md index 1b94d38a6..b16bc93ec 100644 --- a/docs/technical/backend/rolesystem.md +++ b/docs/technical/backend/rolesystem.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) # Role system diff --git a/docs/technical/backend/seed.md b/docs/technical/backend/seed.md index c8bb318f5..6cc980cd5 100644 --- a/docs/technical/backend/seed.md +++ b/docs/technical/backend/seed.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) # Seeding diff --git a/docs/technical/frontend/components.md b/docs/technical/frontend/components.md index 90d23b7a6..25590da5b 100644 --- a/docs/technical/frontend/components.md +++ b/docs/technical/frontend/components.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) # Components diff --git a/docs/technical/frontend/cypress.md b/docs/technical/frontend/cypress.md index 41f17a61e..bfb8842ed 100644 --- a/docs/technical/frontend/cypress.md +++ b/docs/technical/frontend/cypress.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) # Cypress Setup Documentation diff --git a/docs/technical/frontend/data-fetching.md b/docs/technical/frontend/data-fetching.md index d402a06e2..20c1ccce6 100644 --- a/docs/technical/frontend/data-fetching.md +++ b/docs/technical/frontend/data-fetching.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) # Data fetching and State management diff --git a/docs/technical/frontend/forms.md b/docs/technical/frontend/forms.md index fca7ee760..bb7f23aac 100644 --- a/docs/technical/frontend/forms.md +++ b/docs/technical/frontend/forms.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) # Forms diff --git a/docs/technical/frontend/samfform.md b/docs/technical/frontend/samfform.md index 75ed8c0cf..296882b0a 100644 --- a/docs/technical/frontend/samfform.md +++ b/docs/technical/frontend/samfform.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../../README.md) +[**← Back: Documentation Overview**](../../../README.md#documentation-overview) > [!WARNING] > SamfForm is deprecated, and will slowly be replaced with [our wrappers](./forms.md) around React Hook Form. diff --git a/docs/technical/pipeline.md b/docs/technical/pipeline.md index 265c01305..6c91c4da9 100644 --- a/docs/technical/pipeline.md +++ b/docs/technical/pipeline.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](../README.md) +[**← Back: Documentation Overview**](../../README.md#documentation-overview) # Pipelines diff --git a/docs/useful-commands.md b/docs/useful-commands.md index 5433adaea..f523b23f5 100644 --- a/docs/useful-commands.md +++ b/docs/useful-commands.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](./README.md) +[**← Back: Documentation Overview**](../README.md#documentation-overview) # Useful commands diff --git a/docs/work-methodology.md b/docs/work-methodology.md index 43d66d013..b170c8de5 100644 --- a/docs/work-methodology.md +++ b/docs/work-methodology.md @@ -1,4 +1,4 @@ -[**← Back: Documentation Overview**](./README.md) +[**← Back: Documentation Overview**](../README.md#documentation-overview) # Work methodology