-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
41 lines (30 loc) · 834 Bytes
/
_pkgdown.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
url: https://jrosell.github.io/ambhtmx
home:
links:
- text: ambiorix reference
href: https://ambiorix.dev/docs/ambiorix
- text: htmltools reference
href: https://rstudio.github.io/htmltools/reference/index.html
- text: htmx reference
href: https://htmx.org/reference/
reference:
- title: Main ambhtmx functions
contents:
- has_keyword("ambhtmx")
- title: Authentication functions
desc: >
Some functions to help process login, logout and authentication.
contents:
- has_keyword("auth")
- title: Components
desc: >
More tags and and tools to build new components and pages.
contents:
- has_keyword("components")
- title: Rendering
desc: >
Some functions to help rendering and processing tags and pages.
contents:
- has_keyword("rendering")
development:
mode: auto