-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
41 lines (39 loc) · 915 Bytes
/
_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
project:
type: website
output-dir: _site
render:
- "*.qmd"
- "!changelog.md"
website:
title: "imfp"
search: true
navbar:
left:
- text: Quickstart
href: index.qmd
- text: Installation
href: docs/installation.qmd
- text: Databases
href: docs/databases.qmd
- text: Parameters
href: docs/parameters.qmd
- text: Datasets
href: docs/datasets.qmd
- text: Usage
href: docs/usage.qmd
- text: Rate Limits
href: docs/rate_limits.qmd
- text: Demo
href: docs/demo.qmd
right:
- icon: github
href: https://github.com/Promptly-Technologies-LLC/imfp
page-footer:
left: "Copyright 2024, Promptly Technologies, LLC. MIT License."
right:
- icon: github
href: https://github.com/Promptly-Technologies-LLC/imfp
format:
html:
theme: cosmo
toc: true