-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
25 lines (20 loc) · 1009 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
url: https://ohdsi.github.io/omock/
template:
bootstrap: 5
reference:
- title: "Mock CDM Initialization"
desc: "This group includes functions that initialize the foundational structures required for the mock CDM environment."
contents:
- matches("mockCdmReference|mockCdmFromTables")
- title: "Mock Table Creation"
desc: "These functions are focused on adding mock data tables based on the initialized CDM structure."
contents:
- matches("mockPerson|mockObservationPeriod|mockConditionOccurrence|mockDeath|mockDrugExposure|mockMeasurement|mockObservation|mockProcedureOccurrence|mockVisitOccurrence")
- title: "Vocabulary Tables Creation"
desc: "This group includes functions that set up vocabulary tables."
contents:
- matches("mockVocabularyTables|mockConcepts")
- title: "Cohort Tables Creation"
desc: "These functions are focused on adding mock cohort tables based on the initialized CDM structure."
contents:
- matches("mockCohort")