Skip to content

Commit 51c78cb

Browse files
Fix edit URL, explicitly opt into edit action (#587)
Signed-off-by: Sebastian Aigner <SebastianAigner@users.noreply.github.com>
1 parent f038c86 commit 51c78cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site_name: Store
22
repo_url: https://github.com/MobileNativeFoundation/Store
33
repo_name: store
4+
edit_uri: https://github.com/MobileNativeFoundation/Store/edit/docs/docs/
45

56
theme:
67
name: material
@@ -28,6 +29,7 @@ theme:
2829
repo: fontawesome/brands/github
2930
features:
3031
- navigation.sections
32+
- content.action.edit
3133

3234
extra:
3335
version:

0 commit comments

Comments
 (0)