From 3b3cccfc30b9f9acd27747a15db24786077ae7bc Mon Sep 17 00:00:00 2001
From: axmmisaka <6500159+axmmisaka@users.noreply.github.com>
Date: Thu, 14 Dec 2023 14:56:47 -0800
Subject: [PATCH 1/2] Make "introduction" route to "/docs" to prevent algolia
not able to crawl
---
docs/introduction.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/introduction.md b/docs/introduction.md
index 8aa891875..d950c1661 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -1,6 +1,7 @@
---
title: Introduction
description: Introduction to Lingua Franca.
+slug: /
---
Lingua Franca (LF) is a polyglot coordination language built enrich mainstream target programming languages (currently C, C++, Python, TypeScript, and Rust) with deterministic reactive concurrency and the ability to specify timed behavior. LF is supported by a runtime system that is capable of concurrent and distributed execution of reactive programs that are deployable on the Cloud, the Edge, and even on bare-iron embedded platforms.
From 62a19dd12a2cb84bc236ede46fd12323b9c527e9 Mon Sep 17 00:00:00 2001
From: axmmisaka <6500159+axmmisaka@users.noreply.github.com>
Date: Thu, 14 Dec 2023 14:57:37 -0800
Subject: [PATCH 2/2] Fix links
---
docs/legacy_routing.ts | 2 +-
src/pages/index.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/legacy_routing.ts b/docs/legacy_routing.ts
index 90cdebf36..cf0e34d2e 100644
--- a/docs/legacy_routing.ts
+++ b/docs/legacy_routing.ts
@@ -4,7 +4,7 @@ export default [
"from": "/docs/handbook/tutorial-video"
},
{
- "to": "/docs/introduction",
+ "to": "/docs/",
"from": "/docs/handbook/overview"
},
{
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 96aa03e87..fcbe02ddb 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -53,7 +53,7 @@ function HeroBanner() {
Get Started
-
+
Read the Docs