From be2a812ab44f48fe227709a29385740ed65aeb42 Mon Sep 17 00:00:00 2001 From: Olivia Guyot Date: Fri, 25 Aug 2023 09:27:40 +0200 Subject: [PATCH] doc: minor fixes, ignore localhost dead links --- docs/.vitepress/config.ts | 2 ++ docs/reference/state-management.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 55216d84c8..6be99fb47b 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -40,6 +40,8 @@ export default defineConfig({ provider: 'local', }, }, + + ignoreDeadLinks: 'localhostLinks', }) function sidebarGuide() { diff --git a/docs/reference/state-management.md b/docs/reference/state-management.md index d6acaa0792..5fa8e77bf5 100644 --- a/docs/reference/state-management.md +++ b/docs/reference/state-management.md @@ -12,7 +12,7 @@ It's based on [NgRx](https://ngrx.io/), which takes advantage of [RxJs](https:// The state is a **tree**, it's a combination of several feature branches. -```text +```txt - search - map - mdview @@ -25,7 +25,7 @@ Each feature state has a **key** (the name of the branch in the tree), and a **t Eg. `SearchState`: -```text +```txt + map + search - configuration