Skip to content

Commit 51bc28e

Browse files
committed
Refactored video page
1 parent a48826b commit 51bc28e

File tree

10 files changed

+8
-284
lines changed

10 files changed

+8
-284
lines changed

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The reactor-oriented programming paradigm is informally described via the follow
2525
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.
2626

2727
## Getting Started
28-
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.
28+
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.

docs/legacy_routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default [
22
{
3-
"to": "/docs/tutorial-videos",
3+
"to": "/docs/videos",
44
"from": "/docs/handbook/tutorial-video"
55
},
66
{

docs/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sidebars: SidebarsConfig = {
2222
},
2323
{
2424
"type": "doc",
25-
"id": "tutorial-videos"
25+
"id": "videos"
2626
},
2727
{
2828
"type": "category",

docs/tutorial-videos.mdx

Lines changed: 0 additions & 138 deletions
This file was deleted.

versioned_docs/version-0.8.0/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sidebars: SidebarsConfig = {
2222
},
2323
{
2424
"type": "doc",
25-
"id": "tutorial-videos"
25+
"id": "videos"
2626
},
2727
{
2828
"type": "category",

versioned_docs/version-0.9.0/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The reactor-oriented programming paradigm is informally described via the follow
2525
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.
2626

2727
## Getting Started
28-
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.
28+
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.

versioned_docs/version-0.9.0/legacy_routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default [
22
{
3-
"to": "/docs/tutorial-videos",
3+
"to": "/docs/videos",
44
"from": "/docs/handbook/tutorial-video"
55
},
66
{

versioned_docs/version-0.9.0/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sidebars: SidebarsConfig = {
2222
},
2323
{
2424
"type": "doc",
25-
"id": "tutorial-videos"
25+
"id": "videos"
2626
},
2727
{
2828
"type": "category",

0 commit comments

Comments
 (0)