diff --git a/docs/samples.md b/docs/samples.md index 9a5b16394..b2f9d172e 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -5,16 +5,18 @@ icon: command-palette ## Squide "basic" sample -- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/host) -- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/remote-module) -- :icon-mark-github: [Another remote module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/another-remote-module) -- :icon-mark-github: [Local module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/local-module) -- :icon-mark-github: [Shared application shell](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/shell) -- :icon-mark-github: [Shared library](https://github.com/gsoft-inc/wl-squide/tree/main/sample/basic/shared) +- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/host) +- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/remote-module) +- :icon-mark-github: [Another remote module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/another-remote-module) +- :icon-mark-github: [Local module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/local-module) +- :icon-mark-github: [Shared application shell](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/shell) +- :icon-mark-github: [Shared library](https://github.com/gsoft-inc/wl-squide/tree/main/samples/basic/shared) - :icon-cloud: [Live sample](https://squide-basic-host.netlify.app/) ## Squide sample with "endpoints" -- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/sample/endpoints/host) -- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/sample/endpoints/remote-module) +- :icon-mark-github: [Host application](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/host) +- :icon-mark-github: [Remote module](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/remote-module) +- :icon-mark-github: [Shared application shell](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/shell) +- :icon-mark-github: [Shared library](https://github.com/gsoft-inc/wl-squide/tree/main/samples/endpoints/shared) - :icon-cloud: [Live sample](https://squide-endpoints-host.netlify.app/)