From 9b0cc416807d9e22d60b845e1dca2561ee0ca37a Mon Sep 17 00:00:00 2001 From: Shawn Tan Date: Fri, 12 Dec 2025 17:07:13 -0800 Subject: [PATCH] Change landing page to installation page --- articles/toc.yml | 4 ++-- index.md | 14 +------------- toc.yml | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/articles/toc.yml b/articles/toc.yml index 7e060115..4ce0c295 100644 --- a/articles/toc.yml +++ b/articles/toc.yml @@ -1,5 +1,5 @@ - name: Get Started -- href: installation.md +- href: ../index.md - href: packages.md - href: editor.md - href: gallery.md @@ -18,4 +18,4 @@ - href: documentation-style-guide.md - name: Guidelines - href: design-guidelines.md -- href: workflow-guidelines.md +- href: workflow-guidelines.md \ No newline at end of file diff --git a/index.md b/index.md index e4753e9d..d3a605c8 100644 --- a/index.md +++ b/index.md @@ -1,13 +1 @@ -# **Bonsai** Documentation - -Bonsai is a visual language for reactive programming. It is lightweight and easy to use with a variety of packages and modules for interfacing with hardware and for real-time processing and manipulation of data streams. - -> [!Warning] -> These docs are under active development, feel free to contribute by either [raising an issue](https://github.com/bonsai-rx/docs/issues) or following the links saying **Edit this page**. - -## Quick Start - -1. Download [Bonsai](xref:installation). -2. Install **Bonsai - Starter Pack** from the package manager.
The Bonsai package manager -3. Click on the `Updates` tab at the top of the screen and install any available upgrades. -4. Read the [Workflow Editor](xref:editor) page for an introduction to the user interface. +[!include[](articles/installation.md)] \ No newline at end of file diff --git a/toc.yml b/toc.yml index 11171796..51caf82d 100644 --- a/toc.yml +++ b/toc.yml @@ -3,4 +3,4 @@ - name: API href: api/ - name: Tutorials - href: tutorials/ + href: tutorials/ \ No newline at end of file