@proveanything/smartlinks 1.6.5 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/docs/API_SUMMARY.md
CHANGED
|
@@ -7,20 +7,18 @@ Complete guide to registering and discovering navigable states in SmartLinks app
|
|
|
7
7
|
## Table of Contents
|
|
8
8
|
|
|
9
9
|
- [Overview](#overview)
|
|
10
|
-
- [
|
|
11
|
-
- [
|
|
10
|
+
- [Two Sources of Truth](#two-sources-of-truth)
|
|
11
|
+
- [Static Links — App Manifest](#static-links--app-manifest)
|
|
12
|
+
- [Dynamic Links — App Config](#dynamic-links--app-config)
|
|
12
13
|
- [Schema: DeepLinkEntry](#schema-deeplinkentry)
|
|
13
|
-
- [
|
|
14
|
-
- [Data-Driven (Dynamic)](#1-data-driven-entries-dynamic)
|
|
15
|
-
- [Route-Based (Static)](#2-route-based-entries-static)
|
|
16
|
-
- [Mixed](#3-mixed)
|
|
14
|
+
- [Quick Start](#quick-start)
|
|
17
15
|
- [URL Resolution](#url-resolution)
|
|
18
|
-
- [Syncing
|
|
16
|
+
- [Syncing Dynamic Links](#syncing-dynamic-links)
|
|
19
17
|
- [Consumer Patterns](#consumer-patterns)
|
|
18
|
+
- [Merging Both Sources](#merging-both-sources)
|
|
20
19
|
- [Portal Navigation Menu](#portal-navigation-menu)
|
|
21
20
|
- [AI Orchestration](#ai-orchestration)
|
|
22
21
|
- [Cross-App Navigation](#cross-app-navigation)
|
|
23
|
-
- [Manifest Declaration](#manifest-declaration)
|
|
24
22
|
- [TypeScript Types](#typescript-types)
|
|
25
23
|
- [Rules & Best Practices](#rules--best-practices)
|
|
26
24
|
|
package/docs/API_SUMMARY.md
CHANGED
|
@@ -7,20 +7,18 @@ Complete guide to registering and discovering navigable states in SmartLinks app
|
|
|
7
7
|
## Table of Contents
|
|
8
8
|
|
|
9
9
|
- [Overview](#overview)
|
|
10
|
-
- [
|
|
11
|
-
- [
|
|
10
|
+
- [Two Sources of Truth](#two-sources-of-truth)
|
|
11
|
+
- [Static Links — App Manifest](#static-links--app-manifest)
|
|
12
|
+
- [Dynamic Links — App Config](#dynamic-links--app-config)
|
|
12
13
|
- [Schema: DeepLinkEntry](#schema-deeplinkentry)
|
|
13
|
-
- [
|
|
14
|
-
- [Data-Driven (Dynamic)](#1-data-driven-entries-dynamic)
|
|
15
|
-
- [Route-Based (Static)](#2-route-based-entries-static)
|
|
16
|
-
- [Mixed](#3-mixed)
|
|
14
|
+
- [Quick Start](#quick-start)
|
|
17
15
|
- [URL Resolution](#url-resolution)
|
|
18
|
-
- [Syncing
|
|
16
|
+
- [Syncing Dynamic Links](#syncing-dynamic-links)
|
|
19
17
|
- [Consumer Patterns](#consumer-patterns)
|
|
18
|
+
- [Merging Both Sources](#merging-both-sources)
|
|
20
19
|
- [Portal Navigation Menu](#portal-navigation-menu)
|
|
21
20
|
- [AI Orchestration](#ai-orchestration)
|
|
22
21
|
- [Cross-App Navigation](#cross-app-navigation)
|
|
23
|
-
- [Manifest Declaration](#manifest-declaration)
|
|
24
22
|
- [TypeScript Types](#typescript-types)
|
|
25
23
|
- [Rules & Best Practices](#rules--best-practices)
|
|
26
24
|
|