forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
63 lines (54 loc) · 1.2 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
title: Friend Docs
description: Open Source AI Wearable device
theme: just-the-docs
url: https://basedhardware.github.io
logo: "/images/logo.png"
favicon_ico: "/images/favicon.ico"
color_scheme: dark
collections:
get_started:
permalink: "/:collection/:path/"
output: true
assembly:
permalink: "/:collection/:path/"
output: true
developer:
permalink: "/:collection/:path/"
output: true
info:
permalink: "/:collection/:path/"
output: true
just_the_docs:
collections:
get_started:
name: Get Started
assembly:
name: Assembly
developer:
name: Developer
info:
name: Info
callouts:
warning:
title: Warning
color: yellow
error:
title: Alert
color: red
note:
title: Note
color: blue
mermaid:
# Version of mermaid library
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
version: "9.1.3"
aux_links:
Github: https://github.com/BasedHardware/Friend
aux_links_new_tab: true
nav_external_links:
- title: 💬 | Discord
url: https://discord.gg/ZutWMTJnwA
opens_in_new_tab: true
- title: 🧑💻 | GitHub
url: https://github.com/BasedHardware/Friend
opens_in_new_tab: true