Skip to content

Commit

Permalink
Refactored video page
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Dec 18, 2024
1 parent a48826b commit 51bc28e
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 284 deletions.
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
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

0 comments on commit 51bc28e

Please sign in to comment.