-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
91 lines (86 loc) · 2.46 KB
/
Copy path_quarto.yml
File metadata and controls
91 lines (86 loc) · 2.46 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
project:
type: seedcase-theme
website:
title: "Seedcase Flower"
site-url: "https://flower.seedcase-project.org"
repo-url: "https://github.com/seedcase-project/seedcase-flower"
favicon: "_extensions/seedcase-project/seedcase-theme/logos/flower/icon.svg"
page-navigation: true
navbar:
pinned: true
title: false
logo: "_extensions/seedcase-project/seedcase-theme/logos/flower/navbar.svg"
logo-alt: "seedcase flower logo: Main page"
left:
- text: "Overview"
href: docs/index.qmd
- text: "Guide"
href: docs/guide/index.qmd
- text: "Design"
href: docs/design/index.qmd
# - text: "Reference"
# href: docs/reference/index.qmd
tools:
- icon: github
href: "https://github.com/seedcase-project/seedcase-flower"
aria-label: "GitHub icon: Source code"
- icon: house
href: "https://seedcase-project.org"
aria-label: "House icon: Main website for the Seedcase Project"
sidebar:
- id: overview
pinned: true
style: "floating"
contents:
- docs/index.qmd
- CHANGELOG.qmd
- CONTRIBUTING.md
- id: design
contents:
- text: "Design"
href: docs/design/index.qmd
- text: "Architecture"
href: docs/design/architecture.qmd
- section: "Interface"
href: docs/design/interface/index.qmd
contents:
- docs/design/interface/inputs.qmd
- docs/design/interface/outputs.qmd
- docs/design/interface/cli.qmd
- docs/design/interface/config.qmd
- docs/design/interface/python.qmd
- id: guide
contents:
- section: "Guide"
href: docs/guide/index.qmd
contents:
- docs/guide/installation.qmd
- docs/guide/cli.qmd
- docs/guide/custom-styles.qmd
quartodoc:
sidebar: "docs/reference/_sidebar.yml"
style: "pkgdown"
dir: "docs/reference"
package: "seedcase_flower"
parser: google
dynamic: true
renderer:
style: _renderer.py
table_style: description-list
show_signature_annotations: true
sections:
- title: CLI functions
desc: "Functions available via the command line interface."
contents:
- build
- view
metadata-files:
- docs/reference/_sidebar.yml
format:
seedcase-theme-html:
include-before-body:
- "docs/includes/site-counter.html"
editor:
markdown:
wrap: 72
canonical: true