Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct url to integration examples #1

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/demos/examples/effects/cats-effect/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/effects/fs2/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/effects/zio/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/getting-started/minimal/main.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/networking/http/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/networking/http4s-dom/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/networking/websockets/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/svg/clock/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/ui/debouncing/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demos/examples/ui/field/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/documentation/integration-examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

<h1 id="integration-examples" class="title">Integration-Examples</h1>
<p>The &#39;feature examples&#39; available on this website try to cover how to use Tyrian, but not the various ways that it can be setup and integrated with different build tools, services, networking protocols, and css frameworks.</p>
<p>Some examples of those kinds of integrations can be found in the <a href="https://github.com/PurpleKingdomGames/tyrian-docs/tree/main/integrated-examples">integrated-examples</a> folder of the tyrian-docs repo.</p>
<p>Some examples of those kinds of integrations can be found in the <a href="https://github.com/PurpleKingdomGames/tyrian-docs/tree/main/integration-examples">integration-examples</a> folder of the tyrian-docs repo.</p>
<blockquote>Note: The networking examples are duplicated in both example areas. In the feature examples they compile and are viewable, but may not work. In the integrated examples, if run correctly, they should work.</blockquote>


Expand Down
5 changes: 3 additions & 2 deletions website/documentation/integration-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

The 'feature examples' available on this website try to cover how to use Tyrian, but not the various ways that it can be setup and integrated with different build tools, services, networking protocols, and css frameworks.

Some examples of those kinds of integrations can be found in the [integrated-examples](https://github.com/PurpleKingdomGames/tyrian-docs/tree/main/integrated-examples) folder of the tyrian-docs repo.
Some examples of those kinds of integrations can be found in the [integration-examples](https://github.com/PurpleKingdomGames/tyrian-docs/tree/main/integration-examples) folder of the tyrian-docs repo.

> Note: The networking examples are duplicated in both example areas. In the feature examples they compile and are viewable, but may not work. In the integrated examples, if run correctly, they should work.

> Note: The networking examples are duplicated in both example areas. In the feature examples they compile and are viewable, but may not work. In the integrated examples, if run correctly, they should work.
Loading