Skip to content

Commit

Permalink
Updated documentations for Hardware Setup page.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 22, 2023
1 parent f79b590 commit 0657569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentations/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ watch(
<NavbarItem route="/" text="Home" is-active></NavbarItem>
<NavbarItem route="/documentations" text="Documentations" :is-active="false"></NavbarItem>
<NavbarItem route="/api-refs" text="API Reference" :is-active="false"></NavbarItem>
<NavbarItem route="/store" text="Store" :is-active="false"></NavbarItem>
<li class="nav-item">
<a href="https://github.com/nthnn/Jessy-OS" class="nav-link" target="_blank">GitHub</a>
</li>
Expand Down
2 changes: 2 additions & 0 deletions documentations/src/components/Documentation.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts">
import TabPage from "./TabPage.vue";
import GettingStarted from "../docpages/GettingStarted.vue";
import HardwareSetup from "@/docpages/HardwareSetup.vue";
</script>

<template>
Expand All @@ -10,6 +11,7 @@ import GettingStarted from "../docpages/GettingStarted.vue";
</TabPage>

<TabPage title="Hardware Setup" id="hardware-setup" :is-active="false">
<HardwareSetup />
</TabPage>

<TabPage title="Contributing" id="contributing" :is-active="false">
Expand Down

0 comments on commit 0657569

Please sign in to comment.