26 lines
697 B
Markdown
26 lines
697 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Jibo Hacks Guide"
|
|
text: "Mods 4 us all!1!!"
|
|
tagline: This guide will teach you how to mod your Jibo!
|
|
actions:
|
|
- theme: brand
|
|
text: Install
|
|
link: /intro-install
|
|
- theme: alt
|
|
text: Developing for Jibo
|
|
link: /intro-dev
|
|
|
|
features:
|
|
- title: Talk to Jibo again!
|
|
details: Jibo's speech to text will work again (Not yet completed)
|
|
- title: New Features!
|
|
details: Now that we have full access to Jibo, we will be adding new features!
|
|
- title: Developer Platform
|
|
details: We will offer a developer platform, allowing anybody to add something new to Jibo.
|
|
---
|
|
|