-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
38 lines (35 loc) · 1.09 KB
/
_pkgdown.yml
File metadata and controls
38 lines (35 loc) · 1.09 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
url: https://hub.analythium.io/tryr
home:
title: "tryr: Client/Server Error Handling for HTTP APIs"
description: |
Differentiate client errors (4xx)
from server errors (5xx) for the Plumber and
RestRserve HTTP API frameworks. The package
includes a with a built-in logging mechanism
to STDOUT or STDERR depending on the log level.
template:
bootstrap: 5
includes:
in_header: |
<script src="https://cdn.usefathom.com/script.js" data-site="XXTESXHY" defer></script>
<link rel="icon" href="https://hub.analythium.io/assets/logo/grays/favicon.ico" />
opengraph:
image:
src: https://hub.analythium.io/assets/web/tryr.png
alt: "tryr: Try/catch mechanisms for Plumber APIs"
twitter:
creator: "@psolymos"
site: "@analythium"
card: summary_large_image
navbar:
structure:
right: [search, twitter, github]
components:
twitter:
icon: fa-twitter
href: https://twitter.com/analythium
aria-label: Twitter
github:
icon: fa-github
href: https://github.com/analythium/tryr
aria-label: GitHub