-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
71 lines (65 loc) · 1.69 KB
/
_quarto.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
64
65
66
67
68
69
70
71
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "*.ipynb"
- "!assets/"
website:
title: "Ivy Ecosystem"
favicon: "assets/img/ivy_logo_only.png"
page-navigation: true
navbar:
title: false
search: true
pinned: true
logo: "assets/img/ivy_logo_text.png"
logo-href: https://unify.ai
left:
- text: "Github"
href: https://github.com/unifyai/ivy
- text: "Docs"
href: https://unify.ai/docs/ivy
- text: "Discord"
href: https://discord.com/invite/sXyFF8tDtm
sidebar:
style: "floating"
border: true
collapse-level: 1
contents:
- text: "Home"
href: index.qmd
- section: "Docs"
contents:
- text: "Ivy"
href: https://unify.ai/docs/ivy
- text: "Ivy Mech"
href: https://unify.ai/docs/mech
- text: "Ivy Vision"
href: https://unify.ai/docs/vision
- text: "Ivy Robot"
href: https://unify.ai/docs/robot
- text: "Ivy Gym"
href: https://unify.ai/docs/gym
- text: "Ivy Memory"
href: https://unify.ai/docs/memory
- text: "Ivy Builder"
href: https://unify.ai/docs/builder
- text: "Ivy Models"
href: https://unify.ai/docs/models
- text: "Ivy Ecosystem"
href: https://unify.ai/docs/ecosystem
format:
html:
toc: true
include-after-body:
- file: assets/generate_badges.html
theme: assets/css/custom.scss
page-layout: full
code-overflow: scroll
jupyter: python3
monobackgroundcolor: "#ffffff"
execute:
echo: true
output: true
eval: true