-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
66 lines (66 loc) · 2.04 KB
/
_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
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
url: https://statismike.github.io/shiny.reglog/
template:
bootstrap: 5
bootswatch: flatly
navbar:
components:
articles:
text: Articles
menu:
- text: RegLogServer object and its fields and methods
href: articles/RegLogServer_object.html
- text: Creating custom RegLogConnector handlers
href: articles/create_custom_handlers.html
reference:
- title: RegLog demonstation shinyApp
- contents:
- RegLogDemo
- title: Server components of RegLogSystem
- contents:
- RegLogServer
- RegLogDBIConnector
- RegLogGsheetConnector
- RegLogMongoConnector
- RegLogEmayiliConnector
- RegLogGmailrConnector
- title: UI components of RegLogSystem
- contents:
- RegLog_login_UI
- RegLog_register_UI
- RegLog_credsEdit_UI
- RegLog_resetPass_UI
- title: Database creation
desc: Functions that facitilate creation of the database needed for RegLog system
- contents:
- DBI_tables_create
- gsheet_tables_create
- mongo_tables_create
- title: Advanced functions and objects
- subtitle: Customizing texts
desc: >-
This function is used mostly internally, but you can also use it interactively
to check which texts are used to provide custom ones to the `RegLogServer`
- contents:
- RegLog_txt
- subtitle: Customizing connectors and messages
desc: >-
Parse connector messages yourself to trigger default handler functions
or custom ones (read vignettes for more information).
You can also create your own connector!
- contents:
- RegLogConnectorMessage
- RegLogConnector
- subtitle: Various utility functions
- contents:
- db_timestamp
- mailMessageAttachment
- subtitle: Default handler functions
desc: >-
All of these are used only internally and aren't exported. You can inspect these
to better understand inner-workings of the RegLog system to create custom
handler functions.
- contents:
- has_concept("gsheet_handler", internal = TRUE)
- has_concept("DBI_handler", internal = TRUE)
- has_concept("mongo_handler", internal = TRUE)
- has_concept("mail_handler", internal = TRUE)