@getlupa/client 0.4.3-2 → 0.4.3
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/README.md +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,10 +62,18 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
62
62
|
|
|
63
63
|
## Documentation
|
|
64
64
|
|
|
65
|
-
If you are integrating standalone version of the plugin (as a cdn link):
|
|
65
|
+
If you are integrating **standalone** version of the plugin (as a **cdn** link):
|
|
66
66
|
|
|
67
67
|
- See [Getting Started - Standalone](/docs/getting-started-standalone.md) for more information about plugin integration.
|
|
68
68
|
|
|
69
|
-
For integration as an npm package
|
|
69
|
+
For integration as an **npm package**:
|
|
70
70
|
|
|
71
71
|
- See [Getting Started - npm](/docs/getting-started-npm.md) for more information about plugin integration.
|
|
72
|
+
|
|
73
|
+
For more information about individual components and all available options:
|
|
74
|
+
|
|
75
|
+
- [Search Box](/docs/components/search-box.md)
|
|
76
|
+
|
|
77
|
+
- [Search Results](/docs/components/search-results.md)
|
|
78
|
+
|
|
79
|
+
- [Tracing and Analytics](/docs/components/tracking.md)
|