-
Notifications
You must be signed in to change notification settings - Fork 185
/
_quarto.yml
66 lines (60 loc) · 1.84 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
# Cloned from https://github.com/TileDB-Inc/tiledb-quarto-template
project:
type: website
output-dir: docs
format:
html:
toc: true
theme:
light: [flatly, "quarto-materials/tiledb.scss"]
mainfont: Helvetica
fontsize: 1rem
linkcolor: "#4d9fff"
code-copy: true
code-overflow: wrap
css: "quarto-materials/tiledb.css"
website:
favicon: "images/favicon.ico"
repo-url: https://github.com/TileDB-Inc/TileDB
page-navigation: true
navbar:
background: light
logo: "quarto-materials/tiledb-logo.png"
collapse-below: lg
left:
- text: "Home page"
href: "https://tiledb.com"
- text: "Contact us"
href: "https://tiledb.com/contact"
- text: "Repo"
href: "https://github.com/TileDB-Inc/TileDB"
sidebar:
- id: placeholder
title: ""
style: "floating"
collapse-level: 2
align: left
contents:
- href: 'index.md'
- section: 'Format Specification'
href: "format_spec/FORMAT_SPEC.md"
contents:
- section: 'Array'
contents:
- href: "format_spec/array_file_hierarchy.md"
- href: "format_spec/array_schema.md"
- href: "format_spec/fragment.md"
- href: "format_spec/array_metadata.md"
- href: "format_spec/tile.md"
- href: "format_spec/generic_tile.md"
- section: 'Group'
contents:
- href: "format_spec/group_file_hierarchy.md"
- section: 'Other'
contents:
- href: "format_spec/consolidated_fragment_metadata_file.md"
- href: "format_spec/filter_pipeline.md"
- href: "format_spec/vacuum_file.md"
- section: 'Developer Docs'
contents:
- "doc/dev/style/index.md"