-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
136 lines (117 loc) · 3.25 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
project:
type: website
preview:
port: 3637
execute:
freeze: auto
website:
title: "feidlambda"
description: "Koleksi User Defined LAMBDA (UDL) oleh FIAKO Engineering"
site-url: https://lambda.fiako.engineering
repo-url: https://github.com/fiakoenjiniring/feidlambda
repo-actions: [edit, issue]
reader-mode: true
search:
location: navbar
type: textbox
page-navigation: true
# FOR TWITTER / open-graph
image: /assets/original_feidlambda_logo.png
favicon: /assets/original_feidlambda_logo.png
## NAVIGATION BAR
navbar:
title: FIAKO-FEIDLAMBDA
background: dark
# foreground: warning
# pinned: false
collapse: true
logo: /assets/original_feidlambda_logo.png
left:
- text: Home
href: index.qmd
- text: feidlambda
menu:
- href: release/source-code.qmd
- href: release/feidlambda-0-4.qmd
- href: release/feidlambda-0-3.qmd
- href: release/feidlambda-0-2-0.qmd
- href: release/feidlambda-0-1-0.qmd
- text: feid*
menu:
- href: release/feidmath-0-1.qmd
- text: Dokumentasi
menu:
- text: LAMBDA Stlye Guide
href: docs/lambda-style-guide.qmd
- href: docs/install.qmd
- href: docs/glossary.qmd
- text: Artikel
menu:
- href: article/migration-v0-2-to-v0-3.qmd
- text: greenhorn-feidl2022
href: greenhorn/feidlambda-2/presentation.qmd
- text: FEIDLAMBDA 2023
menu:
- href: feidl2023/index.qmd
- text: Website
href: https://bit.ly/feidlambda-2023
- text: Webinar
href: https://bit.ly/webinar-feidlambda-2023
right:
- icon: github
href: https://github.com/fiakoenjiniring/feidlambda
sidebar:
- id: side-docs
style: floating
contents:
- section: "Dokumentasi"
contents:
- href: docs/install.qmd
- href: docs/glossary.qmd
- id: side-feidlambda
style: floating
contents:
- section: Basics
contents:
- "yoooo"
- "aaaa"
- id: side-feidlambda-2
style: floating
contents:
- text: Pendahuluan
href: greenhorn/feidlambda-2/index.qmd
- text: Presentasi
href: greenhorn/feidlambda-2/presentation.qmd
- Review Daftar Istilah
- section: Explorasi tentang _Logical_
contents:
- Fungsi Logical
- Logical dan Number
- Fungsi `IS*`
- section: _Dynamic Array Formula_ (DAF)
contents:
- Menyeleksi/memilih data
- Membangkitkan data
- Menyusun data
- Mencari data
- section: Fungsi Baru dari Excel 2019 dan 2021
contents:
- Penggabungan Teks
- Koleksi `IF*`
- section: User Defined _Lambda_ (UDL)
contents:
- LAMBDA dan UDL
- Contoh
- Pengembangan lebih lanjut
## SIDEBAR
page-footer:
right: >-
developed by **fiako**dev
left: >-
© 2022-2023 PT. FIAKO ENJINIRING INDONESIA
format:
html:
theme: journal # lux, materia, minty, sandstone, spacelab, yeti, zephyr
css: styles.css
toc: true
link-external-newwindow: true