This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
74 lines (71 loc) · 2.27 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
72
73
74
project:
title: "Ortege"
type: website
output-dir: docs
format:
html:
css: styles/custom-style.css
head-content: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8H6E0MMTRH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8H6E0MMTRH', {
'cookie_flags': 'SameSite=None;Secure'
});
</script>
# theme: lumen
website:
favicon: /images/favicon.png
navbar:
background: primary
search: true
left:
- text: "Home"
file: index.qmd
- text: "Ortege Studio"
menu:
- text: "Overview"
file: content/studio/overview.qmd
- text: "Dashboards"
file: content/studio/dashboards.qmd
- text: "Charts"
file: content/studio/charts.qmd
- text: "Datasets"
file: content/studio/datasets.qmd
- text: "SQL LAB"
file: content/studio/sqllab.qmd
- text: "Database Connections"
file: content/studio/dbconnections.qmd
- text: "Ortege Lakehouse"
menu:
- text: "Overview"
file: content/lakehouse/overview.qmd
- text: "Medallian Architecture"
file: content/lakehouse/medallian.qmd
- text: "API"
file: content/lakehouse/api.qmd
- text: "Datasets"
menu:
- text: "Stacks"
file: content/lakehouse/datasets/stacks.qmd
- text: "Bitcoin"
file: content/lakehouse/datasets/bitcoin.qmd
- text: "Stellar"
file: content/lakehouse/datasets/stellar.qmd
- text: "Movement Labs"
file: content/lakehouse/datasets/movement.qmd
- text: "Pricing"
file: content/lakehouse/datasets/pricing.qmd
- text: "Address Book"
file: content/lakehouse/datasets/address_book.qmd
- text: "Ortege Notebooks"
menu:
- text: "Overview"
file: content/notebooks/overview.qmd
- text: "OrtegeGPT"
menu:
- text: "Overview"
file: content/ortegegpt/overview.qmd