From 4cb599992f4c88752a5f07225e5895f2aa254b81 Mon Sep 17 00:00:00 2001 From: Alex Hussey Date: Wed, 24 Jan 2024 02:53:01 +0000 Subject: [PATCH] Start adding content --- docs/intro.md | 40 +++++++++------------------------------- src/pages/index.js | 6 +++--- 2 files changed, 12 insertions(+), 34 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 45e8604..a7b0d54 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -4,44 +4,22 @@ sidebar_position: 1 # Tutorial Intro -Let's discover **Docusaurus in less than 5 minutes**. +Let's discover **Tracker in less than 5 minutes**. ## Getting Started -Get started by **creating a new site**. - -Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**. +Get started by **registering a new device**. ### What you'll need -- [Node.js](https://nodejs.org/en/download/) version 18.0 or above: - - When installing Node.js, you are recommended to check all checkboxes related to dependencies. - -## Generate a new site +- The serial number associated with your device + - This is located on the back of your device, and will also be displayed on the screen during startup/power on. -Generate a new Docusaurus site using the **classic template**. +## Register your device -The classic template will automatically be added to your project after you run the command: +Follow the **WEB UI** prompts, or: +Use the chat based command line interface ```bash -npm init docusaurus@latest my-website classic -``` - -You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor. - -The command also installs all necessary dependencies you need to run Docusaurus. - -## Start your site - -Run the development server: - -```bash -cd my-website -npm run start -``` - -The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there. - -The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/. - -Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes. +device register +``` \ No newline at end of file diff --git a/src/pages/index.js b/src/pages/index.js index a8c61f2..69bc259 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -20,7 +20,7 @@ function HomepageHeader() { - Docusaurus Tutorial - 5min ⏱️ + Tracker Application Documentation @@ -32,8 +32,8 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( + title={`${siteConfig.title}`} + description="BlueGuardian Co Home Page">