diff --git a/docs/.well-known/apple-app-site-association b/docs/.well-known/apple-app-site-association index 258706992514353ef9b7b7c57a7a4e3038b1dbba..1b8168f21892aeebbfdd347d61a801b0dd986368 100644 --- a/docs/.well-known/apple-app-site-association +++ b/docs/.well-known/apple-app-site-association @@ -1,10 +1,13 @@ { "applinks": { - "apps": [], "details": [ { - "appID": "45SMH7VLZR.fr.inria.learninglab.epoc", - "paths": ["/app-redirect"] + "appIDs": ["45SMH7VLZR.fr.inria.learninglab.epoc"], + "components": [ + { + "/": "/app-redirect/*" + } + ] } ] } diff --git a/docs/.well-known/assetlinks.json b/docs/.well-known/assetlinks.json new file mode 100644 index 0000000000000000000000000000000000000000..756894643e4dc3a2d7410af42cc639687704c66f --- /dev/null +++ b/docs/.well-known/assetlinks.json @@ -0,0 +1,5 @@ +[{ + "relation": ["delegate_permission/common.handle_all_urls"], + "target" : { "namespace": "android_app", "package_name": "fr.inria.epoc", + "sha256_cert_fingerprints": ["73:26:75:5E:A9:CE:5F:3B:84:43:54:53:3F:73:23:18:2A:C9:E4:FA:77:1A:53:BC:7A:51:26:8C:6E:34:94:7B"] } +}] \ No newline at end of file diff --git a/docs/guide/developer/getting-started.md b/docs/guide/developer/getting-started.md deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/mkdocs.yml b/mkdocs.yml index e71ae6e0c08617bd4dc31f70b38c9e0d09d76266..df150c386a3f103553ff9d92945cd43b130fb081 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,7 +19,8 @@ extra: editor_link_windows: https://github.com/inrialearninglab/epoc-editor/releases/download/${EDITOR_VERSION}-beta/epoc-editor_${EDITOR_VERSION}-beta_win_x64.exe editor_link_macos: https://github.com/inrialearninglab/epoc-editor/releases/download/${EDITOR_VERSION}-beta/epoc-editor_${EDITOR_VERSION}-beta_mac_x64.dmg editor_link_linux: https://github.com/inrialearninglab/epoc-editor/releases/download/${EDITOR_VERSION}-beta/epoc-editor_${EDITOR_VERSION}-beta_linux_x86_64.AppImage - +exclude_docs: | + !.well-known plugins: - awesome-pages - search