@adminide-stack/clock-tik-browser 12.0.17-alpha.0 → 12.0.17-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/HelpCenterFooter.js +2 -2
- package/lib/components/HelpCenterHeader.js +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +56 -91
- package/lib/components/Logo.js.map +1 -1
- package/lib/compute.js +6 -6
- package/lib/compute.js.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +14 -14
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +13 -9
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/index.js +6 -6
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/utils/markdownLoader.d.ts +2 -0
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +1523 -1097
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +2 -2
|
@@ -38,83 +38,806 @@ const extractHeadings = markdownContent => {
|
|
|
38
38
|
// Function to load markdown content dynamically
|
|
39
39
|
const loadMarkdownContent = async contentId => {
|
|
40
40
|
try {
|
|
41
|
-
// Map content IDs to file paths
|
|
41
|
+
// Map content IDs to file paths based on actual content structure
|
|
42
42
|
const contentPathMap = {
|
|
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
|
-
'
|
|
43
|
+
// Documentation files
|
|
44
|
+
'add-time-for-others': '/content/docs/add-time-for-others.md',
|
|
45
|
+
alerts: '/content/docs/Alerts.md',
|
|
46
|
+
'budget-and-estimates': '/content/docs/budget-and-estimates.md',
|
|
47
|
+
'bulk-edit': '/content/docs/bulk-edit.md',
|
|
48
|
+
'change-mail-address': '/content/docs/change-mail-address.md',
|
|
49
|
+
'choose-payment-method': '/content/docs/choose-payment-method.md',
|
|
50
|
+
clockbook: '/content/docs/clockbook.md',
|
|
51
|
+
'control-accounts': '/content/docs/control-accounts.md',
|
|
52
|
+
'csv-file-format': '/content/docs/csv-file-format.md',
|
|
53
|
+
'custom-fields': '/content/docs/custom-fields.md',
|
|
54
|
+
'customize-exports': '/content/docs/customize-exports.md',
|
|
55
|
+
'deleting-account': '/content/docs/deleting-account.md',
|
|
56
|
+
doc1: '/content/docs/doc1.md',
|
|
57
|
+
'force-timer': '/content/docs/force-timer.md',
|
|
58
|
+
'formatting-project-note': '/content/docs/formatting-project-note.md',
|
|
59
|
+
gettingstarted: '/content/docs/gettingstarted.md',
|
|
60
|
+
'gps-tracking': '/content/docs/GPS-tracking.md',
|
|
61
|
+
'hide-time-and-pages': '/content/docs/hide-time-and-pages.md',
|
|
62
|
+
'how-are-activity-levels-calculated': '/content/docs/how-are-activity-levels-calculated.md',
|
|
63
|
+
'import-clients-projects': '/content/docs/import-clients-projects.md',
|
|
64
|
+
'import-timesheets': '/content/docs/import-timesheets.md',
|
|
65
|
+
'inviting-users': '/content/docs/inviting-users.md',
|
|
66
|
+
invoicing: '/content/docs/Invoicing.md',
|
|
67
|
+
'labor-cost-and-profit': '/content/docs/labor-cost-and-profit.md',
|
|
68
|
+
'lock-timesheets': '/content/docs/lock-timesheets.md',
|
|
69
|
+
'manager-role': '/content/docs/manager-role.md',
|
|
70
|
+
'managing-people-on-projects': '/content/docs/managing-people-on-projects.md',
|
|
71
|
+
'managing-projects': '/content/docs/managing-projects.md',
|
|
72
|
+
mdx: '/content/docs/mdx.md',
|
|
73
|
+
paypalsetup: '/content/docs/paypalsetup.md',
|
|
74
|
+
'profile-settings': '/content/docs/profile-settings.md',
|
|
75
|
+
'project-filter': '/content/docs/project-filter.md',
|
|
76
|
+
'project-templates': '/content/docs/project-templates.md',
|
|
77
|
+
reports: '/content/docs/reports.md',
|
|
78
|
+
'required-fields': '/content/docs/required-fields.md',
|
|
79
|
+
'scheduled-reports': '/content/docs/scheduled-reports.md',
|
|
80
|
+
screenshots: '/content/docs/Screenshots.md',
|
|
81
|
+
'single-sign-on': '/content/docs/single-sign-on.md',
|
|
82
|
+
'targets-and-reminders': '/content/docs/targets-and-reminders.md',
|
|
83
|
+
'task-rates': '/content/docs/task-rates.md',
|
|
84
|
+
'time-approval': '/content/docs/time-approval.md',
|
|
85
|
+
'time-audit': '/content/docs/time-audit.md',
|
|
86
|
+
'time-rounding': '/content/docs/time-rounding.md',
|
|
87
|
+
'time-zones': '/content/docs/time-zones.md',
|
|
88
|
+
timetracking: '/content/docs/timetracking.md',
|
|
89
|
+
'timetracking-main': '/content/docs/timetracking-main.md',
|
|
90
|
+
'tracking-project-progress': '/content/docs/tracking-project-progress.md',
|
|
91
|
+
'upgrade-and-subscription': '/content/docs/upgrade-and-subscription.md',
|
|
92
|
+
'user-groups': '/content/docs/user-groups.md',
|
|
93
|
+
users: '/content/docs/users.md',
|
|
94
|
+
'who-can-do-what': '/content/docs/who-can-do-what.md',
|
|
95
|
+
'working-with-tasks': '/content/docs/working-with-tasks.md',
|
|
96
|
+
workspaces: '/content/docs/workspaces.md',
|
|
97
|
+
// Blog files
|
|
98
|
+
'time-rounding-blog': '/content/blog/2020-09-01-time-rounding.md',
|
|
99
|
+
'competitive-pricing': '/content/blog/2021-05-01-competitive-pricing.md',
|
|
100
|
+
'remote-work-plan': '/content/blog/2021-05-18-remote-work-plan.md',
|
|
101
|
+
'remote-work-app-2021': '/content/blog/2021-06-02-remote-work-app-2021.md',
|
|
102
|
+
'next-virtual-phone-assistant': '/content/blog/2021-06-03-next-virtual-phone-assistant.md',
|
|
103
|
+
'virtual-assistant-services': '/content/blog/2021-06-03-virtual-assistant-services.md',
|
|
104
|
+
'alternatives-of-google-sheets-timesheets': '/content/blog/2021-06-18-alternatives-of-google-sheets-timesheets.md',
|
|
105
|
+
'best-freelance-invoice-template': '/content/blog/2021-06-18-best-freelance-invoice-template.md',
|
|
106
|
+
'disadvantages-of-offshoring': '/content/blog/2021-06-18-disadvantages-of-offshoring.md',
|
|
107
|
+
'everythig-you-need-to-know-about-the-future-of-coworking-trends': '/content/blog/2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends.md',
|
|
108
|
+
'top-trends-companies-pros-cons': '/content/blog/2021-06-18-top-trends-companies-pros-cons.md',
|
|
109
|
+
'2021-guide-to-project-management-methodology': '/content/blog/2021-07-12-2021-guide-to-project-management-methodology.md',
|
|
110
|
+
'8-hour-workday-schedule': '/content/blog/2021-07-12-8-hour-workday-schedule.md',
|
|
111
|
+
'filling-work-time-reports-made-easy': '/content/blog/2021-07-12-filling-work-time-reports-made-easy.md',
|
|
112
|
+
'make-breakdown-of-your-workday': '/content/blog/2021-07-12-make-breakdown-of-your-workday.md',
|
|
113
|
+
'ways-to-keep-your-team-inspired': '/content/blog/2021-07-12-ways-to-keep-your-team-inspired.md',
|
|
114
|
+
'how-to-keep-your-team-inspired': '/content/blog/2021-08-11-how-to-keep-your-team-inspired.md',
|
|
115
|
+
'the-reasons-behind-employee-burnout': '/content/blog/2021-08-12-the-reasons-behind-employee-burnout.md',
|
|
116
|
+
'time-tracking-for-construction-industry': '/content/blog/2021-08-13-time-tracking-for-construction-industry.md',
|
|
117
|
+
'tracking-benefits-in-the-light-of-users-feedback': '/content/blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback.md',
|
|
118
|
+
// API Documentation files - All 722 files from /content/docs/api/
|
|
119
|
+
'api-directives-additional-labels': '/content/docs/api/directives/additional-labels.mdx',
|
|
120
|
+
'api-directives-cypher': '/content/docs/api/directives/cypher.mdx',
|
|
121
|
+
'api-directives-deprecated': '/content/docs/api/directives/deprecated.mdx',
|
|
122
|
+
'api-directives-id': '/content/docs/api/directives/id.mdx',
|
|
123
|
+
'api-directives-include': '/content/docs/api/directives/include.mdx',
|
|
124
|
+
'api-directives-index': '/content/docs/api/directives/index.mdx',
|
|
125
|
+
'api-directives-mutation-meta': '/content/docs/api/directives/mutation-meta.mdx',
|
|
126
|
+
'api-directives-neo-4-j-ignore': '/content/docs/api/directives/neo-4-j-ignore.mdx',
|
|
127
|
+
'api-directives-relation': '/content/docs/api/directives/relation.mdx',
|
|
128
|
+
'api-directives-skip': '/content/docs/api/directives/skip.mdx',
|
|
129
|
+
'api-directives-specified-by': '/content/docs/api/directives/specified-by.mdx',
|
|
130
|
+
'api-directives-unique': '/content/docs/api/directives/unique.mdx',
|
|
131
|
+
'api-enums-abstract-collection-ordering': '/content/docs/api/enums/abstract-collection-ordering.mdx',
|
|
132
|
+
'api-enums-abstract-has-citation-ordering': '/content/docs/api/enums/abstract-has-citation-ordering.mdx',
|
|
133
|
+
'api-enums-abstract-mentions-ordering': '/content/docs/api/enums/abstract-mentions-ordering.mdx',
|
|
134
|
+
'api-enums-abstract-ordering': '/content/docs/api/enums/abstract-ordering.mdx',
|
|
135
|
+
'api-enums-affiliation-ordering': '/content/docs/api/enums/affiliation-ordering.mdx',
|
|
136
|
+
'api-enums-age-group-ordering': '/content/docs/api/enums/age-group-ordering.mdx',
|
|
137
|
+
'api-enums-age-range-ordering': '/content/docs/api/enums/age-range-ordering.mdx',
|
|
138
|
+
'api-enums-anatomy-ordering': '/content/docs/api/enums/anatomy-ordering.mdx',
|
|
139
|
+
'api-enums-applicant-ordering': '/content/docs/api/enums/applicant-ordering.mdx',
|
|
140
|
+
'api-enums-arm-ordering': '/content/docs/api/enums/arm-ordering.mdx',
|
|
141
|
+
'api-enums-associates-da-g-ordering': '/content/docs/api/enums/associates-da-g-ordering.mdx',
|
|
142
|
+
'api-enums-association-ordering': '/content/docs/api/enums/association-ordering.mdx',
|
|
143
|
+
'api-enums-author-collection-ordering': '/content/docs/api/enums/author-collection-ordering.mdx',
|
|
144
|
+
'api-enums-author-ordering': '/content/docs/api/enums/author-ordering.mdx',
|
|
145
|
+
'api-enums-bio-specimen-ordering': '/content/docs/api/enums/bio-specimen-ordering.mdx',
|
|
146
|
+
'api-enums-body-text-collection-ordering': '/content/docs/api/enums/body-text-collection-ordering.mdx',
|
|
147
|
+
'api-enums-body-text-ordering': '/content/docs/api/enums/body-text-ordering.mdx',
|
|
148
|
+
'api-enums-child-ordering': '/content/docs/api/enums/child-ordering.mdx',
|
|
149
|
+
'api-enums-citation-ordering': '/content/docs/api/enums/citation-ordering.mdx',
|
|
150
|
+
'api-enums-city-ordering': '/content/docs/api/enums/city-ordering.mdx',
|
|
151
|
+
'api-enums-clinical-trial-ordering': '/content/docs/api/enums/clinical-trial-ordering.mdx',
|
|
152
|
+
'api-enums-collaborator-ordering': '/content/docs/api/enums/collaborator-ordering.mdx',
|
|
153
|
+
'api-enums-completed-ordering': '/content/docs/api/enums/completed-ordering.mdx',
|
|
154
|
+
'api-enums-compound-ordering': '/content/docs/api/enums/compound-ordering.mdx',
|
|
155
|
+
'api-enums-condition-ordering': '/content/docs/api/enums/condition-ordering.mdx',
|
|
156
|
+
'api-enums-contact-ordering': '/content/docs/api/enums/contact-ordering.mdx',
|
|
157
|
+
'api-enums-cooperative-patent-classification-ordering': '/content/docs/api/enums/cooperative-patent-classification-ordering.mdx',
|
|
158
|
+
'api-enums-country-ordering': '/content/docs/api/enums/country-ordering.mdx',
|
|
159
|
+
'api-enums-current-female-ordering': '/content/docs/api/enums/current-female-ordering.mdx',
|
|
160
|
+
'api-enums-current-male-ordering': '/content/docs/api/enums/current-male-ordering.mdx',
|
|
161
|
+
'api-enums-current-total-ordering': '/content/docs/api/enums/current-total-ordering.mdx',
|
|
162
|
+
'api-enums-daily-reported-ordering': '/content/docs/api/enums/daily-reported-ordering.mdx',
|
|
163
|
+
'api-enums-daily-report-ordering': '/content/docs/api/enums/daily-report-ordering.mdx',
|
|
164
|
+
'api-enums-description-ordering': '/content/docs/api/enums/description-ordering.mdx',
|
|
165
|
+
'api-enums-design-ordering': '/content/docs/api/enums/design-ordering.mdx',
|
|
166
|
+
'api-enums-disease-is-a-ordering': '/content/docs/api/enums/disease-is-a-ordering.mdx',
|
|
167
|
+
'api-enums-disease-ordering': '/content/docs/api/enums/disease-ordering.mdx',
|
|
168
|
+
'api-enums-entity-ordering': '/content/docs/api/enums/entity-ordering.mdx',
|
|
169
|
+
'api-enums-exclusion-criteria-ordering': '/content/docs/api/enums/exclusion-criteria-ordering.mdx',
|
|
170
|
+
'api-enums-expressed-ordering': '/content/docs/api/enums/expressed-ordering.mdx',
|
|
171
|
+
'api-enums-facility-ordering': '/content/docs/api/enums/facility-ordering.mdx',
|
|
172
|
+
'api-enums-fragment-ordering': '/content/docs/api/enums/fragment-ordering.mdx',
|
|
173
|
+
'api-enums-from-abstract-mentions-ordering': '/content/docs/api/enums/from-abstract-mentions-ordering.mdx',
|
|
174
|
+
'api-enums-from-abstract-ordering': '/content/docs/api/enums/from-abstract-ordering.mdx',
|
|
175
|
+
'api-enums-from-body-text-mentions-ordering': '/content/docs/api/enums/from-body-text-mentions-ordering.mdx',
|
|
176
|
+
'api-enums-from-body-text-ordering': '/content/docs/api/enums/from-body-text-ordering.mdx',
|
|
177
|
+
'api-enums-from-patent-abstract-ordering': '/content/docs/api/enums/from-patent-abstract-ordering.mdx',
|
|
178
|
+
'api-enums-from-patent-claim-ordering': '/content/docs/api/enums/from-patent-claim-ordering.mdx',
|
|
179
|
+
'api-enums-from-patent-description-ordering': '/content/docs/api/enums/from-patent-description-ordering.mdx',
|
|
180
|
+
'api-enums-from-patent-title-ordering': '/content/docs/api/enums/from-patent-title-ordering.mdx',
|
|
181
|
+
'api-enums-gender-ordering': '/content/docs/api/enums/gender-ordering.mdx',
|
|
182
|
+
'api-enums-gene-codes-ordering': '/content/docs/api/enums/gene-codes-ordering.mdx',
|
|
183
|
+
'api-enums-gene-ordering': '/content/docs/api/enums/gene-ordering.mdx',
|
|
184
|
+
'api-enums-gene-symbol-ordering': '/content/docs/api/enums/gene-symbol-ordering.mdx',
|
|
185
|
+
'api-enums-go-term-ordering': '/content/docs/api/enums/go-term-ordering.mdx',
|
|
186
|
+
'api-enums-gtex-detailed-tissue-ordering': '/content/docs/api/enums/gtex-detailed-tissue-ordering.mdx',
|
|
187
|
+
'api-enums-gtex-sample-ordering': '/content/docs/api/enums/gtex-sample-ordering.mdx',
|
|
188
|
+
'api-enums-gtex-tissue-ordering': '/content/docs/api/enums/gtex-tissue-ordering.mdx',
|
|
189
|
+
'api-enums-has-abstract-ordering': '/content/docs/api/enums/has-abstract-ordering.mdx',
|
|
190
|
+
'api-enums-has-author-ordering': '/content/docs/api/enums/has-author-ordering.mdx',
|
|
191
|
+
'api-enums-has-body-text-ordering': '/content/docs/api/enums/has-body-text-ordering.mdx',
|
|
192
|
+
'api-enums-has-citation-ordering': '/content/docs/api/enums/has-citation-ordering.mdx',
|
|
193
|
+
'api-enums-has-cooperative-patent-classification-ordering': '/content/docs/api/enums/has-cooperative-patent-classification-ordering.mdx',
|
|
194
|
+
'api-enums-has-international-patent-classification-ordering': '/content/docs/api/enums/has-international-patent-classification-ordering.mdx',
|
|
195
|
+
'api-enums-has-lens-id-ordering': '/content/docs/api/enums/has-lens-id-ordering.mdx',
|
|
196
|
+
'api-enums-has-non-patent-literature-citation-ordering': '/content/docs/api/enums/has-non-patent-literature-citation-ordering.mdx',
|
|
197
|
+
'api-enums-has-paper-id-ordering': '/content/docs/api/enums/has-paper-id-ordering.mdx',
|
|
198
|
+
'api-enums-has-patent-abstract-ordering': '/content/docs/api/enums/has-patent-abstract-ordering.mdx',
|
|
199
|
+
'api-enums-has-patent-claim-ordering': '/content/docs/api/enums/has-patent-claim-ordering.mdx',
|
|
200
|
+
'api-enums-has-patent-description-ordering': '/content/docs/api/enums/has-patent-description-ordering.mdx',
|
|
201
|
+
'api-enums-has-patent-literature-citation-ordering': '/content/docs/api/enums/has-patent-literature-citation-ordering.mdx',
|
|
202
|
+
'api-enums-has-patent-title-ordering': '/content/docs/api/enums/has-patent-title-ordering.mdx',
|
|
203
|
+
'api-enums-has-reference-ordering': '/content/docs/api/enums/has-reference-ordering.mdx',
|
|
204
|
+
'api-enums-has-us-patent-classification-ordering': '/content/docs/api/enums/has-us-patent-classification-ordering.mdx',
|
|
205
|
+
'api-enums-inclusion-criteria-ordering': '/content/docs/api/enums/inclusion-criteria-ordering.mdx',
|
|
206
|
+
'api-enums-international-patent-classification-ordering': '/content/docs/api/enums/international-patent-classification-ordering.mdx',
|
|
207
|
+
'api-enums-intervention-ordering': '/content/docs/api/enums/intervention-ordering.mdx',
|
|
208
|
+
'api-enums-inventor-ordering': '/content/docs/api/enums/inventor-ordering.mdx',
|
|
209
|
+
'api-enums-investigator-ordering': '/content/docs/api/enums/investigator-ordering.mdx',
|
|
210
|
+
'api-enums-is-activator-ordering': '/content/docs/api/enums/is-activator-ordering.mdx',
|
|
211
|
+
'api-enums-is-agonist-ordering': '/content/docs/api/enums/is-agonist-ordering.mdx',
|
|
212
|
+
'api-enums-is-antagonist-ordering': '/content/docs/api/enums/is-antagonist-ordering.mdx',
|
|
213
|
+
'api-enums-is-a-ordering': '/content/docs/api/enums/is-a-ordering.mdx',
|
|
214
|
+
'api-enums-is-binder-ordering': '/content/docs/api/enums/is-binder-ordering.mdx',
|
|
215
|
+
'api-enums-is-inhibitor-ordering': '/content/docs/api/enums/is-inhibitor-ordering.mdx',
|
|
216
|
+
'api-enums-keyword-ordering': '/content/docs/api/enums/keyword-ordering.mdx',
|
|
217
|
+
'api-enums-latest-ordering': '/content/docs/api/enums/latest-ordering.mdx',
|
|
218
|
+
'api-enums-latest-reported-ordering': '/content/docs/api/enums/latest-reported-ordering.mdx',
|
|
219
|
+
'api-enums-lens-id-ordering': '/content/docs/api/enums/lens-id-ordering.mdx',
|
|
220
|
+
'api-enums-link-ordering': '/content/docs/api/enums/link-ordering.mdx',
|
|
221
|
+
'api-enums-localizes-dla-ordering': '/content/docs/api/enums/localizes-dla-ordering.mdx',
|
|
222
|
+
'api-enums-location-ordering': '/content/docs/api/enums/location-ordering.mdx',
|
|
223
|
+
'api-enums-maps-gene-ordering': '/content/docs/api/enums/maps-gene-ordering.mdx',
|
|
224
|
+
'api-enums-maps-gene-symbol-ordering': '/content/docs/api/enums/maps-gene-symbol-ordering.mdx',
|
|
225
|
+
'api-enums-maps-gene-symbols-with-omited-special-char-ordering': '/content/docs/api/enums/maps-gene-symbols-with-omited-special-char-ordering.mdx',
|
|
226
|
+
'api-enums-maps-gene-symbols-with-omit-length-ordering': '/content/docs/api/enums/maps-gene-symbols-with-omit-length-ordering.mdx',
|
|
227
|
+
'api-enums-maps-gene-symbols-with-omit-word-ordering': '/content/docs/api/enums/maps-gene-symbols-with-omit-word-ordering.mdx',
|
|
228
|
+
'api-enums-maps-protein-ordering': '/content/docs/api/enums/maps-protein-ordering.mdx',
|
|
229
|
+
'api-enums-maps-transcript-ordering': '/content/docs/api/enums/maps-transcript-ordering.mdx',
|
|
230
|
+
'api-enums-member-ordering': '/content/docs/api/enums/member-ordering.mdx',
|
|
231
|
+
'api-enums-named-entity-ordering': '/content/docs/api/enums/named-entity-ordering.mdx',
|
|
232
|
+
'api-enums-non-patent-literature-citation-ordering': '/content/docs/api/enums/non-patent-literature-citation-ordering.mdx',
|
|
233
|
+
'api-enums-observation-period-ordering': '/content/docs/api/enums/observation-period-ordering.mdx',
|
|
234
|
+
'api-enums-omit-length-ordering': '/content/docs/api/enums/omit-length-ordering.mdx',
|
|
235
|
+
'api-enums-omit-special-char-ordering': '/content/docs/api/enums/omit-special-char-ordering.mdx',
|
|
236
|
+
'api-enums-omit-word-ordering': '/content/docs/api/enums/omit-word-ordering.mdx',
|
|
237
|
+
'api-enums-outcome-ordering': '/content/docs/api/enums/outcome-ordering.mdx',
|
|
238
|
+
'api-enums-owner-ordering': '/content/docs/api/enums/owner-ordering.mdx',
|
|
239
|
+
'api-enums-paper-id-ordering': '/content/docs/api/enums/paper-id-ordering.mdx',
|
|
240
|
+
'api-enums-paper-ordering': '/content/docs/api/enums/paper-ordering.mdx',
|
|
241
|
+
'api-enums-part-of-ordering': '/content/docs/api/enums/part-of-ordering.mdx',
|
|
242
|
+
'api-enums-patent-abstract-mentions-gene-symbol-ordering': '/content/docs/api/enums/patent-abstract-mentions-gene-symbol-ordering.mdx',
|
|
243
|
+
'api-enums-patent-abstract-ordering': '/content/docs/api/enums/patent-abstract-ordering.mdx',
|
|
244
|
+
'api-enums-patent-citation-collection-ordering': '/content/docs/api/enums/patent-citation-collection-ordering.mdx',
|
|
245
|
+
'api-enums-patent-claim-mentions-gene-symbol-ordering': '/content/docs/api/enums/patent-claim-mentions-gene-symbol-ordering.mdx',
|
|
246
|
+
'api-enums-patent-claim-ordering': '/content/docs/api/enums/patent-claim-ordering.mdx',
|
|
247
|
+
'api-enums-patent-classification-collection-ordering': '/content/docs/api/enums/patent-classification-collection-ordering.mdx',
|
|
248
|
+
'api-enums-patent-description-mentions-gene-symbol-ordering': '/content/docs/api/enums/patent-description-mentions-gene-symbol-ordering.mdx',
|
|
249
|
+
'api-enums-patent-description-ordering': '/content/docs/api/enums/patent-description-ordering.mdx',
|
|
250
|
+
'api-enums-patent-family-ordering': '/content/docs/api/enums/patent-family-ordering.mdx',
|
|
251
|
+
'api-enums-patent-literature-citation-ordering': '/content/docs/api/enums/patent-literature-citation-ordering.mdx',
|
|
252
|
+
'api-enums-patent-number-ordering': '/content/docs/api/enums/patent-number-ordering.mdx',
|
|
253
|
+
'api-enums-patent-ordering': '/content/docs/api/enums/patent-ordering.mdx',
|
|
254
|
+
'api-enums-patent-title-mentions-gene-symbol-ordering': '/content/docs/api/enums/patent-title-mentions-gene-symbol-ordering.mdx',
|
|
255
|
+
'api-enums-patent-title-ordering': '/content/docs/api/enums/patent-title-ordering.mdx',
|
|
256
|
+
'api-enums-pathway-ordering': '/content/docs/api/enums/pathway-ordering.mdx',
|
|
257
|
+
'api-enums-phase-ordering': '/content/docs/api/enums/phase-ordering.mdx',
|
|
258
|
+
'api-enums-protein-codes-ordering': '/content/docs/api/enums/protein-codes-ordering.mdx',
|
|
259
|
+
'api-enums-protein-ordering': '/content/docs/api/enums/protein-ordering.mdx',
|
|
260
|
+
'api-enums-province-ordering': '/content/docs/api/enums/province-ordering.mdx',
|
|
261
|
+
'api-enums-purpose-ordering': '/content/docs/api/enums/purpose-ordering.mdx',
|
|
262
|
+
'api-enums-reference-collection-ordering': '/content/docs/api/enums/reference-collection-ordering.mdx',
|
|
263
|
+
'api-enums-reference-has-paperid-ordering': '/content/docs/api/enums/reference-has-paperid-ordering.mdx',
|
|
264
|
+
'api-enums-reference-ordering': '/content/docs/api/enums/reference-ordering.mdx',
|
|
265
|
+
'api-enums-reference-type-ordering': '/content/docs/api/enums/reference-type-ordering.mdx',
|
|
266
|
+
'api-enums-relation-directions': '/content/docs/api/enums/relation-directions.mdx',
|
|
267
|
+
'api-enums-response-ordering': '/content/docs/api/enums/response-ordering.mdx',
|
|
268
|
+
'api-enums-responsible-ordering': '/content/docs/api/enums/responsible-ordering.mdx',
|
|
269
|
+
'api-enums-sponsor-ordering': '/content/docs/api/enums/sponsor-ordering.mdx',
|
|
270
|
+
'api-enums-start-ordering': '/content/docs/api/enums/start-ordering.mdx',
|
|
271
|
+
'api-enums-status-ordering': '/content/docs/api/enums/status-ordering.mdx',
|
|
272
|
+
'api-enums-stop-reason-ordering': '/content/docs/api/enums/stop-reason-ordering.mdx',
|
|
273
|
+
'api-enums-study-identification-ordering': '/content/docs/api/enums/study-identification-ordering.mdx',
|
|
274
|
+
'api-enums-study-population-ordering': '/content/docs/api/enums/study-population-ordering.mdx',
|
|
275
|
+
'api-enums-study-type-ordering': '/content/docs/api/enums/study-type-ordering.mdx',
|
|
276
|
+
'api-enums-synonym-length-omitted-ordering': '/content/docs/api/enums/synonym-length-omitted-ordering.mdx',
|
|
277
|
+
'api-enums-synonym-ordering': '/content/docs/api/enums/synonym-ordering.mdx',
|
|
278
|
+
'api-enums-synonym-special-char-omitted-ordering': '/content/docs/api/enums/synonym-special-char-omitted-ordering.mdx',
|
|
279
|
+
'api-enums-synonym-word-omitted-ordering': '/content/docs/api/enums/synonym-word-omitted-ordering.mdx',
|
|
280
|
+
'api-enums-target-ordering': '/content/docs/api/enums/target-ordering.mdx',
|
|
281
|
+
'api-enums-targets-ordering': '/content/docs/api/enums/targets-ordering.mdx',
|
|
282
|
+
'api-enums-title-ordering': '/content/docs/api/enums/title-ordering.mdx',
|
|
283
|
+
'api-enums-transcript-ordering': '/content/docs/api/enums/transcript-ordering.mdx',
|
|
284
|
+
'api-enums-us-patent-classification-ordering': '/content/docs/api/enums/us-patent-classification-ordering.mdx',
|
|
285
|
+
'api-enums-word-ordering': '/content/docs/api/enums/word-ordering.mdx',
|
|
286
|
+
'api-generated': '/content/docs/api/generated.md',
|
|
287
|
+
'api-inputs-abstract-abstract-has-citation-filter': '/content/docs/api/inputs/abstract-abstract-has-citation-filter.mdx',
|
|
288
|
+
'api-inputs-abstract-abstract-mentions-filter': '/content/docs/api/inputs/abstract-abstract-mentions-filter.mdx',
|
|
289
|
+
'api-inputs-abstract-collection-filter': '/content/docs/api/inputs/abstract-collection-filter.mdx',
|
|
290
|
+
'api-inputs-abstract-collection-has-abstract-filter': '/content/docs/api/inputs/abstract-collection-has-abstract-filter.mdx',
|
|
291
|
+
'api-inputs-abstract-filter': '/content/docs/api/inputs/abstract-filter.mdx',
|
|
292
|
+
'api-inputs-abstract-has-abstract-filter': '/content/docs/api/inputs/abstract-has-abstract-filter.mdx',
|
|
293
|
+
'api-inputs-affiliation-filter': '/content/docs/api/inputs/affiliation-filter.mdx',
|
|
294
|
+
'api-inputs-age-group-current-female-filter': '/content/docs/api/inputs/age-group-current-female-filter.mdx',
|
|
295
|
+
'api-inputs-age-group-current-male-filter': '/content/docs/api/inputs/age-group-current-male-filter.mdx',
|
|
296
|
+
'api-inputs-age-group-current-total-filter': '/content/docs/api/inputs/age-group-current-total-filter.mdx',
|
|
297
|
+
'api-inputs-age-group-filter': '/content/docs/api/inputs/age-group-filter.mdx',
|
|
298
|
+
'api-inputs-age-range-filter': '/content/docs/api/inputs/age-range-filter.mdx',
|
|
299
|
+
'api-inputs-anatomy-filter': '/content/docs/api/inputs/anatomy-filter.mdx',
|
|
300
|
+
'api-inputs-anatomy-localizes-dla-filter': '/content/docs/api/inputs/anatomy-localizes-dla-filter.mdx',
|
|
301
|
+
'api-inputs-arm-filter': '/content/docs/api/inputs/arm-filter.mdx',
|
|
302
|
+
'api-inputs-author-collection-filter': '/content/docs/api/inputs/author-collection-filter.mdx',
|
|
303
|
+
'api-inputs-author-collection-has-author-filter': '/content/docs/api/inputs/author-collection-has-author-filter.mdx',
|
|
304
|
+
'api-inputs-author-filter': '/content/docs/api/inputs/author-filter.mdx',
|
|
305
|
+
'api-inputs-bio-specimen-filter': '/content/docs/api/inputs/bio-specimen-filter.mdx',
|
|
306
|
+
'api-inputs-body-text-collection-filter': '/content/docs/api/inputs/body-text-collection-filter.mdx',
|
|
307
|
+
'api-inputs-body-text-collection-has-body-text-filter': '/content/docs/api/inputs/body-text-collection-has-body-text-filter.mdx',
|
|
308
|
+
'api-inputs-body-text-filter': '/content/docs/api/inputs/body-text-filter.mdx',
|
|
309
|
+
'api-inputs-body-text-has-citation-filter': '/content/docs/api/inputs/body-text-has-citation-filter.mdx',
|
|
310
|
+
'api-inputs-child-directions-filter': '/content/docs/api/inputs/child-directions-filter.mdx',
|
|
311
|
+
'api-inputs-child-filter': '/content/docs/api/inputs/child-filter.mdx',
|
|
312
|
+
'api-inputs-citation-filter': '/content/docs/api/inputs/citation-filter.mdx',
|
|
313
|
+
'api-inputs-city-filter': '/content/docs/api/inputs/city-filter.mdx',
|
|
314
|
+
'api-inputs-clinical-trial-filter': '/content/docs/api/inputs/clinical-trial-filter.mdx',
|
|
315
|
+
'api-inputs-collaborator-filter': '/content/docs/api/inputs/collaborator-filter.mdx',
|
|
316
|
+
'api-inputs-completed-filter': '/content/docs/api/inputs/completed-filter.mdx',
|
|
317
|
+
'api-inputs-compound-filter': '/content/docs/api/inputs/compound-filter.mdx',
|
|
318
|
+
'api-inputs-compound-is-activator-filter': '/content/docs/api/inputs/compound-is-activator-filter.mdx',
|
|
319
|
+
'api-inputs-compound-is-agonist-filter': '/content/docs/api/inputs/compound-is-agonist-filter.mdx',
|
|
320
|
+
'api-inputs-compound-is-antagonist-filter': '/content/docs/api/inputs/compound-is-antagonist-filter.mdx',
|
|
321
|
+
'api-inputs-compound-is-binder-filter': '/content/docs/api/inputs/compound-is-binder-filter.mdx',
|
|
322
|
+
'api-inputs-compound-is-inhibitor-filter': '/content/docs/api/inputs/compound-is-inhibitor-filter.mdx',
|
|
323
|
+
'api-inputs-compound-targets-filter': '/content/docs/api/inputs/compound-targets-filter.mdx',
|
|
324
|
+
'api-inputs-condition-filter': '/content/docs/api/inputs/condition-filter.mdx',
|
|
325
|
+
'api-inputs-contact-filter': '/content/docs/api/inputs/contact-filter.mdx',
|
|
326
|
+
'api-inputs-cooperative-patent-classification-filter': '/content/docs/api/inputs/cooperative-patent-classification-filter.mdx',
|
|
327
|
+
'api-inputs-country-current-female-filter': '/content/docs/api/inputs/country-current-female-filter.mdx',
|
|
328
|
+
'api-inputs-country-current-male-filter': '/content/docs/api/inputs/country-current-male-filter.mdx',
|
|
329
|
+
'api-inputs-country-current-total-filter': '/content/docs/api/inputs/country-current-total-filter.mdx',
|
|
330
|
+
'api-inputs-country-filter': '/content/docs/api/inputs/country-filter.mdx',
|
|
331
|
+
'api-inputs-country-part-of-filter': '/content/docs/api/inputs/country-part-of-filter.mdx',
|
|
332
|
+
'api-inputs-daily-report-daily-reported-filter': '/content/docs/api/inputs/daily-report-daily-reported-filter.mdx',
|
|
333
|
+
'api-inputs-daily-report-filter': '/content/docs/api/inputs/daily-report-filter.mdx',
|
|
334
|
+
'api-inputs-description-filter': '/content/docs/api/inputs/description-filter.mdx',
|
|
335
|
+
'api-inputs-design-filter': '/content/docs/api/inputs/design-filter.mdx',
|
|
336
|
+
'api-inputs-disease-associates-da-g-filter': '/content/docs/api/inputs/disease-associates-da-g-filter.mdx',
|
|
337
|
+
'api-inputs-disease-filter': '/content/docs/api/inputs/disease-filter.mdx',
|
|
338
|
+
'api-inputs-disease-is-a-directions-filter': '/content/docs/api/inputs/disease-is-a-directions-filter.mdx',
|
|
339
|
+
'api-inputs-disease-is-a-filter': '/content/docs/api/inputs/disease-is-a-filter.mdx',
|
|
340
|
+
'api-inputs-disease-localizes-dla-filter': '/content/docs/api/inputs/disease-localizes-dla-filter.mdx',
|
|
341
|
+
'api-inputs-entity-filter': '/content/docs/api/inputs/entity-filter.mdx',
|
|
342
|
+
'api-inputs-exclusion-criteria-filter': '/content/docs/api/inputs/exclusion-criteria-filter.mdx',
|
|
343
|
+
'api-inputs-facility-filter': '/content/docs/api/inputs/facility-filter.mdx',
|
|
344
|
+
'api-inputs-fragment-filter': '/content/docs/api/inputs/fragment-filter.mdx',
|
|
345
|
+
'api-inputs-from-abstract-filter': '/content/docs/api/inputs/from-abstract-filter.mdx',
|
|
346
|
+
'api-inputs-from-abstract-from-abstract-mentions-filter': '/content/docs/api/inputs/from-abstract-from-abstract-mentions-filter.mdx',
|
|
347
|
+
'api-inputs-from-body-text-filter': '/content/docs/api/inputs/from-body-text-filter.mdx',
|
|
348
|
+
'api-inputs-from-body-text-from-body-text-mentions-filter': '/content/docs/api/inputs/from-body-text-from-body-text-mentions-filter.mdx',
|
|
349
|
+
'api-inputs-from-patent-abstract-filter': '/content/docs/api/inputs/from-patent-abstract-filter.mdx',
|
|
350
|
+
'api-inputs-from-patent-abstract-patent-abstract-mentions-gene-symbol-filter': '/content/docs/api/inputs/from-patent-abstract-patent-abstract-mentions-gene-symbol-filter.mdx',
|
|
351
|
+
'api-inputs-from-patent-claim-filter': '/content/docs/api/inputs/from-patent-claim-filter.mdx',
|
|
352
|
+
'api-inputs-from-patent-claim-patent-claim-mentions-gene-symbol-filter': '/content/docs/api/inputs/from-patent-claim-patent-claim-mentions-gene-symbol-filter.mdx',
|
|
353
|
+
'api-inputs-from-patent-description-filter': '/content/docs/api/inputs/from-patent-description-filter.mdx',
|
|
354
|
+
'api-inputs-from-patent-description-patent-description-mentions-gene-symbol-filter': '/content/docs/api/inputs/from-patent-description-patent-description-mentions-gene-symbol-filter.mdx',
|
|
355
|
+
'api-inputs-from-patent-title-filter': '/content/docs/api/inputs/from-patent-title-filter.mdx',
|
|
356
|
+
'api-inputs-from-patent-title-patent-title-mentions-gene-symbol-filter': '/content/docs/api/inputs/from-patent-title-patent-title-mentions-gene-symbol-filter.mdx',
|
|
357
|
+
'api-inputs-gender-filter': '/content/docs/api/inputs/gender-filter.mdx',
|
|
358
|
+
'api-inputs-gene-associates-da-g-filter': '/content/docs/api/inputs/gene-associates-da-g-filter.mdx',
|
|
359
|
+
'api-inputs-gene-expressed-filter': '/content/docs/api/inputs/gene-expressed-filter.mdx',
|
|
360
|
+
'api-inputs-gene-filter': '/content/docs/api/inputs/gene-filter.mdx',
|
|
361
|
+
'api-inputs-gene-gene-codes-filter': '/content/docs/api/inputs/gene-gene-codes-filter.mdx',
|
|
362
|
+
'api-inputs-gene-maps-gene-symbol-filter': '/content/docs/api/inputs/gene-maps-gene-symbol-filter.mdx',
|
|
363
|
+
'api-inputs-gene-maps-gene-symbols-with-omited-special-char-filter': '/content/docs/api/inputs/gene-maps-gene-symbols-with-omited-special-char-filter.mdx',
|
|
364
|
+
'api-inputs-gene-maps-gene-symbols-with-omit-length-filter': '/content/docs/api/inputs/gene-maps-gene-symbols-with-omit-length-filter.mdx',
|
|
365
|
+
'api-inputs-gene-maps-gene-symbols-with-omit-word-filter': '/content/docs/api/inputs/gene-maps-gene-symbols-with-omit-word-filter.mdx',
|
|
366
|
+
'api-inputs-gene-member-filter': '/content/docs/api/inputs/gene-member-filter.mdx',
|
|
367
|
+
'api-inputs-gene-symbol-filter': '/content/docs/api/inputs/gene-symbol-filter.mdx',
|
|
368
|
+
'api-inputs-gene-symbol-from-abstract-mentions-filter': '/content/docs/api/inputs/gene-symbol-from-abstract-mentions-filter.mdx',
|
|
369
|
+
'api-inputs-gene-symbol-from-body-text-mentions-filter': '/content/docs/api/inputs/gene-symbol-from-body-text-mentions-filter.mdx',
|
|
370
|
+
'api-inputs-gene-symbol-patent-abstract-mentions-gene-symbol-filter': '/content/docs/api/inputs/gene-symbol-patent-abstract-mentions-gene-symbol-filter.mdx',
|
|
371
|
+
'api-inputs-gene-symbol-patent-claim-mentions-gene-symbol-filter': '/content/docs/api/inputs/gene-symbol-patent-claim-mentions-gene-symbol-filter.mdx',
|
|
372
|
+
'api-inputs-gene-symbol-patent-description-mentions-gene-symbol-filter': '/content/docs/api/inputs/gene-symbol-patent-description-mentions-gene-symbol-filter.mdx',
|
|
373
|
+
'api-inputs-gene-symbol-patent-title-mentions-gene-symbol-filter': '/content/docs/api/inputs/gene-symbol-patent-title-mentions-gene-symbol-filter.mdx',
|
|
374
|
+
'api-inputs-gene-symbol-synonym-length-omitted-filter': '/content/docs/api/inputs/gene-symbol-synonym-length-omitted-filter.mdx',
|
|
375
|
+
'api-inputs-gene-symbol-synonym-special-char-omitted-filter': '/content/docs/api/inputs/gene-symbol-synonym-special-char-omitted-filter.mdx',
|
|
376
|
+
'api-inputs-gene-symbol-synonym-word-omitted-filter': '/content/docs/api/inputs/gene-symbol-synonym-word-omitted-filter.mdx',
|
|
377
|
+
'api-inputs-go-term-association-filter': '/content/docs/api/inputs/go-term-association-filter.mdx',
|
|
378
|
+
'api-inputs-go-term-filter': '/content/docs/api/inputs/go-term-filter.mdx',
|
|
379
|
+
'api-inputs-gtex-detailed-tissue-expressed-filter': '/content/docs/api/inputs/gtex-detailed-tissue-expressed-filter.mdx',
|
|
380
|
+
'api-inputs-gtex-detailed-tissue-filter': '/content/docs/api/inputs/gtex-detailed-tissue-filter.mdx',
|
|
381
|
+
'api-inputs-gtex-sample-filter': '/content/docs/api/inputs/gtex-sample-filter.mdx',
|
|
382
|
+
'api-inputs-gtex-tissue-filter': '/content/docs/api/inputs/gtex-tissue-filter.mdx',
|
|
383
|
+
'api-inputs-inclusion-criteria-filter': '/content/docs/api/inputs/inclusion-criteria-filter.mdx',
|
|
384
|
+
'api-inputs-international-patent-classification-filter': '/content/docs/api/inputs/international-patent-classification-filter.mdx',
|
|
385
|
+
'api-inputs-intervention-filter': '/content/docs/api/inputs/intervention-filter.mdx',
|
|
386
|
+
'api-inputs-investigator-filter': '/content/docs/api/inputs/investigator-filter.mdx',
|
|
387
|
+
'api-inputs-is-a-directions-filter': '/content/docs/api/inputs/is-a-directions-filter.mdx',
|
|
388
|
+
'api-inputs-is-a-filter': '/content/docs/api/inputs/is-a-filter.mdx',
|
|
389
|
+
'api-inputs-keyword-filter': '/content/docs/api/inputs/keyword-filter.mdx',
|
|
390
|
+
'api-inputs-latest-filter': '/content/docs/api/inputs/latest-filter.mdx',
|
|
391
|
+
'api-inputs-latest-latest-reported-filter': '/content/docs/api/inputs/latest-latest-reported-filter.mdx',
|
|
392
|
+
'api-inputs-lens-id-filter': '/content/docs/api/inputs/lens-id-filter.mdx',
|
|
393
|
+
'api-inputs-link-filter': '/content/docs/api/inputs/link-filter.mdx',
|
|
394
|
+
'api-inputs-location-filter': '/content/docs/api/inputs/location-filter.mdx',
|
|
395
|
+
'api-inputs-maps-gene-directions-filter': '/content/docs/api/inputs/maps-gene-directions-filter.mdx',
|
|
396
|
+
'api-inputs-maps-gene-filter': '/content/docs/api/inputs/maps-gene-filter.mdx',
|
|
397
|
+
'api-inputs-maps-protein-directions-filter': '/content/docs/api/inputs/maps-protein-directions-filter.mdx',
|
|
398
|
+
'api-inputs-maps-protein-filter': '/content/docs/api/inputs/maps-protein-filter.mdx',
|
|
399
|
+
'api-inputs-maps-transcript-directions-filter': '/content/docs/api/inputs/maps-transcript-directions-filter.mdx',
|
|
400
|
+
'api-inputs-maps-transcript-filter': '/content/docs/api/inputs/maps-transcript-filter.mdx',
|
|
401
|
+
'api-inputs-named-entity-abstract-mentions-filter': '/content/docs/api/inputs/named-entity-abstract-mentions-filter.mdx',
|
|
402
|
+
'api-inputs-named-entity-filter': '/content/docs/api/inputs/named-entity-filter.mdx',
|
|
403
|
+
'api-inputs-neo-4-j-date-input': '/content/docs/api/inputs/neo-4-j-date-input.mdx',
|
|
404
|
+
'api-inputs-neo-4-j-date-time-input': '/content/docs/api/inputs/neo-4-j-date-time-input.mdx',
|
|
405
|
+
'api-inputs-neo-4-j-local-date-time-input': '/content/docs/api/inputs/neo-4-j-local-date-time-input.mdx',
|
|
406
|
+
'api-inputs-neo-4-j-local-time-input': '/content/docs/api/inputs/neo-4-j-local-time-input.mdx',
|
|
407
|
+
'api-inputs-neo-4-j-point-distance-filter': '/content/docs/api/inputs/neo-4-j-point-distance-filter.mdx',
|
|
408
|
+
'api-inputs-neo-4-j-point-input': '/content/docs/api/inputs/neo-4-j-point-input.mdx',
|
|
409
|
+
'api-inputs-neo-4-j-time-input': '/content/docs/api/inputs/neo-4-j-time-input.mdx',
|
|
410
|
+
'api-inputs-non-patent-literature-citation-filter': '/content/docs/api/inputs/non-patent-literature-citation-filter.mdx',
|
|
411
|
+
'api-inputs-observation-period-filter': '/content/docs/api/inputs/observation-period-filter.mdx',
|
|
412
|
+
'api-inputs-omit-length-filter': '/content/docs/api/inputs/omit-length-filter.mdx',
|
|
413
|
+
'api-inputs-omit-special-char-filter': '/content/docs/api/inputs/omit-special-char-filter.mdx',
|
|
414
|
+
'api-inputs-omit-word-filter': '/content/docs/api/inputs/omit-word-filter.mdx',
|
|
415
|
+
'api-inputs-omit-word-synonym-word-omitted-filter': '/content/docs/api/inputs/omit-word-synonym-word-omitted-filter.mdx',
|
|
416
|
+
'api-inputs-outcome-filter': '/content/docs/api/inputs/outcome-filter.mdx',
|
|
417
|
+
'api-inputs-paper-filter': '/content/docs/api/inputs/paper-filter.mdx',
|
|
418
|
+
'api-inputs-paper-has-paper-id-filter': '/content/docs/api/inputs/paper-has-paper-id-filter.mdx',
|
|
419
|
+
'api-inputs-paper-id-filter': '/content/docs/api/inputs/paper-id-filter.mdx',
|
|
420
|
+
'api-inputs-paper-id-reference-has-paperid-filter': '/content/docs/api/inputs/paper-id-reference-has-paperid-filter.mdx',
|
|
421
|
+
'api-inputs-patent-abstract-filter': '/content/docs/api/inputs/patent-abstract-filter.mdx',
|
|
422
|
+
'api-inputs-patent-applicant-filter': '/content/docs/api/inputs/patent-applicant-filter.mdx',
|
|
423
|
+
'api-inputs-patent-citation-collection-filter': '/content/docs/api/inputs/patent-citation-collection-filter.mdx',
|
|
424
|
+
'api-inputs-patent-citation-collection-has-non-patent-literature-citation-filter': '/content/docs/api/inputs/patent-citation-collection-has-non-patent-literature-citation-filter.mdx',
|
|
425
|
+
'api-inputs-patent-citation-collection-has-patent-literature-citation-filter': '/content/docs/api/inputs/patent-citation-collection-has-patent-literature-citation-filter.mdx',
|
|
426
|
+
'api-inputs-patent-claim-filter': '/content/docs/api/inputs/patent-claim-filter.mdx',
|
|
427
|
+
'api-inputs-patent-classification-collection-filter': '/content/docs/api/inputs/patent-classification-collection-filter.mdx',
|
|
428
|
+
'api-inputs-patent-classification-collection-has-cooperative-patent-classification-filter': '/content/docs/api/inputs/patent-classification-collection-has-cooperative-patent-classification-filter.mdx',
|
|
429
|
+
'api-inputs-patent-classification-collection-has-international-patent-classification-filter': '/content/docs/api/inputs/patent-classification-collection-has-international-patent-classification-filter.mdx',
|
|
430
|
+
'api-inputs-patent-classification-collection-has-us-patent-classification-filter': '/content/docs/api/inputs/patent-classification-collection-has-us-patent-classification-filter.mdx',
|
|
431
|
+
'api-inputs-patent-description-filter': '/content/docs/api/inputs/patent-description-filter.mdx',
|
|
432
|
+
'api-inputs-patent-family-filter': '/content/docs/api/inputs/patent-family-filter.mdx',
|
|
433
|
+
'api-inputs-patent-family-has-lens-id-filter': '/content/docs/api/inputs/patent-family-has-lens-id-filter.mdx',
|
|
434
|
+
'api-inputs-patent-filter': '/content/docs/api/inputs/patent-filter.mdx',
|
|
435
|
+
'api-inputs-patent-has-patent-abstract-filter': '/content/docs/api/inputs/patent-has-patent-abstract-filter.mdx',
|
|
436
|
+
'api-inputs-patent-has-patent-claim-filter': '/content/docs/api/inputs/patent-has-patent-claim-filter.mdx',
|
|
437
|
+
'api-inputs-patent-has-patent-description-filter': '/content/docs/api/inputs/patent-has-patent-description-filter.mdx',
|
|
438
|
+
'api-inputs-patent-has-patent-title-filter': '/content/docs/api/inputs/patent-has-patent-title-filter.mdx',
|
|
439
|
+
'api-inputs-patent-inventor-filter': '/content/docs/api/inputs/patent-inventor-filter.mdx',
|
|
440
|
+
'api-inputs-patent-literature-citation-filter': '/content/docs/api/inputs/patent-literature-citation-filter.mdx',
|
|
441
|
+
'api-inputs-patent-number-filter': '/content/docs/api/inputs/patent-number-filter.mdx',
|
|
442
|
+
'api-inputs-patent-owner-filter': '/content/docs/api/inputs/patent-owner-filter.mdx',
|
|
443
|
+
'api-inputs-patent-title-filter': '/content/docs/api/inputs/patent-title-filter.mdx',
|
|
444
|
+
'api-inputs-pathway-filter': '/content/docs/api/inputs/pathway-filter.mdx',
|
|
445
|
+
'api-inputs-pathway-member-filter': '/content/docs/api/inputs/pathway-member-filter.mdx',
|
|
446
|
+
'api-inputs-phase-filter': '/content/docs/api/inputs/phase-filter.mdx',
|
|
447
|
+
'api-inputs-protein-association-filter': '/content/docs/api/inputs/protein-association-filter.mdx',
|
|
448
|
+
'api-inputs-protein-filter': '/content/docs/api/inputs/protein-filter.mdx',
|
|
449
|
+
'api-inputs-protein-protein-codes-filter': '/content/docs/api/inputs/protein-protein-codes-filter.mdx',
|
|
450
|
+
'api-inputs-province-daily-reported-filter': '/content/docs/api/inputs/province-daily-reported-filter.mdx',
|
|
451
|
+
'api-inputs-province-filter': '/content/docs/api/inputs/province-filter.mdx',
|
|
452
|
+
'api-inputs-province-latest-reported-filter': '/content/docs/api/inputs/province-latest-reported-filter.mdx',
|
|
453
|
+
'api-inputs-purpose-filter': '/content/docs/api/inputs/purpose-filter.mdx',
|
|
454
|
+
'api-inputs-reference-collection-filter': '/content/docs/api/inputs/reference-collection-filter.mdx',
|
|
455
|
+
'api-inputs-reference-collection-has-reference-filter': '/content/docs/api/inputs/reference-collection-has-reference-filter.mdx',
|
|
456
|
+
'api-inputs-reference-filter': '/content/docs/api/inputs/reference-filter.mdx',
|
|
457
|
+
'api-inputs-reference-reference-has-paperid-filter': '/content/docs/api/inputs/reference-reference-has-paperid-filter.mdx',
|
|
458
|
+
'api-inputs-reference-type-filter': '/content/docs/api/inputs/reference-type-filter.mdx',
|
|
459
|
+
'api-inputs-response-filter': '/content/docs/api/inputs/response-filter.mdx',
|
|
460
|
+
'api-inputs-responsible-filter': '/content/docs/api/inputs/responsible-filter.mdx',
|
|
461
|
+
'api-inputs-sponsor-filter': '/content/docs/api/inputs/sponsor-filter.mdx',
|
|
462
|
+
'api-inputs-start-filter': '/content/docs/api/inputs/start-filter.mdx',
|
|
463
|
+
'api-inputs-status-filter': '/content/docs/api/inputs/status-filter.mdx',
|
|
464
|
+
'api-inputs-stop-reason-filter': '/content/docs/api/inputs/stop-reason-filter.mdx',
|
|
465
|
+
'api-inputs-study-identification-filter': '/content/docs/api/inputs/study-identification-filter.mdx',
|
|
466
|
+
'api-inputs-study-population-filter': '/content/docs/api/inputs/study-population-filter.mdx',
|
|
467
|
+
'api-inputs-study-type-filter': '/content/docs/api/inputs/study-type-filter.mdx',
|
|
468
|
+
'api-inputs-synonym-directions-filter': '/content/docs/api/inputs/synonym-directions-filter.mdx',
|
|
469
|
+
'api-inputs-synonym-filter': '/content/docs/api/inputs/synonym-filter.mdx',
|
|
470
|
+
'api-inputs-target-filter': '/content/docs/api/inputs/target-filter.mdx',
|
|
471
|
+
'api-inputs-target-is-activator-filter': '/content/docs/api/inputs/target-is-activator-filter.mdx',
|
|
472
|
+
'api-inputs-target-is-agonist-filter': '/content/docs/api/inputs/target-is-agonist-filter.mdx',
|
|
473
|
+
'api-inputs-target-is-antagonist-filter': '/content/docs/api/inputs/target-is-antagonist-filter.mdx',
|
|
474
|
+
'api-inputs-target-is-binder-filter': '/content/docs/api/inputs/target-is-binder-filter.mdx',
|
|
475
|
+
'api-inputs-target-is-inhibitor-filter': '/content/docs/api/inputs/target-is-inhibitor-filter.mdx',
|
|
476
|
+
'api-inputs-target-targets-filter': '/content/docs/api/inputs/target-targets-filter.mdx',
|
|
477
|
+
'api-inputs-title-filter': '/content/docs/api/inputs/title-filter.mdx',
|
|
478
|
+
'api-inputs-transcript-filter': '/content/docs/api/inputs/transcript-filter.mdx',
|
|
479
|
+
'api-inputs-transcript-gene-codes-filter': '/content/docs/api/inputs/transcript-gene-codes-filter.mdx',
|
|
480
|
+
'api-inputs-transcript-protein-codes-filter': '/content/docs/api/inputs/transcript-protein-codes-filter.mdx',
|
|
481
|
+
'api-inputs-us-patent-classification-filter': '/content/docs/api/inputs/us-patent-classification-filter.mdx',
|
|
482
|
+
'api-inputs-word-filter': '/content/docs/api/inputs/word-filter.mdx',
|
|
483
|
+
'api-interfaces-fragment': '/content/docs/api/interfaces/fragment.mdx',
|
|
484
|
+
'api-objects-abstract-citation': '/content/docs/api/objects/abstract-citation.mdx',
|
|
485
|
+
'api-objects-abstract-collection-abstracts': '/content/docs/api/objects/abstract-collection-abstracts.mdx',
|
|
486
|
+
'api-objects-abstract-collection': '/content/docs/api/objects/abstract-collection.mdx',
|
|
487
|
+
'api-objects-abstract-collections': '/content/docs/api/objects/abstract-collections.mdx',
|
|
488
|
+
'api-objects-abstract-has-citation': '/content/docs/api/objects/abstract-has-citation.mdx',
|
|
489
|
+
'api-objects-abstract': '/content/docs/api/objects/abstract.mdx',
|
|
490
|
+
'api-objects-abstract-mentions': '/content/docs/api/objects/abstract-mentions.mdx',
|
|
491
|
+
'api-objects-affiliation': '/content/docs/api/objects/affiliation.mdx',
|
|
492
|
+
'api-objects-age-group-female': '/content/docs/api/objects/age-group-female.mdx',
|
|
493
|
+
'api-objects-age-group-male': '/content/docs/api/objects/age-group-male.mdx',
|
|
494
|
+
'api-objects-age-group': '/content/docs/api/objects/age-group.mdx',
|
|
495
|
+
'api-objects-age-group-total': '/content/docs/api/objects/age-group-total.mdx',
|
|
496
|
+
'api-objects-age-range': '/content/docs/api/objects/age-range.mdx',
|
|
497
|
+
'api-objects-anatomy-diseases': '/content/docs/api/objects/anatomy-diseases.mdx',
|
|
498
|
+
'api-objects-anatomy': '/content/docs/api/objects/anatomy.mdx',
|
|
499
|
+
'api-objects-applicant': '/content/docs/api/objects/applicant.mdx',
|
|
500
|
+
'api-objects-arm': '/content/docs/api/objects/arm.mdx',
|
|
501
|
+
'api-objects-associates-da-g': '/content/docs/api/objects/associates-da-g.mdx',
|
|
502
|
+
'api-objects-association': '/content/docs/api/objects/association.mdx',
|
|
503
|
+
'api-objects-author-collection-authors': '/content/docs/api/objects/author-collection-authors.mdx',
|
|
504
|
+
'api-objects-author-collection': '/content/docs/api/objects/author-collection.mdx',
|
|
505
|
+
'api-objects-author': '/content/docs/api/objects/author.mdx',
|
|
506
|
+
'api-objects-bio-specimen': '/content/docs/api/objects/bio-specimen.mdx',
|
|
507
|
+
'api-objects-body-text-citations': '/content/docs/api/objects/body-text-citations.mdx',
|
|
508
|
+
'api-objects-body-text-collection-body-texts': '/content/docs/api/objects/body-text-collection-body-texts.mdx',
|
|
509
|
+
'api-objects-body-text-collection': '/content/docs/api/objects/body-text-collection.mdx',
|
|
510
|
+
'api-objects-body-text': '/content/docs/api/objects/body-text.mdx',
|
|
511
|
+
'api-objects-child': '/content/docs/api/objects/child.mdx',
|
|
512
|
+
'api-objects-citation': '/content/docs/api/objects/citation.mdx',
|
|
513
|
+
'api-objects-city': '/content/docs/api/objects/city.mdx',
|
|
514
|
+
'api-objects-clinical-trial': '/content/docs/api/objects/clinical-trial.mdx',
|
|
515
|
+
'api-objects-collaborator': '/content/docs/api/objects/collaborator.mdx',
|
|
516
|
+
'api-objects-completed': '/content/docs/api/objects/completed.mdx',
|
|
517
|
+
'api-objects-compound-is-activator': '/content/docs/api/objects/compound-is-activator.mdx',
|
|
518
|
+
'api-objects-compound-is-agonist': '/content/docs/api/objects/compound-is-agonist.mdx',
|
|
519
|
+
'api-objects-compound-is-antagonist': '/content/docs/api/objects/compound-is-antagonist.mdx',
|
|
520
|
+
'api-objects-compound-is-binder': '/content/docs/api/objects/compound-is-binder.mdx',
|
|
521
|
+
'api-objects-compound-is-inhibitor': '/content/docs/api/objects/compound-is-inhibitor.mdx',
|
|
522
|
+
'api-objects-compound': '/content/docs/api/objects/compound.mdx',
|
|
523
|
+
'api-objects-compound-targets': '/content/docs/api/objects/compound-targets.mdx',
|
|
524
|
+
'api-objects-condition': '/content/docs/api/objects/condition.mdx',
|
|
525
|
+
'api-objects-contact': '/content/docs/api/objects/contact.mdx',
|
|
526
|
+
'api-objects-cooperative-patent-classification': '/content/docs/api/objects/cooperative-patent-classification.mdx',
|
|
527
|
+
'api-objects-country-female': '/content/docs/api/objects/country-female.mdx',
|
|
528
|
+
'api-objects-country-male': '/content/docs/api/objects/country-male.mdx',
|
|
529
|
+
'api-objects-country': '/content/docs/api/objects/country.mdx',
|
|
530
|
+
'api-objects-country-provinces': '/content/docs/api/objects/country-provinces.mdx',
|
|
531
|
+
'api-objects-country-total': '/content/docs/api/objects/country-total.mdx',
|
|
532
|
+
'api-objects-current-female': '/content/docs/api/objects/current-female.mdx',
|
|
533
|
+
'api-objects-current-male': '/content/docs/api/objects/current-male.mdx',
|
|
534
|
+
'api-objects-current-total': '/content/docs/api/objects/current-total.mdx',
|
|
535
|
+
'api-objects-daily-reported': '/content/docs/api/objects/daily-reported.mdx',
|
|
536
|
+
'api-objects-daily-report': '/content/docs/api/objects/daily-report.mdx',
|
|
537
|
+
'api-objects-daily-report-province': '/content/docs/api/objects/daily-report-province.mdx',
|
|
538
|
+
'api-objects-description': '/content/docs/api/objects/description.mdx',
|
|
539
|
+
'api-objects-design': '/content/docs/api/objects/design.mdx',
|
|
540
|
+
'api-objects-disease-associatates-da-g': '/content/docs/api/objects/disease-associatates-da-g.mdx',
|
|
541
|
+
'api-objects-disease-is-a-directions': '/content/docs/api/objects/disease-is-a-directions.mdx',
|
|
542
|
+
'api-objects-disease-is-a': '/content/docs/api/objects/disease-is-a.mdx',
|
|
543
|
+
'api-objects-disease-localizes-dla': '/content/docs/api/objects/disease-localizes-dla.mdx',
|
|
544
|
+
'api-objects-disease': '/content/docs/api/objects/disease.mdx',
|
|
545
|
+
'api-objects-entity': '/content/docs/api/objects/entity.mdx',
|
|
546
|
+
'api-objects-exclusion-criteria': '/content/docs/api/objects/exclusion-criteria.mdx',
|
|
547
|
+
'api-objects-expressed': '/content/docs/api/objects/expressed.mdx',
|
|
548
|
+
'api-objects-facility': '/content/docs/api/objects/facility.mdx',
|
|
549
|
+
'api-objects-from-abstract': '/content/docs/api/objects/from-abstract.mdx',
|
|
550
|
+
'api-objects-from-abstract-mentions-gene-symbols': '/content/docs/api/objects/from-abstract-mentions-gene-symbols.mdx',
|
|
551
|
+
'api-objects-from-abstract-mentions': '/content/docs/api/objects/from-abstract-mentions.mdx',
|
|
552
|
+
'api-objects-from-body-text': '/content/docs/api/objects/from-body-text.mdx',
|
|
553
|
+
'api-objects-from-body-text-mentions-gene-symbols': '/content/docs/api/objects/from-body-text-mentions-gene-symbols.mdx',
|
|
554
|
+
'api-objects-from-body-text-mentions': '/content/docs/api/objects/from-body-text-mentions.mdx',
|
|
555
|
+
'api-objects-from-patent-abstract-gene-symbols': '/content/docs/api/objects/from-patent-abstract-gene-symbols.mdx',
|
|
556
|
+
'api-objects-from-patent-abstract': '/content/docs/api/objects/from-patent-abstract.mdx',
|
|
557
|
+
'api-objects-from-patent-claim-gene-symbols': '/content/docs/api/objects/from-patent-claim-gene-symbols.mdx',
|
|
558
|
+
'api-objects-from-patent-claim': '/content/docs/api/objects/from-patent-claim.mdx',
|
|
559
|
+
'api-objects-from-patent-description-gene-symbols': '/content/docs/api/objects/from-patent-description-gene-symbols.mdx',
|
|
560
|
+
'api-objects-from-patent-description': '/content/docs/api/objects/from-patent-description.mdx',
|
|
561
|
+
'api-objects-from-patent-title-gene-symbols': '/content/docs/api/objects/from-patent-title-gene-symbols.mdx',
|
|
562
|
+
'api-objects-from-patent-title': '/content/docs/api/objects/from-patent-title.mdx',
|
|
563
|
+
'api-objects-gender': '/content/docs/api/objects/gender.mdx',
|
|
564
|
+
'api-objects-gene-codes': '/content/docs/api/objects/gene-codes.mdx',
|
|
565
|
+
'api-objects-gene-diseases': '/content/docs/api/objects/gene-diseases.mdx',
|
|
566
|
+
'api-objects-gene-expressed-tissues': '/content/docs/api/objects/gene-expressed-tissues.mdx',
|
|
567
|
+
'api-objects-gene-maps-genes-directions': '/content/docs/api/objects/gene-maps-genes-directions.mdx',
|
|
568
|
+
'api-objects-gene-maps-genes': '/content/docs/api/objects/gene-maps-genes.mdx',
|
|
569
|
+
'api-objects-gene-maps-gene-symbols': '/content/docs/api/objects/gene-maps-gene-symbols.mdx',
|
|
570
|
+
'api-objects-gene-maps-gene-symbols-with-omit-length': '/content/docs/api/objects/gene-maps-gene-symbols-with-omit-length.mdx',
|
|
571
|
+
'api-objects-gene-maps-gene-symbols-with-omit-special-char': '/content/docs/api/objects/gene-maps-gene-symbols-with-omit-special-char.mdx',
|
|
572
|
+
'api-objects-gene-maps-gene-symbols-with-omit-word': '/content/docs/api/objects/gene-maps-gene-symbols-with-omit-word.mdx',
|
|
573
|
+
'api-objects-gene': '/content/docs/api/objects/gene.mdx',
|
|
574
|
+
'api-objects-gene-pathways': '/content/docs/api/objects/gene-pathways.mdx',
|
|
575
|
+
'api-objects-gene-symbol': '/content/docs/api/objects/gene-symbol.mdx',
|
|
576
|
+
'api-objects-gene-symbol-mentioned-in-abstract-fragments': '/content/docs/api/objects/gene-symbol-mentioned-in-abstract-fragments.mdx',
|
|
577
|
+
'api-objects-gene-symbol-mentioned-in-body-text-fragments': '/content/docs/api/objects/gene-symbol-mentioned-in-body-text-fragments.mdx',
|
|
578
|
+
'api-objects-gene-symbol-mentioned-in-patent-abstracts': '/content/docs/api/objects/gene-symbol-mentioned-in-patent-abstracts.mdx',
|
|
579
|
+
'api-objects-gene-symbol-mentioned-in-patent-claims': '/content/docs/api/objects/gene-symbol-mentioned-in-patent-claims.mdx',
|
|
580
|
+
'api-objects-gene-symbol-mentioned-in-patent-descriptions': '/content/docs/api/objects/gene-symbol-mentioned-in-patent-descriptions.mdx',
|
|
581
|
+
'api-objects-gene-symbol-mentioned-in-patent-titles': '/content/docs/api/objects/gene-symbol-mentioned-in-patent-titles.mdx',
|
|
582
|
+
'api-objects-gene-symbol-synonyms-directions': '/content/docs/api/objects/gene-symbol-synonyms-directions.mdx',
|
|
583
|
+
'api-objects-gene-symbol-synonyms-length-omitted': '/content/docs/api/objects/gene-symbol-synonyms-length-omitted.mdx',
|
|
584
|
+
'api-objects-gene-symbol-synonyms': '/content/docs/api/objects/gene-symbol-synonyms.mdx',
|
|
585
|
+
'api-objects-gene-symbol-synonyms-special-char-omitted': '/content/docs/api/objects/gene-symbol-synonyms-special-char-omitted.mdx',
|
|
586
|
+
'api-objects-gene-symbol-synonyms-word-omitted': '/content/docs/api/objects/gene-symbol-synonyms-word-omitted.mdx',
|
|
587
|
+
'api-objects-gene-transcripts': '/content/docs/api/objects/gene-transcripts.mdx',
|
|
588
|
+
'api-objects-go-term-associations': '/content/docs/api/objects/go-term-associations.mdx',
|
|
589
|
+
'api-objects-go-term-is-directions': '/content/docs/api/objects/go-term-is-directions.mdx',
|
|
590
|
+
'api-objects-go-term-is': '/content/docs/api/objects/go-term-is.mdx',
|
|
591
|
+
'api-objects-go-term': '/content/docs/api/objects/go-term.mdx',
|
|
592
|
+
'api-objects-gtex-detailed-tissue-genes': '/content/docs/api/objects/gtex-detailed-tissue-genes.mdx',
|
|
593
|
+
'api-objects-gtex-detailed-tissue': '/content/docs/api/objects/gtex-detailed-tissue.mdx',
|
|
594
|
+
'api-objects-gtex-sample': '/content/docs/api/objects/gtex-sample.mdx',
|
|
595
|
+
'api-objects-gtex-tissue': '/content/docs/api/objects/gtex-tissue.mdx',
|
|
596
|
+
'api-objects-has-abstract': '/content/docs/api/objects/has-abstract.mdx',
|
|
597
|
+
'api-objects-has-author': '/content/docs/api/objects/has-author.mdx',
|
|
598
|
+
'api-objects-has-body-text': '/content/docs/api/objects/has-body-text.mdx',
|
|
599
|
+
'api-objects-has-citation': '/content/docs/api/objects/has-citation.mdx',
|
|
600
|
+
'api-objects-has-cooperative-patent-classification': '/content/docs/api/objects/has-cooperative-patent-classification.mdx',
|
|
601
|
+
'api-objects-has-international-patent-classification': '/content/docs/api/objects/has-international-patent-classification.mdx',
|
|
602
|
+
'api-objects-has-lens-id': '/content/docs/api/objects/has-lens-id.mdx',
|
|
603
|
+
'api-objects-has-non-patent-literature-citation': '/content/docs/api/objects/has-non-patent-literature-citation.mdx',
|
|
604
|
+
'api-objects-has-paper-id': '/content/docs/api/objects/has-paper-id.mdx',
|
|
605
|
+
'api-objects-has-patent-abstract': '/content/docs/api/objects/has-patent-abstract.mdx',
|
|
606
|
+
'api-objects-has-patent-claim': '/content/docs/api/objects/has-patent-claim.mdx',
|
|
607
|
+
'api-objects-has-patent-description': '/content/docs/api/objects/has-patent-description.mdx',
|
|
608
|
+
'api-objects-has-patent-literature-citation': '/content/docs/api/objects/has-patent-literature-citation.mdx',
|
|
609
|
+
'api-objects-has-patent-title': '/content/docs/api/objects/has-patent-title.mdx',
|
|
610
|
+
'api-objects-has-reference': '/content/docs/api/objects/has-reference.mdx',
|
|
611
|
+
'api-objects-has-us-patent-classification': '/content/docs/api/objects/has-us-patent-classification.mdx',
|
|
612
|
+
'api-objects-inclusion-criteria': '/content/docs/api/objects/inclusion-criteria.mdx',
|
|
613
|
+
'api-objects-international-patent-classification': '/content/docs/api/objects/international-patent-classification.mdx',
|
|
614
|
+
'api-objects-intervention': '/content/docs/api/objects/intervention.mdx',
|
|
615
|
+
'api-objects-inventor': '/content/docs/api/objects/inventor.mdx',
|
|
616
|
+
'api-objects-investigator': '/content/docs/api/objects/investigator.mdx',
|
|
617
|
+
'api-objects-is-activator': '/content/docs/api/objects/is-activator.mdx',
|
|
618
|
+
'api-objects-is-agonist': '/content/docs/api/objects/is-agonist.mdx',
|
|
619
|
+
'api-objects-is-a': '/content/docs/api/objects/is-a.mdx',
|
|
620
|
+
'api-objects-is-antagonist': '/content/docs/api/objects/is-antagonist.mdx',
|
|
621
|
+
'api-objects-is-binder': '/content/docs/api/objects/is-binder.mdx',
|
|
622
|
+
'api-objects-is-inhibitor': '/content/docs/api/objects/is-inhibitor.mdx',
|
|
623
|
+
'api-objects-keyword': '/content/docs/api/objects/keyword.mdx',
|
|
624
|
+
'api-objects-latest': '/content/docs/api/objects/latest.mdx',
|
|
625
|
+
'api-objects-latest-province': '/content/docs/api/objects/latest-province.mdx',
|
|
626
|
+
'api-objects-latest-reported': '/content/docs/api/objects/latest-reported.mdx',
|
|
627
|
+
'api-objects-lens-id': '/content/docs/api/objects/lens-id.mdx',
|
|
628
|
+
'api-objects-link': '/content/docs/api/objects/link.mdx',
|
|
629
|
+
'api-objects-localizes-dla': '/content/docs/api/objects/localizes-dla.mdx',
|
|
630
|
+
'api-objects-location': '/content/docs/api/objects/location.mdx',
|
|
631
|
+
'api-objects-maps-gene': '/content/docs/api/objects/maps-gene.mdx',
|
|
632
|
+
'api-objects-maps-gene-symbol': '/content/docs/api/objects/maps-gene-symbol.mdx',
|
|
633
|
+
'api-objects-maps-gene-symbols-with-omited-special-char': '/content/docs/api/objects/maps-gene-symbols-with-omited-special-char.mdx',
|
|
634
|
+
'api-objects-maps-gene-symbols-with-omit-length': '/content/docs/api/objects/maps-gene-symbols-with-omit-length.mdx',
|
|
635
|
+
'api-objects-maps-gene-symbols-with-omit-word': '/content/docs/api/objects/maps-gene-symbols-with-omit-word.mdx',
|
|
636
|
+
'api-objects-maps-protein': '/content/docs/api/objects/maps-protein.mdx',
|
|
637
|
+
'api-objects-maps-transcript': '/content/docs/api/objects/maps-transcript.mdx',
|
|
638
|
+
'api-objects-member': '/content/docs/api/objects/member.mdx',
|
|
639
|
+
'api-objects-named-entity': '/content/docs/api/objects/named-entity.mdx',
|
|
640
|
+
'api-objects-named-entity-mentioned-in-abstracts': '/content/docs/api/objects/named-entity-mentioned-in-abstracts.mdx',
|
|
641
|
+
'api-objects-neo-4-j-date': '/content/docs/api/objects/neo-4-j-date.mdx',
|
|
642
|
+
'api-objects-neo-4-j-date-time': '/content/docs/api/objects/neo-4-j-date-time.mdx',
|
|
643
|
+
'api-objects-neo-4-j-local-date-time': '/content/docs/api/objects/neo-4-j-local-date-time.mdx',
|
|
644
|
+
'api-objects-neo-4-j-local-time': '/content/docs/api/objects/neo-4-j-local-time.mdx',
|
|
645
|
+
'api-objects-neo-4-j-point': '/content/docs/api/objects/neo-4-j-point.mdx',
|
|
646
|
+
'api-objects-neo-4-j-time': '/content/docs/api/objects/neo-4-j-time.mdx',
|
|
647
|
+
'api-objects-non-patent-literature-citation': '/content/docs/api/objects/non-patent-literature-citation.mdx',
|
|
648
|
+
'api-objects-observation-period': '/content/docs/api/objects/observation-period.mdx',
|
|
649
|
+
'api-objects-omit-length': '/content/docs/api/objects/omit-length.mdx',
|
|
650
|
+
'api-objects-omit-length-synonyms-directions': '/content/docs/api/objects/omit-length-synonyms-directions.mdx',
|
|
651
|
+
'api-objects-omit-length-synonyms': '/content/docs/api/objects/omit-length-synonyms.mdx',
|
|
652
|
+
'api-objects-omit-special-char': '/content/docs/api/objects/omit-special-char.mdx',
|
|
653
|
+
'api-objects-omit-special-char-synonyms-directions': '/content/docs/api/objects/omit-special-char-synonyms-directions.mdx',
|
|
654
|
+
'api-objects-omit-special-char-synonyms': '/content/docs/api/objects/omit-special-char-synonyms.mdx',
|
|
655
|
+
'api-objects-omit-word': '/content/docs/api/objects/omit-word.mdx',
|
|
656
|
+
'api-objects-omit-word-synonyms-directions': '/content/docs/api/objects/omit-word-synonyms-directions.mdx',
|
|
657
|
+
'api-objects-omit-word-synonyms': '/content/docs/api/objects/omit-word-synonyms.mdx',
|
|
658
|
+
'api-objects-omit-word-synonyms-word-omitted': '/content/docs/api/objects/omit-word-synonyms-word-omitted.mdx',
|
|
659
|
+
'api-objects-outcome': '/content/docs/api/objects/outcome.mdx',
|
|
660
|
+
'api-objects-owner': '/content/docs/api/objects/owner.mdx',
|
|
661
|
+
'api-objects-paper-id': '/content/docs/api/objects/paper-id.mdx',
|
|
662
|
+
'api-objects-paper-id-references': '/content/docs/api/objects/paper-id-references.mdx',
|
|
663
|
+
'api-objects-paper': '/content/docs/api/objects/paper.mdx',
|
|
664
|
+
'api-objects-paper-paper-id': '/content/docs/api/objects/paper-paper-id.mdx',
|
|
665
|
+
'api-objects-part-of': '/content/docs/api/objects/part-of.mdx',
|
|
666
|
+
'api-objects-patent-abstract': '/content/docs/api/objects/patent-abstract.mdx',
|
|
667
|
+
'api-objects-patent-abstract-mentions-gene-symbol': '/content/docs/api/objects/patent-abstract-mentions-gene-symbol.mdx',
|
|
668
|
+
'api-objects-patent-abstracts': '/content/docs/api/objects/patent-abstracts.mdx',
|
|
669
|
+
'api-objects-patent-applicants': '/content/docs/api/objects/patent-applicants.mdx',
|
|
670
|
+
'api-objects-patent-citation-collection': '/content/docs/api/objects/patent-citation-collection.mdx',
|
|
671
|
+
'api-objects-patent-citation-collection-non-patent-literature-citations': '/content/docs/api/objects/patent-citation-collection-non-patent-literature-citations.mdx',
|
|
672
|
+
'api-objects-patent-citation-collection-patent-literature-citations': '/content/docs/api/objects/patent-citation-collection-patent-literature-citations.mdx',
|
|
673
|
+
'api-objects-patent-claim': '/content/docs/api/objects/patent-claim.mdx',
|
|
674
|
+
'api-objects-patent-claim-mentions-gene-symbol': '/content/docs/api/objects/patent-claim-mentions-gene-symbol.mdx',
|
|
675
|
+
'api-objects-patent-claims': '/content/docs/api/objects/patent-claims.mdx',
|
|
676
|
+
'api-objects-patent-classification-collection-cooperative-patent-classification': '/content/docs/api/objects/patent-classification-collection-cooperative-patent-classification.mdx',
|
|
677
|
+
'api-objects-patent-classification-collection-international-patent-classification': '/content/docs/api/objects/patent-classification-collection-international-patent-classification.mdx',
|
|
678
|
+
'api-objects-patent-classification-collection': '/content/docs/api/objects/patent-classification-collection.mdx',
|
|
679
|
+
'api-objects-patent-classification-collection-us-patent-classification': '/content/docs/api/objects/patent-classification-collection-us-patent-classification.mdx',
|
|
680
|
+
'api-objects-patent-description': '/content/docs/api/objects/patent-description.mdx',
|
|
681
|
+
'api-objects-patent-description-mentions-gene-symbol': '/content/docs/api/objects/patent-description-mentions-gene-symbol.mdx',
|
|
682
|
+
'api-objects-patent-descriptions': '/content/docs/api/objects/patent-descriptions.mdx',
|
|
683
|
+
'api-objects-patent-family-lens-id': '/content/docs/api/objects/patent-family-lens-id.mdx',
|
|
684
|
+
'api-objects-patent-family': '/content/docs/api/objects/patent-family.mdx',
|
|
685
|
+
'api-objects-patent-inventors': '/content/docs/api/objects/patent-inventors.mdx',
|
|
686
|
+
'api-objects-patent-literature-citation': '/content/docs/api/objects/patent-literature-citation.mdx',
|
|
687
|
+
'api-objects-patent': '/content/docs/api/objects/patent.mdx',
|
|
688
|
+
'api-objects-patent-number': '/content/docs/api/objects/patent-number.mdx',
|
|
689
|
+
'api-objects-patent-owner': '/content/docs/api/objects/patent-owner.mdx',
|
|
690
|
+
'api-objects-patent-title': '/content/docs/api/objects/patent-title.mdx',
|
|
691
|
+
'api-objects-patent-title-mentions-gene-symbol': '/content/docs/api/objects/patent-title-mentions-gene-symbol.mdx',
|
|
692
|
+
'api-objects-patent-titles': '/content/docs/api/objects/patent-titles.mdx',
|
|
693
|
+
'api-objects-pathway-genes': '/content/docs/api/objects/pathway-genes.mdx',
|
|
694
|
+
'api-objects-pathway': '/content/docs/api/objects/pathway.mdx',
|
|
695
|
+
'api-objects-pathway-pathways-directions': '/content/docs/api/objects/pathway-pathways-directions.mdx',
|
|
696
|
+
'api-objects-pathway-pathways': '/content/docs/api/objects/pathway-pathways.mdx',
|
|
697
|
+
'api-objects-phase': '/content/docs/api/objects/phase.mdx',
|
|
698
|
+
'api-objects-protein-associations': '/content/docs/api/objects/protein-associations.mdx',
|
|
699
|
+
'api-objects-protein-codes': '/content/docs/api/objects/protein-codes.mdx',
|
|
700
|
+
'api-objects-protein-maps-proteins-directions': '/content/docs/api/objects/protein-maps-proteins-directions.mdx',
|
|
701
|
+
'api-objects-protein-maps-proteins': '/content/docs/api/objects/protein-maps-proteins.mdx',
|
|
702
|
+
'api-objects-protein': '/content/docs/api/objects/protein.mdx',
|
|
703
|
+
'api-objects-protein-transcripts': '/content/docs/api/objects/protein-transcripts.mdx',
|
|
704
|
+
'api-objects-province-latest-reports': '/content/docs/api/objects/province-latest-reports.mdx',
|
|
705
|
+
'api-objects-province': '/content/docs/api/objects/province.mdx',
|
|
706
|
+
'api-objects-province-reports': '/content/docs/api/objects/province-reports.mdx',
|
|
707
|
+
'api-objects-purpose': '/content/docs/api/objects/purpose.mdx',
|
|
708
|
+
'api-objects-reference-collection': '/content/docs/api/objects/reference-collection.mdx',
|
|
709
|
+
'api-objects-reference-collection-references': '/content/docs/api/objects/reference-collection-references.mdx',
|
|
710
|
+
'api-objects-reference-has-paperid': '/content/docs/api/objects/reference-has-paperid.mdx',
|
|
711
|
+
'api-objects-reference': '/content/docs/api/objects/reference.mdx',
|
|
712
|
+
'api-objects-reference-paper-id': '/content/docs/api/objects/reference-paper-id.mdx',
|
|
713
|
+
'api-objects-reference-type': '/content/docs/api/objects/reference-type.mdx',
|
|
714
|
+
'api-objects-response': '/content/docs/api/objects/response.mdx',
|
|
715
|
+
'api-objects-responsible': '/content/docs/api/objects/responsible.mdx',
|
|
716
|
+
'api-objects-sponsor': '/content/docs/api/objects/sponsor.mdx',
|
|
717
|
+
'api-objects-start': '/content/docs/api/objects/start.mdx',
|
|
718
|
+
'api-objects-status': '/content/docs/api/objects/status.mdx',
|
|
719
|
+
'api-objects-stop-reason': '/content/docs/api/objects/stop-reason.mdx',
|
|
720
|
+
'api-objects-study-identification': '/content/docs/api/objects/study-identification.mdx',
|
|
721
|
+
'api-objects-study-population': '/content/docs/api/objects/study-population.mdx',
|
|
722
|
+
'api-objects-study-type': '/content/docs/api/objects/study-type.mdx',
|
|
723
|
+
'api-objects-synonym-length-omitted': '/content/docs/api/objects/synonym-length-omitted.mdx',
|
|
724
|
+
'api-objects-synonym': '/content/docs/api/objects/synonym.mdx',
|
|
725
|
+
'api-objects-synonym-special-char-omitted': '/content/docs/api/objects/synonym-special-char-omitted.mdx',
|
|
726
|
+
'api-objects-synonym-word-omitted': '/content/docs/api/objects/synonym-word-omitted.mdx',
|
|
727
|
+
'api-objects-target-activators': '/content/docs/api/objects/target-activators.mdx',
|
|
728
|
+
'api-objects-target-agonists': '/content/docs/api/objects/target-agonists.mdx',
|
|
729
|
+
'api-objects-target-antagonists': '/content/docs/api/objects/target-antagonists.mdx',
|
|
730
|
+
'api-objects-target-binders': '/content/docs/api/objects/target-binders.mdx',
|
|
731
|
+
'api-objects-target-inhibitors': '/content/docs/api/objects/target-inhibitors.mdx',
|
|
732
|
+
'api-objects-target': '/content/docs/api/objects/target.mdx',
|
|
733
|
+
'api-objects-targets': '/content/docs/api/objects/targets.mdx',
|
|
734
|
+
'api-objects-target-targets': '/content/docs/api/objects/target-targets.mdx',
|
|
735
|
+
'api-objects-title': '/content/docs/api/objects/title.mdx',
|
|
736
|
+
'api-objects-transcript-genes': '/content/docs/api/objects/transcript-genes.mdx',
|
|
737
|
+
'api-objects-transcript-maps-transcripts-directions': '/content/docs/api/objects/transcript-maps-transcripts-directions.mdx',
|
|
738
|
+
'api-objects-transcript-maps-transcripts': '/content/docs/api/objects/transcript-maps-transcripts.mdx',
|
|
739
|
+
'api-objects-transcript': '/content/docs/api/objects/transcript.mdx',
|
|
740
|
+
'api-objects-transcript-proteins': '/content/docs/api/objects/transcript-proteins.mdx',
|
|
741
|
+
'api-objects-us-patent-classification': '/content/docs/api/objects/us-patent-classification.mdx',
|
|
742
|
+
'api-objects-word': '/content/docs/api/objects/word.mdx',
|
|
743
|
+
'api-queries-abstract-collection': '/content/docs/api/queries/abstract-collection.mdx',
|
|
744
|
+
'api-queries-abstract': '/content/docs/api/queries/abstract.mdx',
|
|
745
|
+
'api-queries-affiliation': '/content/docs/api/queries/affiliation.mdx',
|
|
746
|
+
'api-queries-age-group': '/content/docs/api/queries/age-group.mdx',
|
|
747
|
+
'api-queries-age-range': '/content/docs/api/queries/age-range.mdx',
|
|
748
|
+
'api-queries-anatomy': '/content/docs/api/queries/anatomy.mdx',
|
|
749
|
+
'api-queries-arm': '/content/docs/api/queries/arm.mdx',
|
|
750
|
+
'api-queries-author-collection': '/content/docs/api/queries/author-collection.mdx',
|
|
751
|
+
'api-queries-author': '/content/docs/api/queries/author.mdx',
|
|
752
|
+
'api-queries-bio-specimen': '/content/docs/api/queries/bio-specimen.mdx',
|
|
753
|
+
'api-queries-body-text-collection': '/content/docs/api/queries/body-text-collection.mdx',
|
|
754
|
+
'api-queries-body-text': '/content/docs/api/queries/body-text.mdx',
|
|
755
|
+
'api-queries-citation': '/content/docs/api/queries/citation.mdx',
|
|
756
|
+
'api-queries-city': '/content/docs/api/queries/city.mdx',
|
|
757
|
+
'api-queries-clinical-trial': '/content/docs/api/queries/clinical-trial.mdx',
|
|
758
|
+
'api-queries-collaborator': '/content/docs/api/queries/collaborator.mdx',
|
|
759
|
+
'api-queries-completed': '/content/docs/api/queries/completed.mdx',
|
|
760
|
+
'api-queries-compound': '/content/docs/api/queries/compound.mdx',
|
|
761
|
+
'api-queries-condition': '/content/docs/api/queries/condition.mdx',
|
|
762
|
+
'api-queries-contact': '/content/docs/api/queries/contact.mdx',
|
|
763
|
+
'api-queries-cooperative-patent-classification': '/content/docs/api/queries/cooperative-patent-classification.mdx',
|
|
764
|
+
'api-queries-country': '/content/docs/api/queries/country.mdx',
|
|
765
|
+
'api-queries-daily-report': '/content/docs/api/queries/daily-report.mdx',
|
|
766
|
+
'api-queries-description': '/content/docs/api/queries/description.mdx',
|
|
767
|
+
'api-queries-design': '/content/docs/api/queries/design.mdx',
|
|
768
|
+
'api-queries-disease': '/content/docs/api/queries/disease.mdx',
|
|
769
|
+
'api-queries-entity': '/content/docs/api/queries/entity.mdx',
|
|
770
|
+
'api-queries-exclusion-criteria': '/content/docs/api/queries/exclusion-criteria.mdx',
|
|
771
|
+
'api-queries-facility': '/content/docs/api/queries/facility.mdx',
|
|
772
|
+
'api-queries-fragment': '/content/docs/api/queries/fragment.mdx',
|
|
773
|
+
'api-queries-from-abstract': '/content/docs/api/queries/from-abstract.mdx',
|
|
774
|
+
'api-queries-from-body-text': '/content/docs/api/queries/from-body-text.mdx',
|
|
775
|
+
'api-queries-from-patent-abstract': '/content/docs/api/queries/from-patent-abstract.mdx',
|
|
776
|
+
'api-queries-from-patent-claim': '/content/docs/api/queries/from-patent-claim.mdx',
|
|
777
|
+
'api-queries-from-patent-description': '/content/docs/api/queries/from-patent-description.mdx',
|
|
778
|
+
'api-queries-from-patent-title': '/content/docs/api/queries/from-patent-title.mdx',
|
|
779
|
+
'api-queries-gender': '/content/docs/api/queries/gender.mdx',
|
|
780
|
+
'api-queries-gene': '/content/docs/api/queries/gene.mdx',
|
|
781
|
+
'api-queries-gene-symbol': '/content/docs/api/queries/gene-symbol.mdx',
|
|
782
|
+
'api-queries-go-term': '/content/docs/api/queries/go-term.mdx',
|
|
783
|
+
'api-queries-gtex-detailed-tissue': '/content/docs/api/queries/gtex-detailed-tissue.mdx',
|
|
784
|
+
'api-queries-gtex-sample': '/content/docs/api/queries/gtex-sample.mdx',
|
|
785
|
+
'api-queries-gtex-tissue': '/content/docs/api/queries/gtex-tissue.mdx',
|
|
786
|
+
'api-queries-inclusion-criteria': '/content/docs/api/queries/inclusion-criteria.mdx',
|
|
787
|
+
'api-queries-international-patent-classification': '/content/docs/api/queries/international-patent-classification.mdx',
|
|
788
|
+
'api-queries-intervention': '/content/docs/api/queries/intervention.mdx',
|
|
789
|
+
'api-queries-investigator': '/content/docs/api/queries/investigator.mdx',
|
|
790
|
+
'api-queries-keyword': '/content/docs/api/queries/keyword.mdx',
|
|
791
|
+
'api-queries-latest': '/content/docs/api/queries/latest.mdx',
|
|
792
|
+
'api-queries-lens-id': '/content/docs/api/queries/lens-id.mdx',
|
|
793
|
+
'api-queries-link': '/content/docs/api/queries/link.mdx',
|
|
794
|
+
'api-queries-location': '/content/docs/api/queries/location.mdx',
|
|
795
|
+
'api-queries-named-entity': '/content/docs/api/queries/named-entity.mdx',
|
|
796
|
+
'api-queries-non-patent-literature-citation': '/content/docs/api/queries/non-patent-literature-citation.mdx',
|
|
797
|
+
'api-queries-observation-period': '/content/docs/api/queries/observation-period.mdx',
|
|
798
|
+
'api-queries-omit-length': '/content/docs/api/queries/omit-length.mdx',
|
|
799
|
+
'api-queries-omit-special-char': '/content/docs/api/queries/omit-special-char.mdx',
|
|
800
|
+
'api-queries-omit-word': '/content/docs/api/queries/omit-word.mdx',
|
|
801
|
+
'api-queries-outcome': '/content/docs/api/queries/outcome.mdx',
|
|
802
|
+
'api-queries-paper-id': '/content/docs/api/queries/paper-id.mdx',
|
|
803
|
+
'api-queries-paper': '/content/docs/api/queries/paper.mdx',
|
|
804
|
+
'api-queries-patent-abstract': '/content/docs/api/queries/patent-abstract.mdx',
|
|
805
|
+
'api-queries-patent-citation-collection': '/content/docs/api/queries/patent-citation-collection.mdx',
|
|
806
|
+
'api-queries-patent-claim': '/content/docs/api/queries/patent-claim.mdx',
|
|
807
|
+
'api-queries-patent-classification-collection': '/content/docs/api/queries/patent-classification-collection.mdx',
|
|
808
|
+
'api-queries-patent-description': '/content/docs/api/queries/patent-description.mdx',
|
|
809
|
+
'api-queries-patent-family': '/content/docs/api/queries/patent-family.mdx',
|
|
810
|
+
'api-queries-patent-literature-citation': '/content/docs/api/queries/patent-literature-citation.mdx',
|
|
811
|
+
'api-queries-patent': '/content/docs/api/queries/patent.mdx',
|
|
812
|
+
'api-queries-patent-number': '/content/docs/api/queries/patent-number.mdx',
|
|
813
|
+
'api-queries-patent-title': '/content/docs/api/queries/patent-title.mdx',
|
|
814
|
+
'api-queries-pathway': '/content/docs/api/queries/pathway.mdx',
|
|
815
|
+
'api-queries-phase': '/content/docs/api/queries/phase.mdx',
|
|
816
|
+
'api-queries-protein': '/content/docs/api/queries/protein.mdx',
|
|
817
|
+
'api-queries-province': '/content/docs/api/queries/province.mdx',
|
|
818
|
+
'api-queries-purpose': '/content/docs/api/queries/purpose.mdx',
|
|
819
|
+
'api-queries-reference-collection': '/content/docs/api/queries/reference-collection.mdx',
|
|
820
|
+
'api-queries-reference': '/content/docs/api/queries/reference.mdx',
|
|
821
|
+
'api-queries-reference-type': '/content/docs/api/queries/reference-type.mdx',
|
|
822
|
+
'api-queries-response': '/content/docs/api/queries/response.mdx',
|
|
823
|
+
'api-queries-responsible': '/content/docs/api/queries/responsible.mdx',
|
|
824
|
+
'api-queries-sponsor': '/content/docs/api/queries/sponsor.mdx',
|
|
825
|
+
'api-queries-start': '/content/docs/api/queries/start.mdx',
|
|
826
|
+
'api-queries-status': '/content/docs/api/queries/status.mdx',
|
|
827
|
+
'api-queries-stop-reason': '/content/docs/api/queries/stop-reason.mdx',
|
|
828
|
+
'api-queries-study-identification': '/content/docs/api/queries/study-identification.mdx',
|
|
829
|
+
'api-queries-study-population': '/content/docs/api/queries/study-population.mdx',
|
|
830
|
+
'api-queries-study-type': '/content/docs/api/queries/study-type.mdx',
|
|
831
|
+
'api-queries-target': '/content/docs/api/queries/target.mdx',
|
|
832
|
+
'api-queries-title': '/content/docs/api/queries/title.mdx',
|
|
833
|
+
'api-queries-transcript': '/content/docs/api/queries/transcript.mdx',
|
|
834
|
+
'api-queries-us-patent-classification': '/content/docs/api/queries/us-patent-classification.mdx',
|
|
835
|
+
'api-queries-word': '/content/docs/api/queries/word.mdx',
|
|
836
|
+
'api-scalars-boolean': '/content/docs/api/scalars/boolean.mdx',
|
|
837
|
+
'api-scalars-float': '/content/docs/api/scalars/float.mdx',
|
|
838
|
+
'api-scalars-id': '/content/docs/api/scalars/id.mdx',
|
|
839
|
+
'api-scalars-int': '/content/docs/api/scalars/int.mdx',
|
|
840
|
+
'api-scalars-string': '/content/docs/api/scalars/string.mdx'
|
|
118
841
|
};
|
|
119
842
|
const filePath = contentPathMap[contentId];
|
|
120
843
|
if (!filePath) {
|
|
@@ -141,7 +864,7 @@ const loadMarkdownContent = async contentId => {
|
|
|
141
864
|
const loadActualMarkdownFile = async filePath => {
|
|
142
865
|
try {
|
|
143
866
|
// Convert the file path to the actual file system path
|
|
144
|
-
const actualPath = filePath.replace('/content/', '/home/coder/Documents/cdmbase-projects/
|
|
867
|
+
const actualPath = filePath.replace('/content/', '/home/coder/Documents/cdmbase-projects/clock-tik/packages-modules/clock-tik/browser/src/content/');
|
|
145
868
|
// In a browser environment, we can't directly read files from the file system
|
|
146
869
|
// This would need to be implemented differently in a real application
|
|
147
870
|
// For now, we'll return null to use sample content
|
|
@@ -153,321 +876,7 @@ const loadActualMarkdownFile = async filePath => {
|
|
|
153
876
|
};
|
|
154
877
|
// Sample content function for development
|
|
155
878
|
const getSampleContent = contentId => {
|
|
156
|
-
|
|
157
|
-
'what-is-yantra-intro': `# What is Yantra?
|
|
158
|
-
|
|
159
|
-
Yantra is an **AI-powered search engine** that searches the web and delivers conversational answers backed by verifiable sources. Unlike traditional search engines that return lists of links, Yantra provides direct answers with citations and links to original sources.
|
|
160
|
-
|
|
161
|
-
## What sets Yantra apart
|
|
162
|
-
|
|
163
|
-
Yantra integrates cutting-edge AI models, including OpenAI's GPT models and Anthropic's Claude, to provide comprehensive and accurate answers to your questions.
|
|
164
|
-
|
|
165
|
-
### Key Features
|
|
166
|
-
|
|
167
|
-
- **Conversational Answers**: Get direct answers instead of just links
|
|
168
|
-
- **Source Citations**: Every answer includes verifiable sources
|
|
169
|
-
- **AI-Powered**: Uses the latest AI models for accurate responses
|
|
170
|
-
- **Real-time Search**: Searches the web in real-time for current information
|
|
171
|
-
|
|
172
|
-
## How to Use Yantra
|
|
173
|
-
|
|
174
|
-
1. **Ask Questions**: Simply type your question in natural language
|
|
175
|
-
2. **Get Answers**: Receive comprehensive answers with sources
|
|
176
|
-
3. **Explore Sources**: Click on citations to explore original sources
|
|
177
|
-
4. **Follow-up**: Ask follow-up questions for deeper understanding
|
|
178
|
-
|
|
179
|
-
## Getting Started
|
|
180
|
-
|
|
181
|
-
To get started with Yantra:
|
|
182
|
-
|
|
183
|
-
1. Visit our website
|
|
184
|
-
2. Sign up for an account
|
|
185
|
-
3. Start asking questions
|
|
186
|
-
4. Explore the different search modes available
|
|
187
|
-
|
|
188
|
-
For more advanced features, consider upgrading to Yantra Pro or Max.`,
|
|
189
|
-
'how-yantra-works': `# How does Yantra work?
|
|
190
|
-
|
|
191
|
-
Yantra combines advanced AI technology with real-time web search to provide accurate, up-to-date answers to your questions.
|
|
192
|
-
|
|
193
|
-
## The Technology Behind Yantra
|
|
194
|
-
|
|
195
|
-
### AI Models Integration
|
|
196
|
-
|
|
197
|
-
Yantra uses multiple AI models to ensure the best possible answers:
|
|
198
|
-
|
|
199
|
-
- **GPT Models**: For comprehensive text generation
|
|
200
|
-
- **Claude**: For advanced reasoning and analysis
|
|
201
|
-
- **Custom Models**: Fine-tuned for specific use cases
|
|
202
|
-
|
|
203
|
-
### Search Process
|
|
204
|
-
|
|
205
|
-
1. **Query Processing**: Your question is analyzed and optimized
|
|
206
|
-
2. **Web Search**: Relevant sources are searched in real-time
|
|
207
|
-
3. **Content Analysis**: AI models analyze and synthesize information
|
|
208
|
-
4. **Answer Generation**: A comprehensive answer is generated with citations
|
|
209
|
-
|
|
210
|
-
## Search Modes
|
|
211
|
-
|
|
212
|
-
Yantra offers different search modes for various needs:
|
|
213
|
-
|
|
214
|
-
- **Regular Search**: Standard web search with AI-powered answers
|
|
215
|
-
- **Pro Search**: Enhanced search with additional features
|
|
216
|
-
- **Deep Research**: Comprehensive research mode for complex topics
|
|
217
|
-
- **Labs**: Experimental features and capabilities
|
|
218
|
-
|
|
219
|
-
## Accuracy and Reliability
|
|
220
|
-
|
|
221
|
-
Yantra prioritizes accuracy through:
|
|
222
|
-
|
|
223
|
-
- **Source Verification**: All sources are verified and current
|
|
224
|
-
- **AI Model Selection**: Best model chosen for each query type
|
|
225
|
-
- **Quality Control**: Multiple quality checks before delivery
|
|
226
|
-
- **User Feedback**: Continuous improvement based on user feedback
|
|
227
|
-
|
|
228
|
-
## Privacy and Security
|
|
229
|
-
|
|
230
|
-
Your privacy is protected with:
|
|
231
|
-
|
|
232
|
-
- **Data Encryption**: All data encrypted in transit and at rest
|
|
233
|
-
- **Privacy Controls**: Granular privacy settings
|
|
234
|
-
- **No Personal Data Storage**: Personal data not stored permanently
|
|
235
|
-
- **GDPR Compliance**: Full compliance with privacy regulations`,
|
|
236
|
-
'practical-tips-yantra': `# Practical Tips for Using Yantra
|
|
237
|
-
|
|
238
|
-
Maximize your productivity with these practical tips for using Yantra effectively.
|
|
239
|
-
|
|
240
|
-
## Search Optimization
|
|
241
|
-
|
|
242
|
-
### Effective Query Techniques
|
|
243
|
-
|
|
244
|
-
- **Be Specific**: Use specific terms for better results
|
|
245
|
-
- **Ask Complete Questions**: Frame complete questions rather than keywords
|
|
246
|
-
- **Use Context**: Provide context when asking follow-up questions
|
|
247
|
-
- **Try Different Phrasings**: Rephrase questions if initial results aren't satisfactory
|
|
248
|
-
|
|
249
|
-
### Advanced Search Tips
|
|
250
|
-
|
|
251
|
-
- **Use Quotes**: Quote specific phrases for exact matches
|
|
252
|
-
- **Combine Concepts**: Ask about relationships between different concepts
|
|
253
|
-
- **Request Examples**: Ask for examples to better understand topics
|
|
254
|
-
- **Ask for Comparisons**: Compare different options or approaches
|
|
255
|
-
|
|
256
|
-
## Research Strategies
|
|
257
|
-
|
|
258
|
-
### Comprehensive Research
|
|
259
|
-
|
|
260
|
-
1. **Start Broad**: Begin with general questions
|
|
261
|
-
2. **Narrow Down**: Ask more specific follow-up questions
|
|
262
|
-
3. **Explore Sources**: Click through to original sources
|
|
263
|
-
4. **Verify Information**: Cross-reference information from multiple sources
|
|
264
|
-
|
|
265
|
-
### Academic Research
|
|
266
|
-
|
|
267
|
-
- **Cite Sources**: Use Yantra's citations for academic work
|
|
268
|
-
- **Check Recency**: Verify information is current
|
|
269
|
-
- **Multiple Perspectives**: Seek different viewpoints on topics
|
|
270
|
-
- **Fact-checking**: Verify claims with original sources
|
|
271
|
-
|
|
272
|
-
## Productivity Features
|
|
273
|
-
|
|
274
|
-
### Time-Saving Techniques
|
|
275
|
-
|
|
276
|
-
- **Saved Searches**: Save frequently used searches
|
|
277
|
-
- **Collections**: Organize research into collections
|
|
278
|
-
- **Export Options**: Export answers for offline use
|
|
279
|
-
- **Follow-up Questions**: Use follow-up questions for deeper exploration
|
|
280
|
-
|
|
281
|
-
### Workflow Integration
|
|
282
|
-
|
|
283
|
-
- **Browser Integration**: Use browser extensions for quick access
|
|
284
|
-
- **API Integration**: Integrate with other tools via API
|
|
285
|
-
- **Mobile Access**: Access Yantra on mobile devices
|
|
286
|
-
- **Team Collaboration**: Share research with team members
|
|
287
|
-
|
|
288
|
-
## Best Practices
|
|
289
|
-
|
|
290
|
-
### Information Quality
|
|
291
|
-
|
|
292
|
-
- **Verify Sources**: Always check original sources
|
|
293
|
-
- **Consider Bias**: Be aware of potential bias in sources
|
|
294
|
-
- **Multiple Sources**: Consult multiple sources for important topics
|
|
295
|
-
- **Update Information**: Check for updates on evolving topics
|
|
296
|
-
|
|
297
|
-
### Ethical Usage
|
|
298
|
-
|
|
299
|
-
- **Respect Copyright**: Respect intellectual property rights
|
|
300
|
-
- **Proper Attribution**: Give proper credit to sources
|
|
301
|
-
- **Academic Integrity**: Use responsibly in academic contexts
|
|
302
|
-
- **Fact-checking**: Verify information before sharing`,
|
|
303
|
-
'yantra-discord-community': `# Yantra Discord Community
|
|
304
|
-
|
|
305
|
-
Join our vibrant Discord community to connect with other Yantra users, get help, and share insights.
|
|
306
|
-
|
|
307
|
-
## Community Benefits
|
|
308
|
-
|
|
309
|
-
### Learning and Support
|
|
310
|
-
|
|
311
|
-
- **Peer Support**: Get help from other users
|
|
312
|
-
- **Expert Advice**: Access to Yantra team members
|
|
313
|
-
- **Best Practices**: Learn from experienced users
|
|
314
|
-
- **Troubleshooting**: Get help with technical issues
|
|
315
|
-
|
|
316
|
-
### Networking Opportunities
|
|
317
|
-
|
|
318
|
-
- **Professional Connections**: Connect with professionals in your field
|
|
319
|
-
- **Knowledge Sharing**: Share your expertise with others
|
|
320
|
-
- **Collaboration**: Find collaboration opportunities
|
|
321
|
-
- **Mentorship**: Both give and receive mentorship
|
|
322
|
-
|
|
323
|
-
## Community Guidelines
|
|
324
|
-
|
|
325
|
-
### Respectful Interaction
|
|
326
|
-
|
|
327
|
-
- **Be Respectful**: Treat all members with respect
|
|
328
|
-
- **Constructive Feedback**: Provide helpful, constructive feedback
|
|
329
|
-
- **No Spam**: Avoid repetitive or irrelevant messages
|
|
330
|
-
- **Stay On Topic**: Keep discussions relevant to the channel
|
|
331
|
-
|
|
332
|
-
### Content Guidelines
|
|
333
|
-
|
|
334
|
-
- **Appropriate Content**: Share only appropriate content
|
|
335
|
-
- **No Self-Promotion**: Avoid excessive self-promotion
|
|
336
|
-
- **Helpful Sharing**: Share content that benefits the community
|
|
337
|
-
- **Respect Privacy**: Respect others' privacy
|
|
338
|
-
|
|
339
|
-
## Getting Started
|
|
340
|
-
|
|
341
|
-
### Joining the Community
|
|
342
|
-
|
|
343
|
-
1. **Discord Invite**: Use the official invite link
|
|
344
|
-
2. **Complete Profile**: Set up your Discord profile
|
|
345
|
-
3. **Read Guidelines**: Familiarize yourself with community rules
|
|
346
|
-
4. **Introduce Yourself**: Introduce yourself in the welcome channel
|
|
347
|
-
|
|
348
|
-
### Finding Your Way
|
|
349
|
-
|
|
350
|
-
- **Channel Guide**: Review the channel descriptions
|
|
351
|
-
- **Role Assignment**: Get appropriate roles assigned
|
|
352
|
-
- **Notification Settings**: Configure notification preferences
|
|
353
|
-
- **Search Function**: Use Discord's search to find past discussions
|
|
354
|
-
|
|
355
|
-
## Community Channels
|
|
356
|
-
|
|
357
|
-
### Main Channels
|
|
358
|
-
|
|
359
|
-
- **General Discussion**: General Yantra-related discussions
|
|
360
|
-
- **Help and Support**: Get help with Yantra
|
|
361
|
-
- **Feature Requests**: Suggest new features
|
|
362
|
-
- **Announcements**: Official Yantra announcements
|
|
363
|
-
|
|
364
|
-
### Specialized Channels
|
|
365
|
-
|
|
366
|
-
- **Academic Research**: Academic and research discussions
|
|
367
|
-
- **Business Use**: Business and professional use cases
|
|
368
|
-
- **Technical Discussion**: Technical implementation discussions
|
|
369
|
-
- **Community Projects**: Community-driven projects
|
|
370
|
-
|
|
371
|
-
## Community Events
|
|
372
|
-
|
|
373
|
-
### Regular Events
|
|
374
|
-
|
|
375
|
-
- **Weekly Q&A**: Weekly question and answer sessions
|
|
376
|
-
- **Feature Demos**: Demonstrations of new features
|
|
377
|
-
- **Community Challenges**: Fun challenges and competitions
|
|
378
|
-
- **Guest Speakers**: Industry expert presentations
|
|
379
|
-
|
|
380
|
-
### Special Events
|
|
381
|
-
|
|
382
|
-
- **Product Launches**: Special events for new product launches
|
|
383
|
-
- **Community Meetups**: Virtual and in-person meetups
|
|
384
|
-
- **Hackathons**: Community hackathons and competitions
|
|
385
|
-
- **Awards**: Recognition for community contributions`,
|
|
386
|
-
'getting-started-yantra': `# Getting Started with Yantra
|
|
387
|
-
|
|
388
|
-
A comprehensive guide to help you get started with Yantra and make the most of its features.
|
|
389
|
-
|
|
390
|
-
## Account Setup
|
|
391
|
-
|
|
392
|
-
### Creating Your Account
|
|
393
|
-
|
|
394
|
-
1. **Visit Yantra**: Go to the Yantra website
|
|
395
|
-
2. **Sign Up**: Create your account with email or social login
|
|
396
|
-
3. **Verify Email**: Verify your email address
|
|
397
|
-
4. **Complete Profile**: Fill out your profile information
|
|
398
|
-
|
|
399
|
-
### Initial Configuration
|
|
400
|
-
|
|
401
|
-
- **Preferences**: Set your search preferences
|
|
402
|
-
- **Notifications**: Configure notification settings
|
|
403
|
-
- **Privacy Settings**: Review and adjust privacy settings
|
|
404
|
-
- **Profile Customization**: Customize your profile
|
|
405
|
-
|
|
406
|
-
## First Steps
|
|
407
|
-
|
|
408
|
-
### Basic Usage
|
|
409
|
-
|
|
410
|
-
1. **Ask Your First Question**: Try asking a simple question
|
|
411
|
-
2. **Explore Results**: Review the answer and sources
|
|
412
|
-
3. **Try Follow-ups**: Ask follow-up questions
|
|
413
|
-
4. **Save Searches**: Save useful searches for later
|
|
414
|
-
|
|
415
|
-
### Understanding Features
|
|
416
|
-
|
|
417
|
-
- **Search Modes**: Learn about different search modes
|
|
418
|
-
- **Source Citations**: Understand how citations work
|
|
419
|
-
- **Collections**: Learn to organize your research
|
|
420
|
-
- **Export Options**: Explore export capabilities
|
|
421
|
-
|
|
422
|
-
## Essential Features
|
|
423
|
-
|
|
424
|
-
### Core Functionality
|
|
425
|
-
|
|
426
|
-
- **Natural Language Queries**: Ask questions in natural language
|
|
427
|
-
- **Real-time Search**: Get current information from the web
|
|
428
|
-
- **Source Verification**: Verify information with original sources
|
|
429
|
-
- **Follow-up Questions**: Continue conversations with follow-ups
|
|
430
|
-
|
|
431
|
-
### Advanced Features
|
|
432
|
-
|
|
433
|
-
- **Collections**: Organize research into collections
|
|
434
|
-
- **Saved Searches**: Save frequently used searches
|
|
435
|
-
- **Export Options**: Export answers in various formats
|
|
436
|
-
- **API Access**: Use Yantra via API for integration
|
|
437
|
-
|
|
438
|
-
## Tips for Success
|
|
439
|
-
|
|
440
|
-
### Effective Searching
|
|
441
|
-
|
|
442
|
-
- **Be Specific**: Ask specific questions for better results
|
|
443
|
-
- **Provide Context**: Give context for complex questions
|
|
444
|
-
- **Use Follow-ups**: Use follow-up questions for deeper understanding
|
|
445
|
-
- **Verify Sources**: Always check original sources
|
|
446
|
-
|
|
447
|
-
### Productivity Tips
|
|
448
|
-
|
|
449
|
-
- **Organize Research**: Use collections to organize your research
|
|
450
|
-
- **Save Useful Searches**: Save searches you use frequently
|
|
451
|
-
- **Export Important Information**: Export key findings
|
|
452
|
-
- **Share with Team**: Share research with colleagues
|
|
453
|
-
|
|
454
|
-
## Getting Help
|
|
455
|
-
|
|
456
|
-
### Support Resources
|
|
457
|
-
|
|
458
|
-
- **Help Center**: Comprehensive help documentation
|
|
459
|
-
- **Community Forum**: Connect with other users
|
|
460
|
-
- **Contact Support**: Reach out to our support team
|
|
461
|
-
- **Video Tutorials**: Watch tutorial videos
|
|
462
|
-
|
|
463
|
-
### Learning Resources
|
|
464
|
-
|
|
465
|
-
- **Documentation**: Detailed feature documentation
|
|
466
|
-
- **Best Practices**: Learn best practices from experienced users
|
|
467
|
-
- **Use Cases**: Explore different use cases and examples
|
|
468
|
-
- **Advanced Guides**: Advanced usage guides and tips`
|
|
469
|
-
};
|
|
470
|
-
return sampleContent[contentId] || `# ${contentId.replace(/-/g, ' ').replace(/\b\w/g, l => l.toUpperCase())}
|
|
879
|
+
return `# ${contentId.replace(/-/g, ' ').replace(/\b\w/g, l => l.toUpperCase())}
|
|
471
880
|
|
|
472
881
|
This is sample content for ${contentId}. The actual markdown file content would be loaded here in a production environment.
|
|
473
882
|
|
|
@@ -501,740 +910,757 @@ For advanced users, here are some additional tips and techniques:
|
|
|
501
910
|
|
|
502
911
|
If you need help with this topic, please refer to our support resources or contact our team.`;
|
|
503
912
|
};
|
|
504
|
-
// Category metadata - this defines the structure and metadata
|
|
913
|
+
// Category metadata - this defines the structure and metadata based on actual content
|
|
505
914
|
const categoryMetadata = {
|
|
506
|
-
|
|
507
|
-
id: '
|
|
508
|
-
title: '
|
|
509
|
-
description: '
|
|
510
|
-
iconType: '
|
|
511
|
-
articles: [{
|
|
512
|
-
id: 'what-is-yantra-intro',
|
|
513
|
-
title: 'What is Yantra?',
|
|
514
|
-
description: 'Learn more about Yantra and what sets us apart from traditional search engines.',
|
|
515
|
-
slug: 'what-is-yantra-intro',
|
|
516
|
-
author: 'Beena',
|
|
517
|
-
updatedAt: '4 months ago',
|
|
518
|
-
categoryId: 'what-is-yantra'
|
|
519
|
-
}, {
|
|
520
|
-
id: 'how-yantra-works',
|
|
521
|
-
title: 'How does Yantra work?',
|
|
522
|
-
description: 'Learn how Yantra uses AI to search the web and provide conversational answers.',
|
|
523
|
-
slug: 'how-yantra-works',
|
|
524
|
-
author: 'Beena',
|
|
525
|
-
updatedAt: '4 months ago',
|
|
526
|
-
categoryId: 'what-is-yantra'
|
|
527
|
-
}, {
|
|
528
|
-
id: 'practical-tips-yantra',
|
|
529
|
-
title: 'Practical Tips for Using Yantra',
|
|
530
|
-
description: 'Maximize your productivity with these practical tips for using Yantra effectively.',
|
|
531
|
-
slug: 'practical-tips-yantra',
|
|
532
|
-
author: 'Beena',
|
|
533
|
-
updatedAt: '4 months ago',
|
|
534
|
-
categoryId: 'what-is-yantra'
|
|
535
|
-
}, {
|
|
536
|
-
id: 'yantra-discord-community',
|
|
537
|
-
title: 'Yantra Discord Community',
|
|
538
|
-
description: 'Join our vibrant Discord community to connect with other Yantra users, get help, and share insights.',
|
|
539
|
-
slug: 'yantra-discord-community',
|
|
540
|
-
author: 'Beena',
|
|
541
|
-
updatedAt: '4 months ago',
|
|
542
|
-
categoryId: 'what-is-yantra'
|
|
543
|
-
}, {
|
|
544
|
-
id: 'getting-started-yantra',
|
|
545
|
-
title: 'Getting Started with Yantra',
|
|
546
|
-
description: 'A comprehensive guide to help you get started with Yantra and make the most of its features.',
|
|
547
|
-
slug: 'getting-started-yantra',
|
|
548
|
-
author: 'Beena',
|
|
549
|
-
updatedAt: '4 months ago',
|
|
550
|
-
categoryId: 'what-is-yantra'
|
|
551
|
-
}]
|
|
552
|
-
},
|
|
553
|
-
'yantra-pro-max': {
|
|
554
|
-
id: 'yantra-pro-max',
|
|
555
|
-
title: 'Yantra Pro and Max',
|
|
556
|
-
description: 'Pro | Max | Pricing | Billing',
|
|
557
|
-
iconType: 'Pro',
|
|
558
|
-
articles: [{
|
|
559
|
-
id: 'yantra-pro-overview',
|
|
560
|
-
title: 'Yantra Pro Overview',
|
|
561
|
-
description: 'Learn about Yantra Pro features and benefits.',
|
|
562
|
-
slug: 'yantra-pro-overview',
|
|
563
|
-
author: 'Beena',
|
|
564
|
-
updatedAt: '4 months ago',
|
|
565
|
-
categoryId: 'yantra-pro-max'
|
|
566
|
-
}, {
|
|
567
|
-
id: 'yantra-max-features',
|
|
568
|
-
title: 'Yantra Max Features',
|
|
569
|
-
description: 'Discover the advanced features available in Yantra Max.',
|
|
570
|
-
slug: 'yantra-max-features',
|
|
571
|
-
author: 'Beena',
|
|
572
|
-
updatedAt: '4 months ago',
|
|
573
|
-
categoryId: 'yantra-pro-max'
|
|
574
|
-
}, {
|
|
575
|
-
id: 'pro-pricing',
|
|
576
|
-
title: 'Pro Pricing',
|
|
577
|
-
description: 'Understand Yantra Pro pricing and what you get with your subscription.',
|
|
578
|
-
slug: 'pro-pricing',
|
|
579
|
-
author: 'Beena',
|
|
580
|
-
updatedAt: '4 months ago',
|
|
581
|
-
categoryId: 'yantra-pro-max'
|
|
582
|
-
}, {
|
|
583
|
-
id: 'subscription-benefits',
|
|
584
|
-
title: 'Subscription Benefits',
|
|
585
|
-
description: 'Explore the benefits of subscribing to Yantra Pro or Max.',
|
|
586
|
-
slug: 'subscription-benefits',
|
|
587
|
-
author: 'Beena',
|
|
588
|
-
updatedAt: '4 months ago',
|
|
589
|
-
categoryId: 'yantra-pro-max'
|
|
590
|
-
}, {
|
|
591
|
-
id: 'upgrade-process',
|
|
592
|
-
title: 'Upgrade Process',
|
|
593
|
-
description: 'Learn how to upgrade your Yantra account to Pro or Max.',
|
|
594
|
-
slug: 'upgrade-process',
|
|
595
|
-
author: 'Beena',
|
|
596
|
-
updatedAt: '4 months ago',
|
|
597
|
-
categoryId: 'yantra-pro-max'
|
|
598
|
-
}, {
|
|
599
|
-
id: 'billing-management',
|
|
600
|
-
title: 'Billing Management',
|
|
601
|
-
description: 'Manage your Yantra subscription billing and payment methods.',
|
|
602
|
-
slug: 'billing-management',
|
|
603
|
-
author: 'Beena',
|
|
604
|
-
updatedAt: '4 months ago',
|
|
605
|
-
categoryId: 'yantra-pro-max'
|
|
606
|
-
}, {
|
|
607
|
-
id: 'cancellation-refund',
|
|
608
|
-
title: 'Cancellation & Refund',
|
|
609
|
-
description: 'Information about canceling your subscription and refund policies.',
|
|
610
|
-
slug: 'cancellation-refund',
|
|
611
|
-
author: 'Beena',
|
|
612
|
-
updatedAt: '4 months ago',
|
|
613
|
-
categoryId: 'yantra-pro-max'
|
|
614
|
-
}]
|
|
615
|
-
},
|
|
616
|
-
'product-features': {
|
|
617
|
-
id: 'product-features',
|
|
618
|
-
title: 'Product Features',
|
|
619
|
-
description: 'Search | AI | Citations | Export',
|
|
620
|
-
iconType: 'Features',
|
|
621
|
-
articles: [{
|
|
622
|
-
id: 'search-features',
|
|
623
|
-
title: 'Search Features',
|
|
624
|
-
description: "Explore Yantra's powerful search capabilities and features.",
|
|
625
|
-
slug: 'search-features',
|
|
626
|
-
author: 'Beena',
|
|
627
|
-
updatedAt: '4 months ago',
|
|
628
|
-
categoryId: 'product-features'
|
|
629
|
-
}, {
|
|
630
|
-
id: 'ai-models',
|
|
631
|
-
title: 'AI Models',
|
|
632
|
-
description: "Learn about the AI models powering Yantra's search and answers.",
|
|
633
|
-
slug: 'ai-models',
|
|
634
|
-
author: 'Beena',
|
|
635
|
-
updatedAt: '4 months ago',
|
|
636
|
-
categoryId: 'product-features'
|
|
637
|
-
}, {
|
|
638
|
-
id: 'conversation-features',
|
|
639
|
-
title: 'Conversation Features',
|
|
640
|
-
description: "Discover Yantra's conversational AI capabilities.",
|
|
641
|
-
slug: 'conversation-features',
|
|
642
|
-
author: 'Beena',
|
|
643
|
-
updatedAt: '4 months ago',
|
|
644
|
-
categoryId: 'product-features'
|
|
645
|
-
}, {
|
|
646
|
-
id: 'source-citations',
|
|
647
|
-
title: 'Source Citations',
|
|
648
|
-
description: 'Understand how Yantra provides verifiable source citations.',
|
|
649
|
-
slug: 'source-citations',
|
|
650
|
-
author: 'Beena',
|
|
651
|
-
updatedAt: '4 months ago',
|
|
652
|
-
categoryId: 'product-features'
|
|
653
|
-
}, {
|
|
654
|
-
id: 'real-time-search',
|
|
655
|
-
title: 'Real-time Search',
|
|
656
|
-
description: "Learn about Yantra's real-time web search capabilities.",
|
|
657
|
-
slug: 'real-time-search',
|
|
658
|
-
author: 'Beena',
|
|
659
|
-
updatedAt: '4 months ago',
|
|
660
|
-
categoryId: 'product-features'
|
|
661
|
-
}, {
|
|
662
|
-
id: 'follow-up-questions',
|
|
663
|
-
title: 'Follow-up Questions',
|
|
664
|
-
description: 'Master the art of asking effective follow-up questions.',
|
|
665
|
-
slug: 'follow-up-questions',
|
|
666
|
-
author: 'Beena',
|
|
667
|
-
updatedAt: '4 months ago',
|
|
668
|
-
categoryId: 'product-features'
|
|
669
|
-
}, {
|
|
670
|
-
id: 'search-history',
|
|
671
|
-
title: 'Search History',
|
|
672
|
-
description: 'Access and manage your Yantra search history.',
|
|
673
|
-
slug: 'search-history',
|
|
674
|
-
author: 'Beena',
|
|
675
|
-
updatedAt: '4 months ago',
|
|
676
|
-
categoryId: 'product-features'
|
|
677
|
-
}, {
|
|
678
|
-
id: 'saved-searches',
|
|
679
|
-
title: 'Saved Searches',
|
|
680
|
-
description: 'Save and organize your frequently used searches.',
|
|
681
|
-
slug: 'saved-searches',
|
|
682
|
-
author: 'Beena',
|
|
683
|
-
updatedAt: '4 months ago',
|
|
684
|
-
categoryId: 'product-features'
|
|
685
|
-
}, {
|
|
686
|
-
id: 'export-features',
|
|
687
|
-
title: 'Export Features',
|
|
688
|
-
description: 'Export your Yantra research and answers in various formats.',
|
|
689
|
-
slug: 'export-features',
|
|
690
|
-
author: 'Beena',
|
|
691
|
-
updatedAt: '4 months ago',
|
|
692
|
-
categoryId: 'product-features'
|
|
693
|
-
}, {
|
|
694
|
-
id: 'collaboration-tools',
|
|
695
|
-
title: 'Collaboration Tools',
|
|
696
|
-
description: "Collaborate with others using Yantra's sharing and team features.",
|
|
697
|
-
slug: 'collaboration-tools',
|
|
698
|
-
author: 'Beena',
|
|
699
|
-
updatedAt: '4 months ago',
|
|
700
|
-
categoryId: 'product-features'
|
|
701
|
-
}]
|
|
702
|
-
},
|
|
703
|
-
'subscription-billing': {
|
|
704
|
-
id: 'subscription-billing',
|
|
705
|
-
title: 'Subscription, Billing & Promotions',
|
|
706
|
-
description: 'Billing | Payment | Promotions | Refunds',
|
|
707
|
-
iconType: 'Subscription',
|
|
708
|
-
articles: [{
|
|
709
|
-
id: 'billing-overview',
|
|
710
|
-
title: 'Billing Overview',
|
|
711
|
-
description: "Understand Yantra's billing system and subscription options.",
|
|
712
|
-
slug: 'billing-overview',
|
|
713
|
-
author: 'Beena',
|
|
714
|
-
updatedAt: '4 months ago',
|
|
715
|
-
categoryId: 'subscription-billing'
|
|
716
|
-
}, {
|
|
717
|
-
id: 'payment-methods',
|
|
718
|
-
title: 'Payment Methods',
|
|
719
|
-
description: 'Learn about accepted payment methods and how to update them.',
|
|
720
|
-
slug: 'payment-methods',
|
|
721
|
-
author: 'Beena',
|
|
722
|
-
updatedAt: '4 months ago',
|
|
723
|
-
categoryId: 'subscription-billing'
|
|
724
|
-
}, {
|
|
725
|
-
id: 'billing-cycle',
|
|
726
|
-
title: 'Billing Cycle',
|
|
727
|
-
description: 'Understand your billing cycle and when charges occur.',
|
|
728
|
-
slug: 'billing-cycle',
|
|
729
|
-
author: 'Beena',
|
|
730
|
-
updatedAt: '4 months ago',
|
|
731
|
-
categoryId: 'subscription-billing'
|
|
732
|
-
}, {
|
|
733
|
-
id: 'promotional-offers',
|
|
734
|
-
title: 'Promotional Offers',
|
|
735
|
-
description: 'Learn about current promotional offers and discounts.',
|
|
736
|
-
slug: 'promotional-offers',
|
|
737
|
-
author: 'Beena',
|
|
738
|
-
updatedAt: '4 months ago',
|
|
739
|
-
categoryId: 'subscription-billing'
|
|
740
|
-
}, {
|
|
741
|
-
id: 'student-discounts',
|
|
742
|
-
title: 'Student Discounts',
|
|
743
|
-
description: 'Information about student discounts and verification.',
|
|
744
|
-
slug: 'student-discounts',
|
|
745
|
-
author: 'Beena',
|
|
746
|
-
updatedAt: '4 months ago',
|
|
747
|
-
categoryId: 'subscription-billing'
|
|
748
|
-
}, {
|
|
749
|
-
id: 'enterprise-pricing',
|
|
750
|
-
title: 'Enterprise Pricing',
|
|
751
|
-
description: 'Learn about enterprise pricing and custom solutions.',
|
|
752
|
-
slug: 'enterprise-pricing',
|
|
753
|
-
author: 'Beena',
|
|
754
|
-
updatedAt: '4 months ago',
|
|
755
|
-
categoryId: 'subscription-billing'
|
|
756
|
-
}, {
|
|
757
|
-
id: 'invoice-management',
|
|
758
|
-
title: 'Invoice Management',
|
|
759
|
-
description: 'Access and manage your Yantra invoices and billing history.',
|
|
760
|
-
slug: 'invoice-management',
|
|
761
|
-
author: 'Beena',
|
|
762
|
-
updatedAt: '4 months ago',
|
|
763
|
-
categoryId: 'subscription-billing'
|
|
764
|
-
}, {
|
|
765
|
-
id: 'tax-information',
|
|
766
|
-
title: 'Tax Information',
|
|
767
|
-
description: 'Information about taxes and tax reporting for Yantra subscriptions.',
|
|
768
|
-
slug: 'tax-information',
|
|
769
|
-
author: 'Beena',
|
|
770
|
-
updatedAt: '4 months ago',
|
|
771
|
-
categoryId: 'subscription-billing'
|
|
772
|
-
}, {
|
|
773
|
-
id: 'billing-support',
|
|
774
|
-
title: 'Billing Support',
|
|
775
|
-
description: 'Get help with billing questions and issues.',
|
|
776
|
-
slug: 'billing-support',
|
|
777
|
-
author: 'Beena',
|
|
778
|
-
updatedAt: '4 months ago',
|
|
779
|
-
categoryId: 'subscription-billing'
|
|
780
|
-
}, {
|
|
781
|
-
id: 'refund-policy',
|
|
782
|
-
title: 'Refund Policy',
|
|
783
|
-
description: "Understand Yantra's refund policy and how to request refunds.",
|
|
784
|
-
slug: 'refund-policy',
|
|
785
|
-
author: 'Beena',
|
|
786
|
-
updatedAt: '4 months ago',
|
|
787
|
-
categoryId: 'subscription-billing'
|
|
788
|
-
}, {
|
|
789
|
-
id: 'currency-support',
|
|
790
|
-
title: 'Currency Support',
|
|
791
|
-
description: 'Learn about supported currencies and international billing.',
|
|
792
|
-
slug: 'currency-support',
|
|
793
|
-
author: 'Beena',
|
|
794
|
-
updatedAt: '4 months ago',
|
|
795
|
-
categoryId: 'subscription-billing'
|
|
796
|
-
}]
|
|
797
|
-
},
|
|
798
|
-
'search-modes': {
|
|
799
|
-
id: 'search-modes',
|
|
800
|
-
title: 'Search Modes',
|
|
801
|
-
description: 'Regular | Pro | Deep Research | Labs',
|
|
802
|
-
iconType: 'SearchModes',
|
|
803
|
-
articles: [{
|
|
804
|
-
id: 'regular-search',
|
|
805
|
-
title: 'Regular Search',
|
|
806
|
-
description: "Learn about Yantra's regular search mode and its capabilities.",
|
|
807
|
-
slug: 'regular-search',
|
|
808
|
-
author: 'Beena',
|
|
809
|
-
updatedAt: '4 months ago',
|
|
810
|
-
categoryId: 'search-modes'
|
|
811
|
-
}, {
|
|
812
|
-
id: 'pro-search',
|
|
813
|
-
title: 'Pro Search',
|
|
814
|
-
description: 'Discover the enhanced features available in Pro search mode.',
|
|
815
|
-
slug: 'pro-search',
|
|
816
|
-
author: 'Beena',
|
|
817
|
-
updatedAt: '4 months ago',
|
|
818
|
-
categoryId: 'search-modes'
|
|
819
|
-
}, {
|
|
820
|
-
id: 'deep-research',
|
|
821
|
-
title: 'Deep Research',
|
|
822
|
-
description: "Master Yantra's deep research mode for comprehensive analysis.",
|
|
823
|
-
slug: 'deep-research',
|
|
824
|
-
author: 'Beena',
|
|
825
|
-
updatedAt: '4 months ago',
|
|
826
|
-
categoryId: 'search-modes'
|
|
827
|
-
}, {
|
|
828
|
-
id: 'labs-features',
|
|
829
|
-
title: 'Labs Features',
|
|
830
|
-
description: 'Explore experimental features and capabilities in Yantra Labs.',
|
|
831
|
-
slug: 'labs-features',
|
|
832
|
-
author: 'Beena',
|
|
833
|
-
updatedAt: '4 months ago',
|
|
834
|
-
categoryId: 'search-modes'
|
|
835
|
-
}]
|
|
836
|
-
},
|
|
837
|
-
'yantra-enterprise': {
|
|
838
|
-
id: 'yantra-enterprise',
|
|
839
|
-
title: 'Yantra Enterprise',
|
|
840
|
-
description: 'Enterprise | Admin | SSO | Branding',
|
|
841
|
-
iconType: 'Enterprise',
|
|
842
|
-
articles: [{
|
|
843
|
-
id: 'enterprise-overview',
|
|
844
|
-
title: 'Enterprise Overview',
|
|
845
|
-
description: 'Introduction to Yantra Enterprise features and benefits.',
|
|
846
|
-
slug: 'enterprise-overview',
|
|
847
|
-
author: 'Beena',
|
|
848
|
-
updatedAt: '4 months ago',
|
|
849
|
-
categoryId: 'yantra-enterprise'
|
|
850
|
-
}, {
|
|
851
|
-
id: 'admin-dashboard',
|
|
852
|
-
title: 'Admin Dashboard',
|
|
853
|
-
description: "Managing your organization's Yantra deployment.",
|
|
854
|
-
slug: 'admin-dashboard',
|
|
855
|
-
author: 'Beena',
|
|
856
|
-
updatedAt: '4 months ago',
|
|
857
|
-
categoryId: 'yantra-enterprise'
|
|
858
|
-
}, {
|
|
859
|
-
id: 'user-management',
|
|
860
|
-
title: 'User Management',
|
|
861
|
-
description: 'Adding, removing, and managing enterprise users.',
|
|
862
|
-
slug: 'user-management',
|
|
863
|
-
author: 'Beena',
|
|
864
|
-
updatedAt: '4 months ago',
|
|
865
|
-
categoryId: 'yantra-enterprise'
|
|
866
|
-
}, {
|
|
867
|
-
id: 'sso-integration',
|
|
868
|
-
title: 'SSO Integration',
|
|
869
|
-
description: 'Single Sign-On integration for enterprise customers.',
|
|
870
|
-
slug: 'sso-integration',
|
|
871
|
-
author: 'Beena',
|
|
872
|
-
updatedAt: '4 months ago',
|
|
873
|
-
categoryId: 'yantra-enterprise'
|
|
874
|
-
}, {
|
|
875
|
-
id: 'custom-branding',
|
|
876
|
-
title: 'Custom Branding',
|
|
877
|
-
description: 'White-label solutions and custom branding options.',
|
|
878
|
-
slug: 'custom-branding',
|
|
879
|
-
author: 'Beena',
|
|
880
|
-
updatedAt: '4 months ago',
|
|
881
|
-
categoryId: 'yantra-enterprise'
|
|
882
|
-
}, {
|
|
883
|
-
id: 'dedicated-support',
|
|
884
|
-
title: 'Dedicated Support',
|
|
885
|
-
description: 'Priority support and dedicated account management.',
|
|
886
|
-
slug: 'dedicated-support',
|
|
887
|
-
author: 'Beena',
|
|
888
|
-
updatedAt: '4 months ago',
|
|
889
|
-
categoryId: 'yantra-enterprise'
|
|
890
|
-
}]
|
|
891
|
-
},
|
|
892
|
-
'account-management': {
|
|
893
|
-
id: 'account-management',
|
|
894
|
-
title: 'Account Management & Settings',
|
|
895
|
-
description: 'Profile | Settings | Privacy | Account',
|
|
896
|
-
iconType: 'Account',
|
|
915
|
+
docs: {
|
|
916
|
+
id: 'docs',
|
|
917
|
+
title: 'Documentation',
|
|
918
|
+
description: 'User Guides | Setup | Features | Configuration',
|
|
919
|
+
iconType: 'Documentation',
|
|
897
920
|
articles: [{
|
|
921
|
+
id: 'add-time-for-others',
|
|
922
|
+
title: 'Add Time For Others',
|
|
923
|
+
description: 'Add time entries for other users.',
|
|
924
|
+
slug: 'add-time-for-others',
|
|
925
|
+
author: 'Documentation',
|
|
926
|
+
updatedAt: 'Recently',
|
|
927
|
+
categoryId: 'docs'
|
|
928
|
+
}, {
|
|
929
|
+
id: 'alerts',
|
|
930
|
+
title: 'Alerts',
|
|
931
|
+
description: 'Configure and manage alerts.',
|
|
932
|
+
slug: 'alerts',
|
|
933
|
+
author: 'Documentation',
|
|
934
|
+
updatedAt: 'Recently',
|
|
935
|
+
categoryId: 'docs'
|
|
936
|
+
}, {
|
|
937
|
+
id: 'budget-and-estimates',
|
|
938
|
+
title: 'Budget and Estimates',
|
|
939
|
+
description: 'Manage budgets and estimates for projects.',
|
|
940
|
+
slug: 'budget-and-estimates',
|
|
941
|
+
author: 'Documentation',
|
|
942
|
+
updatedAt: 'Recently',
|
|
943
|
+
categoryId: 'docs'
|
|
944
|
+
}, {
|
|
945
|
+
id: 'bulk-edit',
|
|
946
|
+
title: 'Bulk Edit',
|
|
947
|
+
description: 'Edit multiple entries at once.',
|
|
948
|
+
slug: 'bulk-edit',
|
|
949
|
+
author: 'Documentation',
|
|
950
|
+
updatedAt: 'Recently',
|
|
951
|
+
categoryId: 'docs'
|
|
952
|
+
}, {
|
|
953
|
+
id: 'change-mail-address',
|
|
954
|
+
title: 'Change Mail Address',
|
|
955
|
+
description: 'Update your email address.',
|
|
956
|
+
slug: 'change-mail-address',
|
|
957
|
+
author: 'Documentation',
|
|
958
|
+
updatedAt: 'Recently',
|
|
959
|
+
categoryId: 'docs'
|
|
960
|
+
}, {
|
|
961
|
+
id: 'choose-payment-method',
|
|
962
|
+
title: 'Choose Payment Method',
|
|
963
|
+
description: 'Select and manage payment methods.',
|
|
964
|
+
slug: 'choose-payment-method',
|
|
965
|
+
author: 'Documentation',
|
|
966
|
+
updatedAt: 'Recently',
|
|
967
|
+
categoryId: 'docs'
|
|
968
|
+
}, {
|
|
969
|
+
id: 'clockbook',
|
|
970
|
+
title: 'Clockbook',
|
|
971
|
+
description: 'Introduction to Clockbook features.',
|
|
972
|
+
slug: 'clockbook',
|
|
973
|
+
author: 'Documentation',
|
|
974
|
+
updatedAt: 'Recently',
|
|
975
|
+
categoryId: 'docs'
|
|
976
|
+
}, {
|
|
977
|
+
id: 'control-accounts',
|
|
978
|
+
title: 'Control Accounts',
|
|
979
|
+
description: 'Manage and control account settings.',
|
|
980
|
+
slug: 'control-accounts',
|
|
981
|
+
author: 'Documentation',
|
|
982
|
+
updatedAt: 'Recently',
|
|
983
|
+
categoryId: 'docs'
|
|
984
|
+
}, {
|
|
985
|
+
id: 'csv-file-format',
|
|
986
|
+
title: 'CSV File Format',
|
|
987
|
+
description: 'Import and export CSV files.',
|
|
988
|
+
slug: 'csv-file-format',
|
|
989
|
+
author: 'Documentation',
|
|
990
|
+
updatedAt: 'Recently',
|
|
991
|
+
categoryId: 'docs'
|
|
992
|
+
}, {
|
|
993
|
+
id: 'custom-fields',
|
|
994
|
+
title: 'Custom Fields',
|
|
995
|
+
description: 'Create and use custom fields.',
|
|
996
|
+
slug: 'custom-fields',
|
|
997
|
+
author: 'Documentation',
|
|
998
|
+
updatedAt: 'Recently',
|
|
999
|
+
categoryId: 'docs'
|
|
1000
|
+
}, {
|
|
1001
|
+
id: 'customize-exports',
|
|
1002
|
+
title: 'Customize Exports',
|
|
1003
|
+
description: 'Customize your export settings.',
|
|
1004
|
+
slug: 'customize-exports',
|
|
1005
|
+
author: 'Documentation',
|
|
1006
|
+
updatedAt: 'Recently',
|
|
1007
|
+
categoryId: 'docs'
|
|
1008
|
+
}, {
|
|
1009
|
+
id: 'deleting-account',
|
|
1010
|
+
title: 'Deleting Account',
|
|
1011
|
+
description: 'How to delete your account.',
|
|
1012
|
+
slug: 'deleting-account',
|
|
1013
|
+
author: 'Documentation',
|
|
1014
|
+
updatedAt: 'Recently',
|
|
1015
|
+
categoryId: 'docs'
|
|
1016
|
+
}, {
|
|
1017
|
+
id: 'force-timer',
|
|
1018
|
+
title: 'Force Timer',
|
|
1019
|
+
description: 'Force timer functionality.',
|
|
1020
|
+
slug: 'force-timer',
|
|
1021
|
+
author: 'Documentation',
|
|
1022
|
+
updatedAt: 'Recently',
|
|
1023
|
+
categoryId: 'docs'
|
|
1024
|
+
}, {
|
|
1025
|
+
id: 'formatting-project-note',
|
|
1026
|
+
title: 'Formatting Project Note',
|
|
1027
|
+
description: 'Format project notes with markdown.',
|
|
1028
|
+
slug: 'formatting-project-note',
|
|
1029
|
+
author: 'Documentation',
|
|
1030
|
+
updatedAt: 'Recently',
|
|
1031
|
+
categoryId: 'docs'
|
|
1032
|
+
}, {
|
|
1033
|
+
id: 'gettingstarted',
|
|
1034
|
+
title: 'Getting Started',
|
|
1035
|
+
description: 'Quick start guide for new users.',
|
|
1036
|
+
slug: 'gettingstarted',
|
|
1037
|
+
author: 'Documentation',
|
|
1038
|
+
updatedAt: 'Recently',
|
|
1039
|
+
categoryId: 'docs'
|
|
1040
|
+
}, {
|
|
1041
|
+
id: 'gps-tracking',
|
|
1042
|
+
title: 'GPS Tracking',
|
|
1043
|
+
description: 'Enable and use GPS tracking.',
|
|
1044
|
+
slug: 'gps-tracking',
|
|
1045
|
+
author: 'Documentation',
|
|
1046
|
+
updatedAt: 'Recently',
|
|
1047
|
+
categoryId: 'docs'
|
|
1048
|
+
}, {
|
|
1049
|
+
id: 'hide-time-and-pages',
|
|
1050
|
+
title: 'Hide Time and Pages',
|
|
1051
|
+
description: 'Hide time entries and pages.',
|
|
1052
|
+
slug: 'hide-time-and-pages',
|
|
1053
|
+
author: 'Documentation',
|
|
1054
|
+
updatedAt: 'Recently',
|
|
1055
|
+
categoryId: 'docs'
|
|
1056
|
+
}, {
|
|
1057
|
+
id: 'how-are-activity-levels-calculated',
|
|
1058
|
+
title: 'How Are Activity Levels Calculated',
|
|
1059
|
+
description: 'Understanding activity level calculations.',
|
|
1060
|
+
slug: 'how-are-activity-levels-calculated',
|
|
1061
|
+
author: 'Documentation',
|
|
1062
|
+
updatedAt: 'Recently',
|
|
1063
|
+
categoryId: 'docs'
|
|
1064
|
+
}, {
|
|
1065
|
+
id: 'import-clients-projects',
|
|
1066
|
+
title: 'Import Clients Projects',
|
|
1067
|
+
description: 'Import clients and projects.',
|
|
1068
|
+
slug: 'import-clients-projects',
|
|
1069
|
+
author: 'Documentation',
|
|
1070
|
+
updatedAt: 'Recently',
|
|
1071
|
+
categoryId: 'docs'
|
|
1072
|
+
}, {
|
|
1073
|
+
id: 'import-timesheets',
|
|
1074
|
+
title: 'Import Timesheets',
|
|
1075
|
+
description: 'Import timesheet data.',
|
|
1076
|
+
slug: 'import-timesheets',
|
|
1077
|
+
author: 'Documentation',
|
|
1078
|
+
updatedAt: 'Recently',
|
|
1079
|
+
categoryId: 'docs'
|
|
1080
|
+
}, {
|
|
1081
|
+
id: 'inviting-users',
|
|
1082
|
+
title: 'Inviting Users',
|
|
1083
|
+
description: 'Invite users to your workspace.',
|
|
1084
|
+
slug: 'inviting-users',
|
|
1085
|
+
author: 'Documentation',
|
|
1086
|
+
updatedAt: 'Recently',
|
|
1087
|
+
categoryId: 'docs'
|
|
1088
|
+
}, {
|
|
1089
|
+
id: 'invoicing',
|
|
1090
|
+
title: 'Invoicing',
|
|
1091
|
+
description: 'Create and manage invoices.',
|
|
1092
|
+
slug: 'invoicing',
|
|
1093
|
+
author: 'Documentation',
|
|
1094
|
+
updatedAt: 'Recently',
|
|
1095
|
+
categoryId: 'docs'
|
|
1096
|
+
}, {
|
|
1097
|
+
id: 'labor-cost-and-profit',
|
|
1098
|
+
title: 'Labor Cost and Profit',
|
|
1099
|
+
description: 'Calculate labor costs and profits.',
|
|
1100
|
+
slug: 'labor-cost-and-profit',
|
|
1101
|
+
author: 'Documentation',
|
|
1102
|
+
updatedAt: 'Recently',
|
|
1103
|
+
categoryId: 'docs'
|
|
1104
|
+
}, {
|
|
1105
|
+
id: 'lock-timesheets',
|
|
1106
|
+
title: 'Lock Timesheets',
|
|
1107
|
+
description: 'Lock timesheets to prevent editing.',
|
|
1108
|
+
slug: 'lock-timesheets',
|
|
1109
|
+
author: 'Documentation',
|
|
1110
|
+
updatedAt: 'Recently',
|
|
1111
|
+
categoryId: 'docs'
|
|
1112
|
+
}, {
|
|
1113
|
+
id: 'manager-role',
|
|
1114
|
+
title: 'Manager Role',
|
|
1115
|
+
description: 'Understanding manager role permissions.',
|
|
1116
|
+
slug: 'manager-role',
|
|
1117
|
+
author: 'Documentation',
|
|
1118
|
+
updatedAt: 'Recently',
|
|
1119
|
+
categoryId: 'docs'
|
|
1120
|
+
}, {
|
|
1121
|
+
id: 'managing-people-on-projects',
|
|
1122
|
+
title: 'Managing People on Projects',
|
|
1123
|
+
description: 'Manage team members on projects.',
|
|
1124
|
+
slug: 'managing-people-on-projects',
|
|
1125
|
+
author: 'Documentation',
|
|
1126
|
+
updatedAt: 'Recently',
|
|
1127
|
+
categoryId: 'docs'
|
|
1128
|
+
}, {
|
|
1129
|
+
id: 'managing-projects',
|
|
1130
|
+
title: 'Managing Projects',
|
|
1131
|
+
description: 'Create and manage projects effectively.',
|
|
1132
|
+
slug: 'managing-projects',
|
|
1133
|
+
author: 'Documentation',
|
|
1134
|
+
updatedAt: 'Recently',
|
|
1135
|
+
categoryId: 'docs'
|
|
1136
|
+
}, {
|
|
1137
|
+
id: 'paypalsetup',
|
|
1138
|
+
title: 'PayPal Setup',
|
|
1139
|
+
description: 'Set up PayPal integration.',
|
|
1140
|
+
slug: 'paypalsetup',
|
|
1141
|
+
author: 'Documentation',
|
|
1142
|
+
updatedAt: 'Recently',
|
|
1143
|
+
categoryId: 'docs'
|
|
1144
|
+
}, {
|
|
898
1145
|
id: 'profile-settings',
|
|
899
1146
|
title: 'Profile Settings',
|
|
900
|
-
description: '
|
|
1147
|
+
description: 'Configure your profile and preferences.',
|
|
901
1148
|
slug: 'profile-settings',
|
|
902
|
-
author: '
|
|
903
|
-
updatedAt: '
|
|
904
|
-
categoryId: '
|
|
905
|
-
}, {
|
|
906
|
-
id: '
|
|
907
|
-
title: '
|
|
908
|
-
description: '
|
|
909
|
-
slug: '
|
|
910
|
-
author: '
|
|
911
|
-
updatedAt: '
|
|
912
|
-
categoryId: '
|
|
913
|
-
}, {
|
|
914
|
-
id: '
|
|
915
|
-
title: '
|
|
916
|
-
description: '
|
|
917
|
-
slug: '
|
|
918
|
-
author: '
|
|
919
|
-
updatedAt: '
|
|
920
|
-
categoryId: '
|
|
921
|
-
}, {
|
|
922
|
-
id: '
|
|
923
|
-
title: '
|
|
924
|
-
description: '
|
|
925
|
-
slug: '
|
|
926
|
-
author: '
|
|
927
|
-
updatedAt: '
|
|
928
|
-
categoryId: '
|
|
929
|
-
}, {
|
|
930
|
-
id: '
|
|
931
|
-
title: '
|
|
932
|
-
description: '
|
|
933
|
-
slug: '
|
|
934
|
-
author: '
|
|
935
|
-
updatedAt: '
|
|
936
|
-
categoryId: '
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1149
|
+
author: 'Documentation',
|
|
1150
|
+
updatedAt: 'Recently',
|
|
1151
|
+
categoryId: 'docs'
|
|
1152
|
+
}, {
|
|
1153
|
+
id: 'project-filter',
|
|
1154
|
+
title: 'Project Filter',
|
|
1155
|
+
description: 'Filter projects by various criteria.',
|
|
1156
|
+
slug: 'project-filter',
|
|
1157
|
+
author: 'Documentation',
|
|
1158
|
+
updatedAt: 'Recently',
|
|
1159
|
+
categoryId: 'docs'
|
|
1160
|
+
}, {
|
|
1161
|
+
id: 'project-templates',
|
|
1162
|
+
title: 'Project Templates',
|
|
1163
|
+
description: 'Create and use project templates.',
|
|
1164
|
+
slug: 'project-templates',
|
|
1165
|
+
author: 'Documentation',
|
|
1166
|
+
updatedAt: 'Recently',
|
|
1167
|
+
categoryId: 'docs'
|
|
1168
|
+
}, {
|
|
1169
|
+
id: 'reports',
|
|
1170
|
+
title: 'Reports',
|
|
1171
|
+
description: 'Generate and customize reports.',
|
|
1172
|
+
slug: 'reports',
|
|
1173
|
+
author: 'Documentation',
|
|
1174
|
+
updatedAt: 'Recently',
|
|
1175
|
+
categoryId: 'docs'
|
|
1176
|
+
}, {
|
|
1177
|
+
id: 'required-fields',
|
|
1178
|
+
title: 'Required Fields',
|
|
1179
|
+
description: 'Configure required fields for time entries.',
|
|
1180
|
+
slug: 'required-fields',
|
|
1181
|
+
author: 'Documentation',
|
|
1182
|
+
updatedAt: 'Recently',
|
|
1183
|
+
categoryId: 'docs'
|
|
1184
|
+
}, {
|
|
1185
|
+
id: 'scheduled-reports',
|
|
1186
|
+
title: 'Scheduled Reports',
|
|
1187
|
+
description: 'Schedule automatic report generation.',
|
|
1188
|
+
slug: 'scheduled-reports',
|
|
1189
|
+
author: 'Documentation',
|
|
1190
|
+
updatedAt: 'Recently',
|
|
1191
|
+
categoryId: 'docs'
|
|
1192
|
+
}, {
|
|
1193
|
+
id: 'screenshots',
|
|
1194
|
+
title: 'Screenshots',
|
|
1195
|
+
description: 'Configure screenshot settings.',
|
|
1196
|
+
slug: 'screenshots',
|
|
1197
|
+
author: 'Documentation',
|
|
1198
|
+
updatedAt: 'Recently',
|
|
1199
|
+
categoryId: 'docs'
|
|
1200
|
+
}, {
|
|
1201
|
+
id: 'single-sign-on',
|
|
1202
|
+
title: 'Single Sign-On',
|
|
1203
|
+
description: 'Set up SSO authentication.',
|
|
1204
|
+
slug: 'single-sign-on',
|
|
1205
|
+
author: 'Documentation',
|
|
1206
|
+
updatedAt: 'Recently',
|
|
1207
|
+
categoryId: 'docs'
|
|
1208
|
+
}, {
|
|
1209
|
+
id: 'targets-and-reminders',
|
|
1210
|
+
title: 'Targets and Reminders',
|
|
1211
|
+
description: 'Set targets and reminders.',
|
|
1212
|
+
slug: 'targets-and-reminders',
|
|
1213
|
+
author: 'Documentation',
|
|
1214
|
+
updatedAt: 'Recently',
|
|
1215
|
+
categoryId: 'docs'
|
|
1216
|
+
}, {
|
|
1217
|
+
id: 'task-rates',
|
|
1218
|
+
title: 'Task Rates',
|
|
1219
|
+
description: 'Configure task rates and billing.',
|
|
1220
|
+
slug: 'task-rates',
|
|
1221
|
+
author: 'Documentation',
|
|
1222
|
+
updatedAt: 'Recently',
|
|
1223
|
+
categoryId: 'docs'
|
|
1224
|
+
}, {
|
|
1225
|
+
id: 'time-approval',
|
|
1226
|
+
title: 'Time Approval',
|
|
1227
|
+
description: 'Approve time entries.',
|
|
1228
|
+
slug: 'time-approval',
|
|
1229
|
+
author: 'Documentation',
|
|
1230
|
+
updatedAt: 'Recently',
|
|
1231
|
+
categoryId: 'docs'
|
|
1232
|
+
}, {
|
|
1233
|
+
id: 'time-audit',
|
|
1234
|
+
title: 'Time Audit',
|
|
1235
|
+
description: 'Audit time entries for accuracy.',
|
|
1236
|
+
slug: 'time-audit',
|
|
1237
|
+
author: 'Documentation',
|
|
1238
|
+
updatedAt: 'Recently',
|
|
1239
|
+
categoryId: 'docs'
|
|
1240
|
+
}, {
|
|
1241
|
+
id: 'time-rounding',
|
|
1242
|
+
title: 'Time Rounding',
|
|
1243
|
+
description: 'Configure time rounding rules.',
|
|
1244
|
+
slug: 'time-rounding',
|
|
1245
|
+
author: 'Documentation',
|
|
1246
|
+
updatedAt: 'Recently',
|
|
1247
|
+
categoryId: 'docs'
|
|
1248
|
+
}, {
|
|
1249
|
+
id: 'time-zones',
|
|
1250
|
+
title: 'Time Zones',
|
|
1251
|
+
description: 'Manage time zone settings.',
|
|
1252
|
+
slug: 'time-zones',
|
|
1253
|
+
author: 'Documentation',
|
|
1254
|
+
updatedAt: 'Recently',
|
|
1255
|
+
categoryId: 'docs'
|
|
1256
|
+
}, {
|
|
1257
|
+
id: 'timetracking',
|
|
1258
|
+
title: 'Time Tracking',
|
|
1259
|
+
description: 'Complete guide to time tracking features.',
|
|
1260
|
+
slug: 'timetracking',
|
|
1261
|
+
author: 'Documentation',
|
|
1262
|
+
updatedAt: 'Recently',
|
|
1263
|
+
categoryId: 'docs'
|
|
1264
|
+
}, {
|
|
1265
|
+
id: 'timetracking-main',
|
|
1266
|
+
title: 'Time Tracking Main',
|
|
1267
|
+
description: 'Main time tracking documentation.',
|
|
1268
|
+
slug: 'timetracking-main',
|
|
1269
|
+
author: 'Documentation',
|
|
1270
|
+
updatedAt: 'Recently',
|
|
1271
|
+
categoryId: 'docs'
|
|
1272
|
+
}, {
|
|
1273
|
+
id: 'tracking-project-progress',
|
|
1274
|
+
title: 'Tracking Project Progress',
|
|
1275
|
+
description: 'Track and monitor project progress.',
|
|
1276
|
+
slug: 'tracking-project-progress',
|
|
1277
|
+
author: 'Documentation',
|
|
1278
|
+
updatedAt: 'Recently',
|
|
1279
|
+
categoryId: 'docs'
|
|
1280
|
+
}, {
|
|
1281
|
+
id: 'upgrade-and-subscription',
|
|
1282
|
+
title: 'Upgrade and Subscription',
|
|
1283
|
+
description: 'Upgrade your subscription plan.',
|
|
1284
|
+
slug: 'upgrade-and-subscription',
|
|
1285
|
+
author: 'Documentation',
|
|
1286
|
+
updatedAt: 'Recently',
|
|
1287
|
+
categoryId: 'docs'
|
|
1288
|
+
}, {
|
|
1289
|
+
id: 'user-groups',
|
|
1290
|
+
title: 'User Groups',
|
|
1291
|
+
description: 'Create and manage user groups.',
|
|
1292
|
+
slug: 'user-groups',
|
|
1293
|
+
author: 'Documentation',
|
|
1294
|
+
updatedAt: 'Recently',
|
|
1295
|
+
categoryId: 'docs'
|
|
1296
|
+
}, {
|
|
1297
|
+
id: 'users',
|
|
1298
|
+
title: 'Users',
|
|
1299
|
+
description: 'Manage users and permissions.',
|
|
1300
|
+
slug: 'users',
|
|
1301
|
+
author: 'Documentation',
|
|
1302
|
+
updatedAt: 'Recently',
|
|
1303
|
+
categoryId: 'docs'
|
|
1304
|
+
}, {
|
|
1305
|
+
id: 'who-can-do-what',
|
|
1306
|
+
title: 'Who Can Do What',
|
|
1307
|
+
description: 'Understanding user permissions and roles.',
|
|
1308
|
+
slug: 'who-can-do-what',
|
|
1309
|
+
author: 'Documentation',
|
|
1310
|
+
updatedAt: 'Recently',
|
|
1311
|
+
categoryId: 'docs'
|
|
1312
|
+
}, {
|
|
1313
|
+
id: 'working-with-tasks',
|
|
1314
|
+
title: 'Working with Tasks',
|
|
1315
|
+
description: 'Create and manage tasks.',
|
|
1316
|
+
slug: 'working-with-tasks',
|
|
1317
|
+
author: 'Documentation',
|
|
1318
|
+
updatedAt: 'Recently',
|
|
1319
|
+
categoryId: 'docs'
|
|
1320
|
+
}, {
|
|
1321
|
+
id: 'workspaces',
|
|
1322
|
+
title: 'Workspaces',
|
|
1323
|
+
description: 'Learn about workspaces and how to manage them.',
|
|
1324
|
+
slug: 'workspaces',
|
|
1325
|
+
author: 'Documentation',
|
|
1326
|
+
updatedAt: 'Recently',
|
|
1327
|
+
categoryId: 'docs'
|
|
1014
1328
|
}]
|
|
1015
1329
|
},
|
|
1016
|
-
|
|
1017
|
-
id: '
|
|
1018
|
-
title: '
|
|
1019
|
-
description: '
|
|
1020
|
-
iconType: '
|
|
1330
|
+
blog: {
|
|
1331
|
+
id: 'blog',
|
|
1332
|
+
title: 'Blog',
|
|
1333
|
+
description: 'Articles | Tips | Updates | News',
|
|
1334
|
+
iconType: 'Blog',
|
|
1021
1335
|
articles: [{
|
|
1022
|
-
id: '
|
|
1023
|
-
title: '
|
|
1024
|
-
description: '
|
|
1025
|
-
slug: '
|
|
1026
|
-
author: '
|
|
1027
|
-
updatedAt: '
|
|
1028
|
-
categoryId: '
|
|
1029
|
-
}, {
|
|
1030
|
-
id: '
|
|
1031
|
-
title: '
|
|
1032
|
-
description: '
|
|
1033
|
-
slug: '
|
|
1034
|
-
author: '
|
|
1035
|
-
updatedAt: '
|
|
1036
|
-
categoryId: '
|
|
1336
|
+
id: 'time-rounding-blog',
|
|
1337
|
+
title: 'The Rules, Standards & Practices for Timeclock rounding',
|
|
1338
|
+
description: 'Learn about time clock rounding rules and best practices.',
|
|
1339
|
+
slug: 'time-rounding-blog',
|
|
1340
|
+
author: 'sana',
|
|
1341
|
+
updatedAt: '2020-09-01',
|
|
1342
|
+
categoryId: 'blog'
|
|
1343
|
+
}, {
|
|
1344
|
+
id: 'competitive-pricing',
|
|
1345
|
+
title: 'Competitive Pricing',
|
|
1346
|
+
description: 'Understanding competitive pricing strategies.',
|
|
1347
|
+
slug: 'competitive-pricing',
|
|
1348
|
+
author: 'Blog Author',
|
|
1349
|
+
updatedAt: '2021-05-01',
|
|
1350
|
+
categoryId: 'blog'
|
|
1351
|
+
}, {
|
|
1352
|
+
id: 'remote-work-plan',
|
|
1353
|
+
title: 'Remote Work Plan',
|
|
1354
|
+
description: 'Planning and managing remote work effectively.',
|
|
1355
|
+
slug: 'remote-work-plan',
|
|
1356
|
+
author: 'Blog Author',
|
|
1357
|
+
updatedAt: '2021-05-18',
|
|
1358
|
+
categoryId: 'blog'
|
|
1359
|
+
}, {
|
|
1360
|
+
id: 'remote-work-app-2021',
|
|
1361
|
+
title: 'Remote Work App 2021',
|
|
1362
|
+
description: 'Best remote work apps for 2021.',
|
|
1363
|
+
slug: 'remote-work-app-2021',
|
|
1364
|
+
author: 'Blog Author',
|
|
1365
|
+
updatedAt: '2021-06-02',
|
|
1366
|
+
categoryId: 'blog'
|
|
1367
|
+
}, {
|
|
1368
|
+
id: 'next-virtual-phone-assistant',
|
|
1369
|
+
title: 'Next Virtual Phone Assistant',
|
|
1370
|
+
description: 'Exploring virtual phone assistant technology.',
|
|
1371
|
+
slug: 'next-virtual-phone-assistant',
|
|
1372
|
+
author: 'Blog Author',
|
|
1373
|
+
updatedAt: '2021-06-03',
|
|
1374
|
+
categoryId: 'blog'
|
|
1375
|
+
}, {
|
|
1376
|
+
id: 'virtual-assistant-services',
|
|
1377
|
+
title: 'Virtual Assistant Services',
|
|
1378
|
+
description: 'Overview of virtual assistant services.',
|
|
1379
|
+
slug: 'virtual-assistant-services',
|
|
1380
|
+
author: 'Blog Author',
|
|
1381
|
+
updatedAt: '2021-06-03',
|
|
1382
|
+
categoryId: 'blog'
|
|
1383
|
+
}, {
|
|
1384
|
+
id: 'alternatives-of-google-sheets-timesheets',
|
|
1385
|
+
title: 'Alternatives of Google Sheets Timesheets',
|
|
1386
|
+
description: 'Alternative solutions to Google Sheets for timesheets.',
|
|
1387
|
+
slug: 'alternatives-of-google-sheets-timesheets',
|
|
1388
|
+
author: 'Blog Author',
|
|
1389
|
+
updatedAt: '2021-06-18',
|
|
1390
|
+
categoryId: 'blog'
|
|
1391
|
+
}, {
|
|
1392
|
+
id: 'best-freelance-invoice-template',
|
|
1393
|
+
title: 'Best Freelance Invoice Template',
|
|
1394
|
+
description: 'Top invoice templates for freelancers.',
|
|
1395
|
+
slug: 'best-freelance-invoice-template',
|
|
1396
|
+
author: 'Blog Author',
|
|
1397
|
+
updatedAt: '2021-06-18',
|
|
1398
|
+
categoryId: 'blog'
|
|
1399
|
+
}, {
|
|
1400
|
+
id: 'disadvantages-of-offshoring',
|
|
1401
|
+
title: 'Disadvantages of Offshoring',
|
|
1402
|
+
description: 'Understanding the drawbacks of offshoring.',
|
|
1403
|
+
slug: 'disadvantages-of-offshoring',
|
|
1404
|
+
author: 'Blog Author',
|
|
1405
|
+
updatedAt: '2021-06-18',
|
|
1406
|
+
categoryId: 'blog'
|
|
1407
|
+
}, {
|
|
1408
|
+
id: 'everythig-you-need-to-know-about-the-future-of-coworking-trends',
|
|
1409
|
+
title: 'Everything You Need to Know About the Future of Coworking Trends',
|
|
1410
|
+
description: 'Future trends in coworking spaces.',
|
|
1411
|
+
slug: 'everythig-you-need-to-know-about-the-future-of-coworking-trends',
|
|
1412
|
+
author: 'Blog Author',
|
|
1413
|
+
updatedAt: '2021-06-18',
|
|
1414
|
+
categoryId: 'blog'
|
|
1415
|
+
}, {
|
|
1416
|
+
id: 'top-trends-companies-pros-cons',
|
|
1417
|
+
title: 'Top Trends Companies Pros Cons',
|
|
1418
|
+
description: 'Pros and cons of trending company practices.',
|
|
1419
|
+
slug: 'top-trends-companies-pros-cons',
|
|
1420
|
+
author: 'Blog Author',
|
|
1421
|
+
updatedAt: '2021-06-18',
|
|
1422
|
+
categoryId: 'blog'
|
|
1423
|
+
}, {
|
|
1424
|
+
id: '2021-guide-to-project-management-methodology',
|
|
1425
|
+
title: '2021 Guide to Project Management Methodology',
|
|
1426
|
+
description: 'Complete guide to project management methodologies.',
|
|
1427
|
+
slug: '2021-guide-to-project-management-methodology',
|
|
1428
|
+
author: 'Blog Author',
|
|
1429
|
+
updatedAt: '2021-07-12',
|
|
1430
|
+
categoryId: 'blog'
|
|
1431
|
+
}, {
|
|
1432
|
+
id: '8-hour-workday-schedule',
|
|
1433
|
+
title: '8 Hour Workday Schedule',
|
|
1434
|
+
description: 'Optimizing your 8-hour workday schedule.',
|
|
1435
|
+
slug: '8-hour-workday-schedule',
|
|
1436
|
+
author: 'Blog Author',
|
|
1437
|
+
updatedAt: '2021-07-12',
|
|
1438
|
+
categoryId: 'blog'
|
|
1439
|
+
}, {
|
|
1440
|
+
id: 'filling-work-time-reports-made-easy',
|
|
1441
|
+
title: 'Filling Work Time Reports Made Easy',
|
|
1442
|
+
description: 'Tips for filling work time reports efficiently.',
|
|
1443
|
+
slug: 'filling-work-time-reports-made-easy',
|
|
1444
|
+
author: 'Blog Author',
|
|
1445
|
+
updatedAt: '2021-07-12',
|
|
1446
|
+
categoryId: 'blog'
|
|
1447
|
+
}, {
|
|
1448
|
+
id: 'make-breakdown-of-your-workday',
|
|
1449
|
+
title: 'Make Breakdown of Your Workday',
|
|
1450
|
+
description: 'How to break down and analyze your workday.',
|
|
1451
|
+
slug: 'make-breakdown-of-your-workday',
|
|
1452
|
+
author: 'Blog Author',
|
|
1453
|
+
updatedAt: '2021-07-12',
|
|
1454
|
+
categoryId: 'blog'
|
|
1455
|
+
}, {
|
|
1456
|
+
id: 'ways-to-keep-your-team-inspired',
|
|
1457
|
+
title: 'Ways to Keep Your Team Inspired',
|
|
1458
|
+
description: 'Strategies for keeping your team motivated.',
|
|
1459
|
+
slug: 'ways-to-keep-your-team-inspired',
|
|
1460
|
+
author: 'Blog Author',
|
|
1461
|
+
updatedAt: '2021-07-12',
|
|
1462
|
+
categoryId: 'blog'
|
|
1463
|
+
}, {
|
|
1464
|
+
id: 'how-to-keep-your-team-inspired',
|
|
1465
|
+
title: 'How to Keep Your Team Inspired',
|
|
1466
|
+
description: 'Practical tips for team inspiration.',
|
|
1467
|
+
slug: 'how-to-keep-your-team-inspired',
|
|
1468
|
+
author: 'Blog Author',
|
|
1469
|
+
updatedAt: '2021-08-11',
|
|
1470
|
+
categoryId: 'blog'
|
|
1471
|
+
}, {
|
|
1472
|
+
id: 'the-reasons-behind-employee-burnout',
|
|
1473
|
+
title: 'The Reasons Behind Employee Burnout',
|
|
1474
|
+
description: 'Understanding the causes of employee burnout.',
|
|
1475
|
+
slug: 'the-reasons-behind-employee-burnout',
|
|
1476
|
+
author: 'Blog Author',
|
|
1477
|
+
updatedAt: '2021-08-12',
|
|
1478
|
+
categoryId: 'blog'
|
|
1479
|
+
}, {
|
|
1480
|
+
id: 'time-tracking-for-construction-industry',
|
|
1481
|
+
title: 'Time Tracking for Construction Industry',
|
|
1482
|
+
description: 'Time tracking solutions for construction.',
|
|
1483
|
+
slug: 'time-tracking-for-construction-industry',
|
|
1484
|
+
author: 'Blog Author',
|
|
1485
|
+
updatedAt: '2021-08-13',
|
|
1486
|
+
categoryId: 'blog'
|
|
1487
|
+
}, {
|
|
1488
|
+
id: 'tracking-benefits-in-the-light-of-users-feedback',
|
|
1489
|
+
title: 'Tracking Benefits in the Light of Users Feedback',
|
|
1490
|
+
description: 'Benefits of time tracking based on user feedback.',
|
|
1491
|
+
slug: 'tracking-benefits-in-the-light-of-users-feedback',
|
|
1492
|
+
author: 'Blog Author',
|
|
1493
|
+
updatedAt: '2021-08-13',
|
|
1494
|
+
categoryId: 'blog'
|
|
1037
1495
|
}]
|
|
1038
1496
|
},
|
|
1039
|
-
|
|
1040
|
-
id: '
|
|
1041
|
-
title: '
|
|
1042
|
-
description: '
|
|
1043
|
-
iconType: '
|
|
1497
|
+
'api-directives': {
|
|
1498
|
+
id: 'api-directives',
|
|
1499
|
+
title: 'API Directives',
|
|
1500
|
+
description: 'GraphQL Directives | Schema Directives',
|
|
1501
|
+
iconType: 'Api',
|
|
1044
1502
|
articles: [{
|
|
1045
|
-
id: '
|
|
1046
|
-
title: '
|
|
1047
|
-
description: '
|
|
1048
|
-
slug: '
|
|
1049
|
-
author: '
|
|
1050
|
-
updatedAt: '
|
|
1051
|
-
categoryId: '
|
|
1503
|
+
id: 'api-directives-additional-labels',
|
|
1504
|
+
title: 'Additional Labels',
|
|
1505
|
+
description: 'Additional labels directive documentation.',
|
|
1506
|
+
slug: 'api-directives-additional-labels',
|
|
1507
|
+
author: 'API Docs',
|
|
1508
|
+
updatedAt: 'Recently',
|
|
1509
|
+
categoryId: 'api-directives'
|
|
1510
|
+
}, {
|
|
1511
|
+
id: 'api-directives-cypher',
|
|
1512
|
+
title: 'Cypher',
|
|
1513
|
+
description: 'Cypher directive for custom queries.',
|
|
1514
|
+
slug: 'api-directives-cypher',
|
|
1515
|
+
author: 'API Docs',
|
|
1516
|
+
updatedAt: 'Recently',
|
|
1517
|
+
categoryId: 'api-directives'
|
|
1518
|
+
}, {
|
|
1519
|
+
id: 'api-directives-id',
|
|
1520
|
+
title: 'ID Directive',
|
|
1521
|
+
description: 'ID directive documentation.',
|
|
1522
|
+
slug: 'api-directives-id',
|
|
1523
|
+
author: 'API Docs',
|
|
1524
|
+
updatedAt: 'Recently',
|
|
1525
|
+
categoryId: 'api-directives'
|
|
1526
|
+
}, {
|
|
1527
|
+
id: 'api-directives-relation',
|
|
1528
|
+
title: 'Relation Directive',
|
|
1529
|
+
description: 'Relation directive for defining relationships.',
|
|
1530
|
+
slug: 'api-directives-relation',
|
|
1531
|
+
author: 'API Docs',
|
|
1532
|
+
updatedAt: 'Recently',
|
|
1533
|
+
categoryId: 'api-directives'
|
|
1052
1534
|
}]
|
|
1053
1535
|
},
|
|
1054
|
-
'
|
|
1055
|
-
id: '
|
|
1056
|
-
title: '
|
|
1057
|
-
description: '
|
|
1536
|
+
'api-queries': {
|
|
1537
|
+
id: 'api-queries',
|
|
1538
|
+
title: 'API Queries',
|
|
1539
|
+
description: 'GraphQL Queries | Query Types',
|
|
1058
1540
|
iconType: 'Api',
|
|
1059
1541
|
articles: [{
|
|
1060
|
-
id: 'api-
|
|
1061
|
-
title: '
|
|
1062
|
-
description:
|
|
1063
|
-
slug: 'api-
|
|
1064
|
-
author: '
|
|
1065
|
-
updatedAt: '
|
|
1066
|
-
categoryId: '
|
|
1542
|
+
id: 'api-queries-abstract',
|
|
1543
|
+
title: 'Abstract Query',
|
|
1544
|
+
description: 'Query abstract entities.',
|
|
1545
|
+
slug: 'api-queries-abstract',
|
|
1546
|
+
author: 'API Docs',
|
|
1547
|
+
updatedAt: 'Recently',
|
|
1548
|
+
categoryId: 'api-queries'
|
|
1549
|
+
}, {
|
|
1550
|
+
id: 'api-queries-gene',
|
|
1551
|
+
title: 'Gene Query',
|
|
1552
|
+
description: 'Query gene information.',
|
|
1553
|
+
slug: 'api-queries-gene',
|
|
1554
|
+
author: 'API Docs',
|
|
1555
|
+
updatedAt: 'Recently',
|
|
1556
|
+
categoryId: 'api-queries'
|
|
1557
|
+
}, {
|
|
1558
|
+
id: 'api-queries-patent',
|
|
1559
|
+
title: 'Patent Query',
|
|
1560
|
+
description: 'Query patent data.',
|
|
1561
|
+
slug: 'api-queries-patent',
|
|
1562
|
+
author: 'API Docs',
|
|
1563
|
+
updatedAt: 'Recently',
|
|
1564
|
+
categoryId: 'api-queries'
|
|
1067
1565
|
}]
|
|
1068
1566
|
},
|
|
1069
|
-
'
|
|
1070
|
-
id: '
|
|
1071
|
-
title: '
|
|
1072
|
-
description: '
|
|
1073
|
-
iconType: '
|
|
1567
|
+
'api-objects': {
|
|
1568
|
+
id: 'api-objects',
|
|
1569
|
+
title: 'API Objects',
|
|
1570
|
+
description: 'GraphQL Object Types | Schema Objects',
|
|
1571
|
+
iconType: 'Api',
|
|
1074
1572
|
articles: [{
|
|
1075
|
-
id: '
|
|
1076
|
-
title: '
|
|
1077
|
-
description: '
|
|
1078
|
-
slug: '
|
|
1079
|
-
author: '
|
|
1080
|
-
updatedAt: '
|
|
1081
|
-
categoryId: '
|
|
1573
|
+
id: 'api-objects-gene',
|
|
1574
|
+
title: 'Gene Object',
|
|
1575
|
+
description: 'Gene object type documentation.',
|
|
1576
|
+
slug: 'api-objects-gene',
|
|
1577
|
+
author: 'API Docs',
|
|
1578
|
+
updatedAt: 'Recently',
|
|
1579
|
+
categoryId: 'api-objects'
|
|
1580
|
+
}, {
|
|
1581
|
+
id: 'api-objects-patent',
|
|
1582
|
+
title: 'Patent Object',
|
|
1583
|
+
description: 'Patent object type documentation.',
|
|
1584
|
+
slug: 'api-objects-patent',
|
|
1585
|
+
author: 'API Docs',
|
|
1586
|
+
updatedAt: 'Recently',
|
|
1587
|
+
categoryId: 'api-objects'
|
|
1082
1588
|
}]
|
|
1083
1589
|
},
|
|
1084
|
-
'
|
|
1085
|
-
id: '
|
|
1086
|
-
title: '
|
|
1087
|
-
description: '
|
|
1088
|
-
iconType: '
|
|
1590
|
+
'api-inputs': {
|
|
1591
|
+
id: 'api-inputs',
|
|
1592
|
+
title: 'API Inputs',
|
|
1593
|
+
description: 'GraphQL Input Types | Filter Inputs',
|
|
1594
|
+
iconType: 'Api',
|
|
1089
1595
|
articles: [{
|
|
1090
|
-
id: '
|
|
1091
|
-
title: '
|
|
1092
|
-
description: '
|
|
1093
|
-
slug: '
|
|
1094
|
-
author: '
|
|
1095
|
-
updatedAt: '
|
|
1096
|
-
categoryId: '
|
|
1596
|
+
id: 'api-inputs-gene-filter',
|
|
1597
|
+
title: 'Gene Filter',
|
|
1598
|
+
description: 'Gene filter input type.',
|
|
1599
|
+
slug: 'api-inputs-gene-filter',
|
|
1600
|
+
author: 'API Docs',
|
|
1601
|
+
updatedAt: 'Recently',
|
|
1602
|
+
categoryId: 'api-inputs'
|
|
1097
1603
|
}]
|
|
1098
1604
|
},
|
|
1099
|
-
'
|
|
1100
|
-
id: '
|
|
1101
|
-
title: '
|
|
1102
|
-
description: '
|
|
1103
|
-
iconType: '
|
|
1605
|
+
'api-enums': {
|
|
1606
|
+
id: 'api-enums',
|
|
1607
|
+
title: 'API Enums',
|
|
1608
|
+
description: 'GraphQL Enums | Enumeration Types',
|
|
1609
|
+
iconType: 'Api',
|
|
1104
1610
|
articles: [{
|
|
1105
|
-
id: '
|
|
1106
|
-
title: '
|
|
1107
|
-
description: '
|
|
1108
|
-
slug: '
|
|
1109
|
-
author: '
|
|
1110
|
-
updatedAt: '
|
|
1111
|
-
categoryId: '
|
|
1112
|
-
}, {
|
|
1113
|
-
id: 'student-discounts-hub',
|
|
1114
|
-
title: 'Student Discounts',
|
|
1115
|
-
description: 'Learn about special pricing and discounts for students.',
|
|
1116
|
-
slug: 'student-discounts-hub',
|
|
1117
|
-
author: 'Beena',
|
|
1118
|
-
updatedAt: '4 months ago',
|
|
1119
|
-
categoryId: 'student-hub'
|
|
1120
|
-
}, {
|
|
1121
|
-
id: 'academic-research',
|
|
1122
|
-
title: 'Academic Research',
|
|
1123
|
-
description: 'Use Yantra for academic research and scholarly work.',
|
|
1124
|
-
slug: 'academic-research',
|
|
1125
|
-
author: 'Beena',
|
|
1126
|
-
updatedAt: '4 months ago',
|
|
1127
|
-
categoryId: 'student-hub'
|
|
1128
|
-
}, {
|
|
1129
|
-
id: 'study-tools',
|
|
1130
|
-
title: 'Study Tools',
|
|
1131
|
-
description: 'Discover study tools and features designed for students.',
|
|
1132
|
-
slug: 'study-tools',
|
|
1133
|
-
author: 'Beena',
|
|
1134
|
-
updatedAt: '4 months ago',
|
|
1135
|
-
categoryId: 'student-hub'
|
|
1611
|
+
id: 'api-enums-gene-ordering',
|
|
1612
|
+
title: 'Gene Ordering',
|
|
1613
|
+
description: 'Gene ordering enum type.',
|
|
1614
|
+
slug: 'api-enums-gene-ordering',
|
|
1615
|
+
author: 'API Docs',
|
|
1616
|
+
updatedAt: 'Recently',
|
|
1617
|
+
categoryId: 'api-enums'
|
|
1136
1618
|
}]
|
|
1137
1619
|
},
|
|
1138
|
-
'
|
|
1139
|
-
id: '
|
|
1140
|
-
title: '
|
|
1141
|
-
description: '
|
|
1142
|
-
iconType: '
|
|
1620
|
+
'api-scalars': {
|
|
1621
|
+
id: 'api-scalars',
|
|
1622
|
+
title: 'API Scalars',
|
|
1623
|
+
description: 'GraphQL Scalar Types',
|
|
1624
|
+
iconType: 'Api',
|
|
1143
1625
|
articles: [{
|
|
1144
|
-
id: '
|
|
1145
|
-
title: '
|
|
1146
|
-
description: '
|
|
1147
|
-
slug: '
|
|
1148
|
-
author: '
|
|
1149
|
-
updatedAt: '
|
|
1150
|
-
categoryId: '
|
|
1151
|
-
}, {
|
|
1152
|
-
id: '
|
|
1153
|
-
title: '
|
|
1154
|
-
description: '
|
|
1155
|
-
slug: '
|
|
1156
|
-
author: '
|
|
1157
|
-
updatedAt: '
|
|
1158
|
-
categoryId: '
|
|
1159
|
-
}, {
|
|
1160
|
-
id: '
|
|
1161
|
-
title: '
|
|
1162
|
-
description: '
|
|
1163
|
-
slug: '
|
|
1164
|
-
author: '
|
|
1165
|
-
updatedAt: '
|
|
1166
|
-
categoryId: '
|
|
1626
|
+
id: 'api-scalars-string',
|
|
1627
|
+
title: 'String Scalar',
|
|
1628
|
+
description: 'String scalar type documentation.',
|
|
1629
|
+
slug: 'api-scalars-string',
|
|
1630
|
+
author: 'API Docs',
|
|
1631
|
+
updatedAt: 'Recently',
|
|
1632
|
+
categoryId: 'api-scalars'
|
|
1633
|
+
}, {
|
|
1634
|
+
id: 'api-scalars-int',
|
|
1635
|
+
title: 'Int Scalar',
|
|
1636
|
+
description: 'Int scalar type documentation.',
|
|
1637
|
+
slug: 'api-scalars-int',
|
|
1638
|
+
author: 'API Docs',
|
|
1639
|
+
updatedAt: 'Recently',
|
|
1640
|
+
categoryId: 'api-scalars'
|
|
1641
|
+
}, {
|
|
1642
|
+
id: 'api-scalars-boolean',
|
|
1643
|
+
title: 'Boolean Scalar',
|
|
1644
|
+
description: 'Boolean scalar type documentation.',
|
|
1645
|
+
slug: 'api-scalars-boolean',
|
|
1646
|
+
author: 'API Docs',
|
|
1647
|
+
updatedAt: 'Recently',
|
|
1648
|
+
categoryId: 'api-scalars'
|
|
1167
1649
|
}]
|
|
1168
1650
|
},
|
|
1169
|
-
'
|
|
1170
|
-
id: '
|
|
1171
|
-
title: '
|
|
1172
|
-
description: '
|
|
1173
|
-
iconType: '
|
|
1651
|
+
'api-interfaces': {
|
|
1652
|
+
id: 'api-interfaces',
|
|
1653
|
+
title: 'API Interfaces',
|
|
1654
|
+
description: 'GraphQL Interface Types',
|
|
1655
|
+
iconType: 'Api',
|
|
1174
1656
|
articles: [{
|
|
1175
|
-
id: '
|
|
1176
|
-
title: '
|
|
1177
|
-
description: '
|
|
1178
|
-
slug: '
|
|
1179
|
-
author: '
|
|
1180
|
-
updatedAt: '
|
|
1181
|
-
categoryId: '
|
|
1182
|
-
}, {
|
|
1183
|
-
id: 'ai-models-technical',
|
|
1184
|
-
title: 'AI Models Technical',
|
|
1185
|
-
description: 'Technical details about AI model integration.',
|
|
1186
|
-
slug: 'ai-models-technical',
|
|
1187
|
-
author: 'Beena',
|
|
1188
|
-
updatedAt: '4 months ago',
|
|
1189
|
-
categoryId: 'technical-questions'
|
|
1190
|
-
}, {
|
|
1191
|
-
id: 'search-algorithms',
|
|
1192
|
-
title: 'Search Algorithms',
|
|
1193
|
-
description: "Technical details about Yantra's search algorithms.",
|
|
1194
|
-
slug: 'search-algorithms',
|
|
1195
|
-
author: 'Beena',
|
|
1196
|
-
updatedAt: '4 months ago',
|
|
1197
|
-
categoryId: 'technical-questions'
|
|
1198
|
-
}, {
|
|
1199
|
-
id: 'data-processing',
|
|
1200
|
-
title: 'Data Processing',
|
|
1201
|
-
description: 'How Yantra processes and analyzes data.',
|
|
1202
|
-
slug: 'data-processing',
|
|
1203
|
-
author: 'Beena',
|
|
1204
|
-
updatedAt: '4 months ago',
|
|
1205
|
-
categoryId: 'technical-questions'
|
|
1206
|
-
}, {
|
|
1207
|
-
id: 'infrastructure',
|
|
1208
|
-
title: 'Infrastructure',
|
|
1209
|
-
description: "Yantra's technical infrastructure and scalability.",
|
|
1210
|
-
slug: 'infrastructure',
|
|
1211
|
-
author: 'Beena',
|
|
1212
|
-
updatedAt: '4 months ago',
|
|
1213
|
-
categoryId: 'technical-questions'
|
|
1214
|
-
}, {
|
|
1215
|
-
id: 'performance-optimization',
|
|
1216
|
-
title: 'Performance Optimization',
|
|
1217
|
-
description: 'Technical optimizations for speed and efficiency.',
|
|
1218
|
-
slug: 'performance-optimization',
|
|
1219
|
-
author: 'Beena',
|
|
1220
|
-
updatedAt: '4 months ago',
|
|
1221
|
-
categoryId: 'technical-questions'
|
|
1222
|
-
}, {
|
|
1223
|
-
id: 'api-technical',
|
|
1224
|
-
title: 'API Technical',
|
|
1225
|
-
description: 'Technical details about API implementation.',
|
|
1226
|
-
slug: 'api-technical',
|
|
1227
|
-
author: 'Beena',
|
|
1228
|
-
updatedAt: '4 months ago',
|
|
1229
|
-
categoryId: 'technical-questions'
|
|
1230
|
-
}, {
|
|
1231
|
-
id: 'database-architecture',
|
|
1232
|
-
title: 'Database Architecture',
|
|
1233
|
-
description: 'Technical details about data storage and retrieval.',
|
|
1234
|
-
slug: 'database-architecture',
|
|
1235
|
-
author: 'Beena',
|
|
1236
|
-
updatedAt: '4 months ago',
|
|
1237
|
-
categoryId: 'technical-questions'
|
|
1657
|
+
id: 'api-interfaces-fragment',
|
|
1658
|
+
title: 'Fragment Interface',
|
|
1659
|
+
description: 'Fragment interface documentation.',
|
|
1660
|
+
slug: 'api-interfaces-fragment',
|
|
1661
|
+
author: 'API Docs',
|
|
1662
|
+
updatedAt: 'Recently',
|
|
1663
|
+
categoryId: 'api-interfaces'
|
|
1238
1664
|
}]
|
|
1239
1665
|
}
|
|
1240
1666
|
};
|
|
@@ -1269,7 +1695,7 @@ const getArticleBySlug = articleSlug => {
|
|
|
1269
1695
|
}
|
|
1270
1696
|
return null;
|
|
1271
1697
|
};
|
|
1272
|
-
// Function to load article content dynamically
|
|
1698
|
+
// Function to load article content dynamically (for help center articles)
|
|
1273
1699
|
const loadArticleContent = async articleSlug => {
|
|
1274
1700
|
const article = getArticleBySlug(articleSlug);
|
|
1275
1701
|
if (!article) return null;
|