Skip to content

Commit

Permalink
doc: minor fixes, ignore localhost dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Aug 25, 2023
1 parent eb14a2c commit be2a812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export default defineConfig({
provider: 'local',
},
},

ignoreDeadLinks: 'localhostLinks',
})

function sidebarGuide() {
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/state-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit be2a812

Please sign in to comment.