Skip to content

Commit

Permalink
Change navigation path in the docs and example
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Apr 3, 2024
1 parent d0414a9 commit 6ce72ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ entity_id: sun.sun

```yaml
action: navigate
navigation_path: config/dashboard
navigation_path: /config/dashboard
## Optional parameter. It is false by default
## Whether to replace the current page in the history
navigation_replace: true
Expand Down Expand Up @@ -201,7 +201,7 @@ profiles:
- double-tap
- tap
action: navigate
navigation_path: config/dashboard
navigation_path: /config/dashboard
## This profile will match only with non-admin users
- admin: false
secrets:
Expand Down
2 changes: 1 addition & 1 deletion secret-taps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ profiles:
- double-tap
- tap
action: navigate
navigation_path: config/dashboard
navigation_path: /config/dashboard
- admin: false
secrets:
- taps:
Expand Down

0 comments on commit 6ce72ad

Please sign in to comment.