Skip to content

Commit

Permalink
Fixed samples links
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Oct 20, 2023
1 parent cf907ef commit 96a6aff
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 96a6aff

Please sign in to comment.