-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yaml
59 lines (56 loc) · 1.6 KB
/
_quarto.yaml
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
project:
type: website
render:
- /src/**/index.qmd
- index.qmd
- /cards/*.qmd
- /src/documentation/elasticsearch.qmd
website:
page-navigation: true
title: "Moteur de recherche d'adresse Gaïa"
site-url: "https://inseefrlab.github.io/address-search-gaia-docs"
repo-url: "https://github.com/InseeFrLab/address-search-gaia-docs"
open-graph: true
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
right:
- text: "License"
href: LICENSE
navbar:
logo: https://upload.wikimedia.org/wikipedia/fr/thumb/1/10/Logo_Insee.svg/1200px-Logo_Insee.svg.png
align: center
title: false
collapse-below: lg
right:
- icon: github
href: "https://github.com/InseeFrLab/address-search-gaia-docs"
aria-label: GitHub
left:
- href: index.qmd
text: Accueil
sidebar:
- style: "docked"
background: light
contents:
- section: "Navigation"
contents:
- text: "Accueil"
href: "src/documentation/index.qmd"
- text: "Identification d'adresse avec ElasticSearch"
href: "src/documentation/elasticsearch.qmd"
format:
html:
theme:
light: [cosmo, style/styles.scss]
dark: [cyborg, style/styles.scss]
reference-location: margin
toc: true
code-copy: true
code-overflow: wrap
include-in-header: "style/fontawesome.html"
header-includes: |
<link rel="icon" type="image/png" sizes="32x32" href="src/_extensions/InseeFrLab/onyxia/favicon-32x32.png">
publish:
gh-pages:
branch: gh-pages
dist: _site