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

Refactor video page #300

Merged
merged 5 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The reactor-oriented programming paradigm is informally described via the follow
8. _Concurrency_ — Dependencies between reactions are explicitly declared in a Lingua Franca program, and reactions that are not dependent on one another can be executed in parallel on a multi-core machine. If the target provides a support for federated execution, then execution can also be distributed across networks.

## Getting Started
To get started with Lingua Franca, [set up a development environment](./installation.md) and learn how to write [a first reactor](./writing-reactors/a-first-reactor.mdx). There are also a number of useful [tutorial videos](./tutorial-videos.mdx) available.
To get started with Lingua Franca, [set up a development environment](./installation.md) and learn how to write [a first reactor](./writing-reactors/a-first-reactor.mdx). There are also a number of potentially useful [videos](./videos.mdx) available.
2 changes: 1 addition & 1 deletion docs/legacy_routing.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default [
{
"to": "/docs/tutorial-videos",
"to": "/docs/videos",
"from": "/docs/handbook/tutorial-video"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const sidebars: SidebarsConfig = {
},
{
"type": "doc",
"id": "tutorial-videos"
"id": "videos"
},
{
"type": "category",
Expand Down
138 changes: 0 additions & 138 deletions docs/tutorial-videos.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion versioned_docs/version-0.8.0/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const sidebars: SidebarsConfig = {
},
{
"type": "doc",
"id": "tutorial-videos"
"id": "videos"
},
{
"type": "category",
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9.0/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The reactor-oriented programming paradigm is informally described via the follow
8. _Concurrency_ — Dependencies between reactions are explicitly declared in a Lingua Franca program, and reactions that are not dependent on one another can be executed in parallel on a multi-core machine. If the target provides a support for federated execution, then execution can also be distributed across networks.

## Getting Started
To get started with Lingua Franca, [set up a development environment](./installation.md) and learn how to write [a first reactor](./writing-reactors/a-first-reactor.mdx). There are also a number of useful [tutorial videos](./tutorial-videos.mdx) available.
To get started with Lingua Franca, [set up a development environment](./installation.md) and learn how to write [a first reactor](./writing-reactors/a-first-reactor.mdx). There are also a number of useful [tutorial videos](./videos.mdx) available.
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9.0/legacy_routing.ts
edwardalee marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default [
{
"to": "/docs/tutorial-videos",
"to": "/docs/videos",
"from": "/docs/handbook/tutorial-video"
},
{
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9.0/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const sidebars: SidebarsConfig = {
},
{
"type": "doc",
"id": "tutorial-videos"
"id": "videos"
},
{
"type": "category",
Expand Down
Loading
Loading