@adminide-stack/clock-tik-browser 12.0.19 → 12.0.22-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.
Files changed (835) hide show
  1. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  2. package/lib/components/HelpCenterHeader.js +9 -10
  3. package/lib/components/HelpCenterHeader.js.map +1 -1
  4. package/lib/components/Logo.d.ts.map +1 -1
  5. package/lib/components/Logo.js +3 -2
  6. package/lib/components/Logo.js.map +1 -1
  7. package/lib/components/SidebarSearch.d.ts +8 -0
  8. package/lib/components/SidebarSearch.d.ts.map +1 -0
  9. package/lib/components/SidebarSearch.js +114 -0
  10. package/lib/components/SidebarSearch.js.map +1 -0
  11. package/lib/compute.d.ts.map +1 -1
  12. package/lib/compute.js +19 -1
  13. package/lib/compute.js.map +1 -1
  14. package/lib/pages/CategoryCollection/index.js +2 -2
  15. package/lib/pages/CategoryCollection/index.js.map +1 -1
  16. package/lib/pages/HelpCenter/components/CaresHero.js +8 -8
  17. package/lib/pages/HelpCenter/components/CaresHero.js.map +1 -1
  18. package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts +2 -1
  19. package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts.map +1 -1
  20. package/lib/pages/HelpCenter/components/NeedHelpWithSection.js +38 -4
  21. package/lib/pages/HelpCenter/components/NeedHelpWithSection.js.map +1 -1
  22. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  23. package/lib/pages/HelpCenter/index.js +12 -4
  24. package/lib/pages/HelpCenter/index.js.map +1 -1
  25. package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
  26. package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
  27. package/lib/pages/Markdown/MarkdownPageLayout.js +292 -0
  28. package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
  29. package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
  30. package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
  31. package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
  32. package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
  33. package/lib/pages/Markdown/index.d.ts +3 -0
  34. package/lib/pages/Markdown/index.d.ts.map +1 -0
  35. package/lib/pages/Markdown/index.js +5 -0
  36. package/lib/pages/Markdown/index.js.map +1 -0
  37. package/lib/routes.json +28 -1
  38. package/lib/templates/content/content-manifest.json +4442 -0
  39. package/lib/templates/content/docs/gettingstarted.md +4 -2
  40. package/lib/templates/content/docs/hrm/dashboard.md +162 -0
  41. package/lib/templates/content/docs/hrm/hr-letters.md +66 -0
  42. package/lib/templates/content/docs/hrm/hrm-overview.md +50 -0
  43. package/lib/templates/content/docs/hrm/leave.md +85 -0
  44. package/lib/templates/content/docs/hrm/members.md +79 -0
  45. package/lib/templates/content/docs/hrm/my-space.md +173 -0
  46. package/lib/templates/content/docs/hrm/offboarding.md +63 -0
  47. package/lib/templates/content/docs/hrm/onboarding.md +115 -0
  48. package/lib/templates/content/docs/hrm/settings.md +158 -0
  49. package/lib/templates/content/docs/hrm/travel.md +94 -0
  50. package/lib/templates/content/docs/timer/timetracking-main.md +65 -0
  51. package/lib/templates/content/docs/{timetracking.md → timer/timetracking.md} +100 -14
  52. package/lib/templates/static/img/hrm/dashboard-candidates-employees.png +0 -0
  53. package/lib/templates/static/img/hrm/dashboard-overview.png +0 -0
  54. package/lib/templates/static/img/hrm/dashboard-pending-approvals.png +0 -0
  55. package/lib/templates/static/img/hrm/dashboard-pending-letters.png +0 -0
  56. package/lib/templates/static/img/hrm/dashboard-pending-offboarding.png +0 -0
  57. package/lib/templates/static/img/hrm/dashboard-pending-travels.png +0 -0
  58. package/lib/templates/static/img/hrm/dashboard-trends-analytics.png +0 -0
  59. package/lib/templates/static/img/hrm/hr-letters-add-request.png +0 -0
  60. package/lib/templates/static/img/hrm/hr-letters-main.png +0 -0
  61. package/lib/templates/static/img/hrm/hrm-dashboard.png +0 -0
  62. package/lib/templates/static/img/hrm/hrm-offboarding.png +0 -0
  63. package/lib/templates/static/img/hrm/hrm-onboarding.png +0 -0
  64. package/lib/templates/static/img/hrm/hrm-overview-time-logs.png +0 -0
  65. package/lib/templates/static/img/hrm/hrm-overview.png +0 -0
  66. package/lib/templates/static/img/hrm/hrm-settings.png +0 -0
  67. package/lib/templates/static/img/hrm/hrm-sidebar-expanded.png +0 -0
  68. package/lib/templates/static/img/hrm/hrm-travel.png +0 -0
  69. package/lib/templates/static/img/hrm/inv-members.png +0 -0
  70. package/lib/templates/static/img/hrm/letter-hr-letters.png +0 -0
  71. package/lib/templates/static/img/hrm/members-invites.png +0 -0
  72. package/lib/templates/static/img/hrm/members-list.png +0 -0
  73. package/lib/templates/static/img/hrm/myspace-attendance.png +0 -0
  74. package/lib/templates/static/img/hrm/offboarding-full.png +0 -0
  75. package/lib/templates/static/img/hrm/onboarding-candidates.png +0 -0
  76. package/lib/templates/static/img/hrm/onboarding-instances.png +0 -0
  77. package/lib/templates/static/img/hrm/onboarding-main.png +0 -0
  78. package/lib/templates/static/img/hrm/onboarding-tasks.png +0 -0
  79. package/lib/templates/static/img/hrm/org-overview-hierarchy.png +0 -0
  80. package/lib/templates/static/img/hrm/settings-main.png +0 -0
  81. package/lib/templates/static/img/hrm/settings-permissions-full.png +0 -0
  82. package/lib/templates/static/img/hrm/settings-permissions.png +0 -0
  83. package/lib/templates/static/img/hrm/settings-user-access.png +0 -0
  84. package/lib/templates/static/img/hrm/timeoff-balance.png +0 -0
  85. package/lib/templates/static/img/hrm/timeoff-requests.png +0 -0
  86. package/lib/templates/static/img/hrm/timeoff-timeline.png +0 -0
  87. package/lib/templates/static/img/hrm/timeoff-timeoff.png +0 -0
  88. package/lib/templates/static/img/hrm/travel-new-request-menu.png +0 -0
  89. package/lib/templates/static/img/hrm/travel-request-form.png +0 -0
  90. package/lib/templates/static/img/timer/timer-billable-toggle.png +0 -0
  91. package/lib/templates/static/img/timer/timer-entries-list.png +0 -0
  92. package/lib/templates/static/img/timer/timer-mode-new2.jpg +0 -0
  93. package/lib/templates/static/img/timer/timer-page-overview.png +0 -0
  94. package/lib/templates/static/img/timer/timer-paused.png +0 -0
  95. package/lib/templates/static/img/timer/timer-project-dropdown.png +0 -0
  96. package/lib/templates/static/img/timer/timer-running-controls.png +0 -0
  97. package/lib/templates/static/img/timer/timer-tags-dropdown.png +0 -0
  98. package/lib/templates/static/img/timer/timer-with-description.png +0 -0
  99. package/lib/utils/docsNavigation.d.ts +15 -0
  100. package/lib/utils/docsNavigation.d.ts.map +1 -0
  101. package/lib/utils/docsNavigation.js +151 -0
  102. package/lib/utils/docsNavigation.js.map +1 -0
  103. package/lib/utils/markdownLoader.d.ts +10 -6
  104. package/lib/utils/markdownLoader.d.ts.map +1 -1
  105. package/lib/utils/markdownLoader.js +259 -1727
  106. package/lib/utils/markdownLoader.js.map +1 -1
  107. package/package.json +7 -6
  108. package/lib/pages/ArticlePage/index.d.ts +0 -4
  109. package/lib/pages/ArticlePage/index.d.ts.map +0 -1
  110. package/lib/pages/ArticlePage/index.js +0 -222
  111. package/lib/pages/ArticlePage/index.js.map +0 -1
  112. package/lib/templates/content/docs/api/directives/additional-labels.md +0 -28
  113. package/lib/templates/content/docs/api/directives/cypher.md +0 -28
  114. package/lib/templates/content/docs/api/directives/deprecated.md +0 -30
  115. package/lib/templates/content/docs/api/directives/id.md +0 -22
  116. package/lib/templates/content/docs/api/directives/include.md +0 -30
  117. package/lib/templates/content/docs/api/directives/index.md +0 -22
  118. package/lib/templates/content/docs/api/directives/mutation-meta.md +0 -34
  119. package/lib/templates/content/docs/api/directives/neo-4-j-ignore.md +0 -22
  120. package/lib/templates/content/docs/api/directives/relation.md +0 -37
  121. package/lib/templates/content/docs/api/directives/skip.md +0 -30
  122. package/lib/templates/content/docs/api/directives/specified-by.md +0 -30
  123. package/lib/templates/content/docs/api/directives/unique.md +0 -22
  124. package/lib/templates/content/docs/api/enums/abstract-collection-ordering.md +0 -37
  125. package/lib/templates/content/docs/api/enums/abstract-has-citation-ordering.md +0 -37
  126. package/lib/templates/content/docs/api/enums/abstract-mentions-ordering.md +0 -37
  127. package/lib/templates/content/docs/api/enums/abstract-ordering.md +0 -49
  128. package/lib/templates/content/docs/api/enums/affiliation-ordering.md +0 -49
  129. package/lib/templates/content/docs/api/enums/age-group-ordering.md +0 -49
  130. package/lib/templates/content/docs/api/enums/age-range-ordering.md +0 -43
  131. package/lib/templates/content/docs/api/enums/anatomy-ordering.md +0 -61
  132. package/lib/templates/content/docs/api/enums/applicant-ordering.md +0 -37
  133. package/lib/templates/content/docs/api/enums/arm-ordering.md +0 -43
  134. package/lib/templates/content/docs/api/enums/associates-da-g-ordering.md +0 -55
  135. package/lib/templates/content/docs/api/enums/association-ordering.md +0 -43
  136. package/lib/templates/content/docs/api/enums/author-collection-ordering.md +0 -37
  137. package/lib/templates/content/docs/api/enums/author-ordering.md +0 -73
  138. package/lib/templates/content/docs/api/enums/bio-specimen-ordering.md +0 -43
  139. package/lib/templates/content/docs/api/enums/body-text-collection-ordering.md +0 -37
  140. package/lib/templates/content/docs/api/enums/body-text-ordering.md +0 -49
  141. package/lib/templates/content/docs/api/enums/child-ordering.md +0 -37
  142. package/lib/templates/content/docs/api/enums/citation-ordering.md +0 -67
  143. package/lib/templates/content/docs/api/enums/city-ordering.md +0 -37
  144. package/lib/templates/content/docs/api/enums/clinical-trial-ordering.md +0 -49
  145. package/lib/templates/content/docs/api/enums/collaborator-ordering.md +0 -37
  146. package/lib/templates/content/docs/api/enums/completed-ordering.md +0 -43
  147. package/lib/templates/content/docs/api/enums/compound-ordering.md +0 -217
  148. package/lib/templates/content/docs/api/enums/condition-ordering.md +0 -37
  149. package/lib/templates/content/docs/api/enums/contact-ordering.md +0 -43
  150. package/lib/templates/content/docs/api/enums/cooperative-patent-classification-ordering.md +0 -37
  151. package/lib/templates/content/docs/api/enums/country-ordering.md +0 -43
  152. package/lib/templates/content/docs/api/enums/current-female-ordering.md +0 -37
  153. package/lib/templates/content/docs/api/enums/current-male-ordering.md +0 -37
  154. package/lib/templates/content/docs/api/enums/current-total-ordering.md +0 -37
  155. package/lib/templates/content/docs/api/enums/daily-report-ordering.md +0 -61
  156. package/lib/templates/content/docs/api/enums/daily-reported-ordering.md +0 -37
  157. package/lib/templates/content/docs/api/enums/description-ordering.md +0 -43
  158. package/lib/templates/content/docs/api/enums/design-ordering.md +0 -49
  159. package/lib/templates/content/docs/api/enums/disease-is-a-ordering.md +0 -37
  160. package/lib/templates/content/docs/api/enums/disease-ordering.md +0 -67
  161. package/lib/templates/content/docs/api/enums/entity-ordering.md +0 -37
  162. package/lib/templates/content/docs/api/enums/exclusion-criteria-ordering.md +0 -37
  163. package/lib/templates/content/docs/api/enums/expressed-ordering.md +0 -49
  164. package/lib/templates/content/docs/api/enums/facility-ordering.md +0 -37
  165. package/lib/templates/content/docs/api/enums/fragment-ordering.md +0 -43
  166. package/lib/templates/content/docs/api/enums/from-abstract-mentions-ordering.md +0 -37
  167. package/lib/templates/content/docs/api/enums/from-abstract-ordering.md +0 -49
  168. package/lib/templates/content/docs/api/enums/from-body-text-mentions-ordering.md +0 -37
  169. package/lib/templates/content/docs/api/enums/from-body-text-ordering.md +0 -49
  170. package/lib/templates/content/docs/api/enums/from-patent-abstract-ordering.md +0 -49
  171. package/lib/templates/content/docs/api/enums/from-patent-claim-ordering.md +0 -49
  172. package/lib/templates/content/docs/api/enums/from-patent-description-ordering.md +0 -49
  173. package/lib/templates/content/docs/api/enums/from-patent-title-ordering.md +0 -49
  174. package/lib/templates/content/docs/api/enums/gender-ordering.md +0 -43
  175. package/lib/templates/content/docs/api/enums/gene-codes-ordering.md +0 -43
  176. package/lib/templates/content/docs/api/enums/gene-ordering.md +0 -151
  177. package/lib/templates/content/docs/api/enums/gene-symbol-ordering.md +0 -49
  178. package/lib/templates/content/docs/api/enums/go-term-ordering.md +0 -55
  179. package/lib/templates/content/docs/api/enums/gtex-detailed-tissue-ordering.md +0 -37
  180. package/lib/templates/content/docs/api/enums/gtex-sample-ordering.md +0 -409
  181. package/lib/templates/content/docs/api/enums/gtex-tissue-ordering.md +0 -37
  182. package/lib/templates/content/docs/api/enums/has-abstract-ordering.md +0 -37
  183. package/lib/templates/content/docs/api/enums/has-author-ordering.md +0 -37
  184. package/lib/templates/content/docs/api/enums/has-body-text-ordering.md +0 -37
  185. package/lib/templates/content/docs/api/enums/has-citation-ordering.md +0 -37
  186. package/lib/templates/content/docs/api/enums/has-cooperative-patent-classification-ordering.md +0 -37
  187. package/lib/templates/content/docs/api/enums/has-international-patent-classification-ordering.md +0 -37
  188. package/lib/templates/content/docs/api/enums/has-lens-id-ordering.md +0 -37
  189. package/lib/templates/content/docs/api/enums/has-non-patent-literature-citation-ordering.md +0 -37
  190. package/lib/templates/content/docs/api/enums/has-paper-id-ordering.md +0 -37
  191. package/lib/templates/content/docs/api/enums/has-patent-abstract-ordering.md +0 -37
  192. package/lib/templates/content/docs/api/enums/has-patent-claim-ordering.md +0 -37
  193. package/lib/templates/content/docs/api/enums/has-patent-description-ordering.md +0 -37
  194. package/lib/templates/content/docs/api/enums/has-patent-literature-citation-ordering.md +0 -37
  195. package/lib/templates/content/docs/api/enums/has-patent-title-ordering.md +0 -37
  196. package/lib/templates/content/docs/api/enums/has-reference-ordering.md +0 -37
  197. package/lib/templates/content/docs/api/enums/has-us-patent-classification-ordering.md +0 -37
  198. package/lib/templates/content/docs/api/enums/inclusion-criteria-ordering.md +0 -37
  199. package/lib/templates/content/docs/api/enums/international-patent-classification-ordering.md +0 -37
  200. package/lib/templates/content/docs/api/enums/intervention-ordering.md +0 -49
  201. package/lib/templates/content/docs/api/enums/inventor-ordering.md +0 -37
  202. package/lib/templates/content/docs/api/enums/investigator-ordering.md +0 -43
  203. package/lib/templates/content/docs/api/enums/is-a-ordering.md +0 -37
  204. package/lib/templates/content/docs/api/enums/is-activator-ordering.md +0 -49
  205. package/lib/templates/content/docs/api/enums/is-agonist-ordering.md +0 -49
  206. package/lib/templates/content/docs/api/enums/is-antagonist-ordering.md +0 -49
  207. package/lib/templates/content/docs/api/enums/is-binder-ordering.md +0 -49
  208. package/lib/templates/content/docs/api/enums/is-inhibitor-ordering.md +0 -49
  209. package/lib/templates/content/docs/api/enums/keyword-ordering.md +0 -37
  210. package/lib/templates/content/docs/api/enums/latest-ordering.md +0 -61
  211. package/lib/templates/content/docs/api/enums/latest-reported-ordering.md +0 -37
  212. package/lib/templates/content/docs/api/enums/lens-id-ordering.md +0 -37
  213. package/lib/templates/content/docs/api/enums/link-ordering.md +0 -37
  214. package/lib/templates/content/docs/api/enums/localizes-dla-ordering.md +0 -49
  215. package/lib/templates/content/docs/api/enums/location-ordering.md +0 -73
  216. package/lib/templates/content/docs/api/enums/maps-gene-ordering.md +0 -37
  217. package/lib/templates/content/docs/api/enums/maps-gene-symbol-ordering.md +0 -37
  218. package/lib/templates/content/docs/api/enums/maps-gene-symbols-with-omit-length-ordering.md +0 -37
  219. package/lib/templates/content/docs/api/enums/maps-gene-symbols-with-omit-word-ordering.md +0 -37
  220. package/lib/templates/content/docs/api/enums/maps-gene-symbols-with-omited-special-char-ordering.md +0 -37
  221. package/lib/templates/content/docs/api/enums/maps-protein-ordering.md +0 -43
  222. package/lib/templates/content/docs/api/enums/maps-transcript-ordering.md +0 -43
  223. package/lib/templates/content/docs/api/enums/member-ordering.md +0 -43
  224. package/lib/templates/content/docs/api/enums/named-entity-ordering.md +0 -49
  225. package/lib/templates/content/docs/api/enums/non-patent-literature-citation-ordering.md +0 -43
  226. package/lib/templates/content/docs/api/enums/observation-period-ordering.md +0 -37
  227. package/lib/templates/content/docs/api/enums/omit-length-ordering.md +0 -49
  228. package/lib/templates/content/docs/api/enums/omit-special-char-ordering.md +0 -49
  229. package/lib/templates/content/docs/api/enums/omit-word-ordering.md +0 -49
  230. package/lib/templates/content/docs/api/enums/outcome-ordering.md +0 -55
  231. package/lib/templates/content/docs/api/enums/owner-ordering.md +0 -37
  232. package/lib/templates/content/docs/api/enums/paper-id-ordering.md +0 -43
  233. package/lib/templates/content/docs/api/enums/paper-ordering.md +0 -73
  234. package/lib/templates/content/docs/api/enums/part-of-ordering.md +0 -37
  235. package/lib/templates/content/docs/api/enums/patent-abstract-mentions-gene-symbol-ordering.md +0 -37
  236. package/lib/templates/content/docs/api/enums/patent-abstract-ordering.md +0 -49
  237. package/lib/templates/content/docs/api/enums/patent-citation-collection-ordering.md +0 -37
  238. package/lib/templates/content/docs/api/enums/patent-claim-mentions-gene-symbol-ordering.md +0 -37
  239. package/lib/templates/content/docs/api/enums/patent-claim-ordering.md +0 -49
  240. package/lib/templates/content/docs/api/enums/patent-classification-collection-ordering.md +0 -37
  241. package/lib/templates/content/docs/api/enums/patent-description-mentions-gene-symbol-ordering.md +0 -37
  242. package/lib/templates/content/docs/api/enums/patent-description-ordering.md +0 -49
  243. package/lib/templates/content/docs/api/enums/patent-family-ordering.md +0 -49
  244. package/lib/templates/content/docs/api/enums/patent-literature-citation-ordering.md +0 -49
  245. package/lib/templates/content/docs/api/enums/patent-number-ordering.md +0 -37
  246. package/lib/templates/content/docs/api/enums/patent-ordering.md +0 -79
  247. package/lib/templates/content/docs/api/enums/patent-title-mentions-gene-symbol-ordering.md +0 -37
  248. package/lib/templates/content/docs/api/enums/patent-title-ordering.md +0 -49
  249. package/lib/templates/content/docs/api/enums/pathway-ordering.md +0 -61
  250. package/lib/templates/content/docs/api/enums/phase-ordering.md +0 -37
  251. package/lib/templates/content/docs/api/enums/protein-codes-ordering.md +0 -43
  252. package/lib/templates/content/docs/api/enums/protein-ordering.md +0 -85
  253. package/lib/templates/content/docs/api/enums/province-ordering.md +0 -49
  254. package/lib/templates/content/docs/api/enums/purpose-ordering.md +0 -37
  255. package/lib/templates/content/docs/api/enums/reference-collection-ordering.md +0 -37
  256. package/lib/templates/content/docs/api/enums/reference-has-paperid-ordering.md +0 -37
  257. package/lib/templates/content/docs/api/enums/reference-ordering.md +0 -85
  258. package/lib/templates/content/docs/api/enums/reference-type-ordering.md +0 -37
  259. package/lib/templates/content/docs/api/enums/relation-directions.md +0 -31
  260. package/lib/templates/content/docs/api/enums/response-ordering.md +0 -37
  261. package/lib/templates/content/docs/api/enums/responsible-ordering.md +0 -37
  262. package/lib/templates/content/docs/api/enums/sponsor-ordering.md +0 -37
  263. package/lib/templates/content/docs/api/enums/start-ordering.md +0 -37
  264. package/lib/templates/content/docs/api/enums/status-ordering.md +0 -37
  265. package/lib/templates/content/docs/api/enums/stop-reason-ordering.md +0 -37
  266. package/lib/templates/content/docs/api/enums/study-identification-ordering.md +0 -43
  267. package/lib/templates/content/docs/api/enums/study-population-ordering.md +0 -43
  268. package/lib/templates/content/docs/api/enums/study-type-ordering.md +0 -37
  269. package/lib/templates/content/docs/api/enums/synonym-length-omitted-ordering.md +0 -37
  270. package/lib/templates/content/docs/api/enums/synonym-ordering.md +0 -37
  271. package/lib/templates/content/docs/api/enums/synonym-special-char-omitted-ordering.md +0 -37
  272. package/lib/templates/content/docs/api/enums/synonym-word-omitted-ordering.md +0 -37
  273. package/lib/templates/content/docs/api/enums/target-ordering.md +0 -103
  274. package/lib/templates/content/docs/api/enums/targets-ordering.md +0 -49
  275. package/lib/templates/content/docs/api/enums/title-ordering.md +0 -43
  276. package/lib/templates/content/docs/api/enums/transcript-ordering.md +0 -67
  277. package/lib/templates/content/docs/api/enums/us-patent-classification-ordering.md +0 -37
  278. package/lib/templates/content/docs/api/enums/word-ordering.md +0 -97
  279. package/lib/templates/content/docs/api/generated.md +0 -13
  280. package/lib/templates/content/docs/api/inputs/abstract-abstract-has-citation-filter.md +0 -58
  281. package/lib/templates/content/docs/api/inputs/abstract-abstract-mentions-filter.md +0 -58
  282. package/lib/templates/content/docs/api/inputs/abstract-collection-filter.md +0 -109
  283. package/lib/templates/content/docs/api/inputs/abstract-collection-has-abstract-filter.md +0 -58
  284. package/lib/templates/content/docs/api/inputs/abstract-filter.md +0 -217
  285. package/lib/templates/content/docs/api/inputs/abstract-has-abstract-filter.md +0 -58
  286. package/lib/templates/content/docs/api/inputs/affiliation-filter.md +0 -169
  287. package/lib/templates/content/docs/api/inputs/age-group-current-female-filter.md +0 -58
  288. package/lib/templates/content/docs/api/inputs/age-group-current-male-filter.md +0 -58
  289. package/lib/templates/content/docs/api/inputs/age-group-current-total-filter.md +0 -58
  290. package/lib/templates/content/docs/api/inputs/age-group-filter.md +0 -187
  291. package/lib/templates/content/docs/api/inputs/age-range-filter.md +0 -115
  292. package/lib/templates/content/docs/api/inputs/anatomy-filter.md +0 -205
  293. package/lib/templates/content/docs/api/inputs/anatomy-localizes-dla-filter.md +0 -106
  294. package/lib/templates/content/docs/api/inputs/arm-filter.md +0 -139
  295. package/lib/templates/content/docs/api/inputs/author-collection-filter.md +0 -109
  296. package/lib/templates/content/docs/api/inputs/author-collection-has-author-filter.md +0 -58
  297. package/lib/templates/content/docs/api/inputs/author-filter.md +0 -289
  298. package/lib/templates/content/docs/api/inputs/bio-specimen-filter.md +0 -115
  299. package/lib/templates/content/docs/api/inputs/body-text-collection-filter.md +0 -109
  300. package/lib/templates/content/docs/api/inputs/body-text-collection-has-body-text-filter.md +0 -58
  301. package/lib/templates/content/docs/api/inputs/body-text-filter.md +0 -193
  302. package/lib/templates/content/docs/api/inputs/body-text-has-citation-filter.md +0 -58
  303. package/lib/templates/content/docs/api/inputs/child-directions-filter.md +0 -31
  304. package/lib/templates/content/docs/api/inputs/child-filter.md +0 -64
  305. package/lib/templates/content/docs/api/inputs/citation-filter.md +0 -343
  306. package/lib/templates/content/docs/api/inputs/city-filter.md +0 -109
  307. package/lib/templates/content/docs/api/inputs/clinical-trial-filter.md +0 -913
  308. package/lib/templates/content/docs/api/inputs/collaborator-filter.md +0 -85
  309. package/lib/templates/content/docs/api/inputs/completed-filter.md +0 -115
  310. package/lib/templates/content/docs/api/inputs/compound-filter.md +0 -1099
  311. package/lib/templates/content/docs/api/inputs/compound-is-activator-filter.md +0 -124
  312. package/lib/templates/content/docs/api/inputs/compound-is-agonist-filter.md +0 -124
  313. package/lib/templates/content/docs/api/inputs/compound-is-antagonist-filter.md +0 -124
  314. package/lib/templates/content/docs/api/inputs/compound-is-binder-filter.md +0 -124
  315. package/lib/templates/content/docs/api/inputs/compound-is-inhibitor-filter.md +0 -124
  316. package/lib/templates/content/docs/api/inputs/compound-targets-filter.md +0 -124
  317. package/lib/templates/content/docs/api/inputs/condition-filter.md +0 -109
  318. package/lib/templates/content/docs/api/inputs/contact-filter.md +0 -115
  319. package/lib/templates/content/docs/api/inputs/cooperative-patent-classification-filter.md +0 -85
  320. package/lib/templates/content/docs/api/inputs/country-current-female-filter.md +0 -58
  321. package/lib/templates/content/docs/api/inputs/country-current-male-filter.md +0 -58
  322. package/lib/templates/content/docs/api/inputs/country-current-total-filter.md +0 -58
  323. package/lib/templates/content/docs/api/inputs/country-filter.md +0 -211
  324. package/lib/templates/content/docs/api/inputs/country-part-of-filter.md +0 -64
  325. package/lib/templates/content/docs/api/inputs/daily-report-daily-reported-filter.md +0 -64
  326. package/lib/templates/content/docs/api/inputs/daily-report-filter.md +0 -181
  327. package/lib/templates/content/docs/api/inputs/description-filter.md +0 -115
  328. package/lib/templates/content/docs/api/inputs/design-filter.md +0 -169
  329. package/lib/templates/content/docs/api/inputs/disease-associates-da-g-filter.md +0 -136
  330. package/lib/templates/content/docs/api/inputs/disease-filter.md +0 -283
  331. package/lib/templates/content/docs/api/inputs/disease-is-a-directions-filter.md +0 -31
  332. package/lib/templates/content/docs/api/inputs/disease-is-a-filter.md +0 -58
  333. package/lib/templates/content/docs/api/inputs/disease-localizes-dla-filter.md +0 -106
  334. package/lib/templates/content/docs/api/inputs/entity-filter.md +0 -133
  335. package/lib/templates/content/docs/api/inputs/exclusion-criteria-filter.md +0 -85
  336. package/lib/templates/content/docs/api/inputs/facility-filter.md +0 -97
  337. package/lib/templates/content/docs/api/inputs/fragment-filter.md +0 -115
  338. package/lib/templates/content/docs/api/inputs/from-abstract-filter.md +0 -175
  339. package/lib/templates/content/docs/api/inputs/from-abstract-from-abstract-mentions-filter.md +0 -58
  340. package/lib/templates/content/docs/api/inputs/from-body-text-filter.md +0 -175
  341. package/lib/templates/content/docs/api/inputs/from-body-text-from-body-text-mentions-filter.md +0 -58
  342. package/lib/templates/content/docs/api/inputs/from-patent-abstract-filter.md +0 -175
  343. package/lib/templates/content/docs/api/inputs/from-patent-abstract-patent-abstract-mentions-gene-symbol-filter.md +0 -58
  344. package/lib/templates/content/docs/api/inputs/from-patent-claim-filter.md +0 -175
  345. package/lib/templates/content/docs/api/inputs/from-patent-claim-patent-claim-mentions-gene-symbol-filter.md +0 -58
  346. package/lib/templates/content/docs/api/inputs/from-patent-description-filter.md +0 -175
  347. package/lib/templates/content/docs/api/inputs/from-patent-description-patent-description-mentions-gene-symbol-filter.md +0 -58
  348. package/lib/templates/content/docs/api/inputs/from-patent-title-filter.md +0 -175
  349. package/lib/templates/content/docs/api/inputs/from-patent-title-patent-title-mentions-gene-symbol-filter.md +0 -58
  350. package/lib/templates/content/docs/api/inputs/gender-filter.md +0 -115
  351. package/lib/templates/content/docs/api/inputs/gene-associates-da-g-filter.md +0 -136
  352. package/lib/templates/content/docs/api/inputs/gene-expressed-filter.md +0 -118
  353. package/lib/templates/content/docs/api/inputs/gene-filter.md +0 -847
  354. package/lib/templates/content/docs/api/inputs/gene-gene-codes-filter.md +0 -94
  355. package/lib/templates/content/docs/api/inputs/gene-maps-gene-symbol-filter.md +0 -64
  356. package/lib/templates/content/docs/api/inputs/gene-maps-gene-symbols-with-omit-length-filter.md +0 -64
  357. package/lib/templates/content/docs/api/inputs/gene-maps-gene-symbols-with-omit-word-filter.md +0 -64
  358. package/lib/templates/content/docs/api/inputs/gene-maps-gene-symbols-with-omited-special-char-filter.md +0 -64
  359. package/lib/templates/content/docs/api/inputs/gene-member-filter.md +0 -94
  360. package/lib/templates/content/docs/api/inputs/gene-symbol-filter.md +0 -361
  361. package/lib/templates/content/docs/api/inputs/gene-symbol-from-abstract-mentions-filter.md +0 -58
  362. package/lib/templates/content/docs/api/inputs/gene-symbol-from-body-text-mentions-filter.md +0 -58
  363. package/lib/templates/content/docs/api/inputs/gene-symbol-patent-abstract-mentions-gene-symbol-filter.md +0 -58
  364. package/lib/templates/content/docs/api/inputs/gene-symbol-patent-claim-mentions-gene-symbol-filter.md +0 -58
  365. package/lib/templates/content/docs/api/inputs/gene-symbol-patent-description-mentions-gene-symbol-filter.md +0 -58
  366. package/lib/templates/content/docs/api/inputs/gene-symbol-patent-title-mentions-gene-symbol-filter.md +0 -58
  367. package/lib/templates/content/docs/api/inputs/gene-symbol-synonym-length-omitted-filter.md +0 -64
  368. package/lib/templates/content/docs/api/inputs/gene-symbol-synonym-special-char-omitted-filter.md +0 -64
  369. package/lib/templates/content/docs/api/inputs/gene-symbol-synonym-word-omitted-filter.md +0 -64
  370. package/lib/templates/content/docs/api/inputs/go-term-association-filter.md +0 -94
  371. package/lib/templates/content/docs/api/inputs/go-term-filter.md +0 -199
  372. package/lib/templates/content/docs/api/inputs/gtex-detailed-tissue-expressed-filter.md +0 -118
  373. package/lib/templates/content/docs/api/inputs/gtex-detailed-tissue-filter.md +0 -109
  374. package/lib/templates/content/docs/api/inputs/gtex-sample-filter.md +0 -1651
  375. package/lib/templates/content/docs/api/inputs/gtex-tissue-filter.md +0 -109
  376. package/lib/templates/content/docs/api/inputs/inclusion-criteria-filter.md +0 -85
  377. package/lib/templates/content/docs/api/inputs/international-patent-classification-filter.md +0 -85
  378. package/lib/templates/content/docs/api/inputs/intervention-filter.md +0 -145
  379. package/lib/templates/content/docs/api/inputs/investigator-filter.md +0 -139
  380. package/lib/templates/content/docs/api/inputs/is-a-directions-filter.md +0 -31
  381. package/lib/templates/content/docs/api/inputs/is-a-filter.md +0 -64
  382. package/lib/templates/content/docs/api/inputs/keyword-filter.md +0 -85
  383. package/lib/templates/content/docs/api/inputs/latest-filter.md +0 -181
  384. package/lib/templates/content/docs/api/inputs/latest-latest-reported-filter.md +0 -64
  385. package/lib/templates/content/docs/api/inputs/lens-id-filter.md +0 -109
  386. package/lib/templates/content/docs/api/inputs/link-filter.md +0 -85
  387. package/lib/templates/content/docs/api/inputs/location-filter.md +0 -265
  388. package/lib/templates/content/docs/api/inputs/maps-gene-directions-filter.md +0 -31
  389. package/lib/templates/content/docs/api/inputs/maps-gene-filter.md +0 -64
  390. package/lib/templates/content/docs/api/inputs/maps-protein-directions-filter.md +0 -31
  391. package/lib/templates/content/docs/api/inputs/maps-protein-filter.md +0 -94
  392. package/lib/templates/content/docs/api/inputs/maps-transcript-directions-filter.md +0 -31
  393. package/lib/templates/content/docs/api/inputs/maps-transcript-filter.md +0 -94
  394. package/lib/templates/content/docs/api/inputs/named-entity-abstract-mentions-filter.md +0 -58
  395. package/lib/templates/content/docs/api/inputs/named-entity-filter.md +0 -169
  396. package/lib/templates/content/docs/api/inputs/neo-4-j-date-input.md +0 -39
  397. package/lib/templates/content/docs/api/inputs/neo-4-j-date-time-input.md +0 -60
  398. package/lib/templates/content/docs/api/inputs/neo-4-j-local-date-time-input.md +0 -57
  399. package/lib/templates/content/docs/api/inputs/neo-4-j-local-time-input.md +0 -48
  400. package/lib/templates/content/docs/api/inputs/neo-4-j-point-distance-filter.md +0 -31
  401. package/lib/templates/content/docs/api/inputs/neo-4-j-point-input.md +0 -49
  402. package/lib/templates/content/docs/api/inputs/neo-4-j-time-input.md +0 -51
  403. package/lib/templates/content/docs/api/inputs/non-patent-literature-citation-filter.md +0 -115
  404. package/lib/templates/content/docs/api/inputs/observation-period-filter.md +0 -85
  405. package/lib/templates/content/docs/api/inputs/omit-length-filter.md +0 -145
  406. package/lib/templates/content/docs/api/inputs/omit-special-char-filter.md +0 -145
  407. package/lib/templates/content/docs/api/inputs/omit-word-filter.md +0 -169
  408. package/lib/templates/content/docs/api/inputs/omit-word-synonym-word-omitted-filter.md +0 -64
  409. package/lib/templates/content/docs/api/inputs/outcome-filter.md +0 -223
  410. package/lib/templates/content/docs/api/inputs/paper-filter.md +0 -361
  411. package/lib/templates/content/docs/api/inputs/paper-has-paper-id-filter.md +0 -58
  412. package/lib/templates/content/docs/api/inputs/paper-id-filter.md +0 -163
  413. package/lib/templates/content/docs/api/inputs/paper-id-reference-has-paperid-filter.md +0 -58
  414. package/lib/templates/content/docs/api/inputs/patent-abstract-filter.md +0 -169
  415. package/lib/templates/content/docs/api/inputs/patent-applicant-filter.md +0 -58
  416. package/lib/templates/content/docs/api/inputs/patent-citation-collection-filter.md +0 -133
  417. package/lib/templates/content/docs/api/inputs/patent-citation-collection-has-non-patent-literature-citation-filter.md +0 -58
  418. package/lib/templates/content/docs/api/inputs/patent-citation-collection-has-patent-literature-citation-filter.md +0 -58
  419. package/lib/templates/content/docs/api/inputs/patent-claim-filter.md +0 -169
  420. package/lib/templates/content/docs/api/inputs/patent-classification-collection-filter.md +0 -157
  421. package/lib/templates/content/docs/api/inputs/patent-classification-collection-has-cooperative-patent-classification-filter.md +0 -58
  422. package/lib/templates/content/docs/api/inputs/patent-classification-collection-has-international-patent-classification-filter.md +0 -58
  423. package/lib/templates/content/docs/api/inputs/patent-classification-collection-has-us-patent-classification-filter.md +0 -58
  424. package/lib/templates/content/docs/api/inputs/patent-description-filter.md +0 -169
  425. package/lib/templates/content/docs/api/inputs/patent-family-filter.md +0 -133
  426. package/lib/templates/content/docs/api/inputs/patent-family-has-lens-id-filter.md +0 -58
  427. package/lib/templates/content/docs/api/inputs/patent-filter.md +0 -535
  428. package/lib/templates/content/docs/api/inputs/patent-has-patent-abstract-filter.md +0 -58
  429. package/lib/templates/content/docs/api/inputs/patent-has-patent-claim-filter.md +0 -58
  430. package/lib/templates/content/docs/api/inputs/patent-has-patent-description-filter.md +0 -58
  431. package/lib/templates/content/docs/api/inputs/patent-has-patent-title-filter.md +0 -58
  432. package/lib/templates/content/docs/api/inputs/patent-inventor-filter.md +0 -58
  433. package/lib/templates/content/docs/api/inputs/patent-literature-citation-filter.md +0 -169
  434. package/lib/templates/content/docs/api/inputs/patent-number-filter.md +0 -109
  435. package/lib/templates/content/docs/api/inputs/patent-owner-filter.md +0 -58
  436. package/lib/templates/content/docs/api/inputs/patent-title-filter.md +0 -169
  437. package/lib/templates/content/docs/api/inputs/pathway-filter.md +0 -229
  438. package/lib/templates/content/docs/api/inputs/pathway-member-filter.md +0 -94
  439. package/lib/templates/content/docs/api/inputs/phase-filter.md +0 -85
  440. package/lib/templates/content/docs/api/inputs/protein-association-filter.md +0 -94
  441. package/lib/templates/content/docs/api/inputs/protein-filter.md +0 -373
  442. package/lib/templates/content/docs/api/inputs/protein-protein-codes-filter.md +0 -94
  443. package/lib/templates/content/docs/api/inputs/province-daily-reported-filter.md +0 -64
  444. package/lib/templates/content/docs/api/inputs/province-filter.md +0 -193
  445. package/lib/templates/content/docs/api/inputs/province-latest-reported-filter.md +0 -64
  446. package/lib/templates/content/docs/api/inputs/purpose-filter.md +0 -85
  447. package/lib/templates/content/docs/api/inputs/reference-collection-filter.md +0 -109
  448. package/lib/templates/content/docs/api/inputs/reference-collection-has-reference-filter.md +0 -58
  449. package/lib/templates/content/docs/api/inputs/reference-filter.md +0 -367
  450. package/lib/templates/content/docs/api/inputs/reference-reference-has-paperid-filter.md +0 -58
  451. package/lib/templates/content/docs/api/inputs/reference-type-filter.md +0 -109
  452. package/lib/templates/content/docs/api/inputs/response-filter.md +0 -157
  453. package/lib/templates/content/docs/api/inputs/responsible-filter.md +0 -85
  454. package/lib/templates/content/docs/api/inputs/sponsor-filter.md +0 -85
  455. package/lib/templates/content/docs/api/inputs/start-filter.md +0 -85
  456. package/lib/templates/content/docs/api/inputs/status-filter.md +0 -109
  457. package/lib/templates/content/docs/api/inputs/stop-reason-filter.md +0 -109
  458. package/lib/templates/content/docs/api/inputs/study-identification-filter.md +0 -139
  459. package/lib/templates/content/docs/api/inputs/study-population-filter.md +0 -163
  460. package/lib/templates/content/docs/api/inputs/study-type-filter.md +0 -85
  461. package/lib/templates/content/docs/api/inputs/synonym-directions-filter.md +0 -31
  462. package/lib/templates/content/docs/api/inputs/synonym-filter.md +0 -64
  463. package/lib/templates/content/docs/api/inputs/target-filter.md +0 -535
  464. package/lib/templates/content/docs/api/inputs/target-is-activator-filter.md +0 -124
  465. package/lib/templates/content/docs/api/inputs/target-is-agonist-filter.md +0 -124
  466. package/lib/templates/content/docs/api/inputs/target-is-antagonist-filter.md +0 -124
  467. package/lib/templates/content/docs/api/inputs/target-is-binder-filter.md +0 -124
  468. package/lib/templates/content/docs/api/inputs/target-is-inhibitor-filter.md +0 -124
  469. package/lib/templates/content/docs/api/inputs/target-targets-filter.md +0 -124
  470. package/lib/templates/content/docs/api/inputs/title-filter.md +0 -115
  471. package/lib/templates/content/docs/api/inputs/transcript-filter.md +0 -283
  472. package/lib/templates/content/docs/api/inputs/transcript-gene-codes-filter.md +0 -94
  473. package/lib/templates/content/docs/api/inputs/transcript-protein-codes-filter.md +0 -94
  474. package/lib/templates/content/docs/api/inputs/us-patent-classification-filter.md +0 -85
  475. package/lib/templates/content/docs/api/inputs/word-filter.md +0 -121
  476. package/lib/templates/content/docs/api/interfaces/fragment.md +0 -34
  477. package/lib/templates/content/docs/api/objects/abstract-citation.md +0 -38
  478. package/lib/templates/content/docs/api/objects/abstract-collection-abstracts.md +0 -38
  479. package/lib/templates/content/docs/api/objects/abstract-collection.md +0 -60
  480. package/lib/templates/content/docs/api/objects/abstract-collections.md +0 -38
  481. package/lib/templates/content/docs/api/objects/abstract-has-citation.md +0 -34
  482. package/lib/templates/content/docs/api/objects/abstract-mentions.md +0 -40
  483. package/lib/templates/content/docs/api/objects/abstract.md +0 -103
  484. package/lib/templates/content/docs/api/objects/affiliation.md +0 -66
  485. package/lib/templates/content/docs/api/objects/age-group-female.md +0 -38
  486. package/lib/templates/content/docs/api/objects/age-group-male.md +0 -38
  487. package/lib/templates/content/docs/api/objects/age-group-total.md +0 -38
  488. package/lib/templates/content/docs/api/objects/age-group.md +0 -87
  489. package/lib/templates/content/docs/api/objects/age-range.md +0 -52
  490. package/lib/templates/content/docs/api/objects/anatomy-diseases.md +0 -44
  491. package/lib/templates/content/docs/api/objects/anatomy.md +0 -61
  492. package/lib/templates/content/docs/api/objects/applicant.md +0 -34
  493. package/lib/templates/content/docs/api/objects/arm.md +0 -63
  494. package/lib/templates/content/docs/api/objects/associates-da-g.md +0 -43
  495. package/lib/templates/content/docs/api/objects/association.md +0 -37
  496. package/lib/templates/content/docs/api/objects/author-collection-authors.md +0 -38
  497. package/lib/templates/content/docs/api/objects/author-collection.md +0 -60
  498. package/lib/templates/content/docs/api/objects/author.md +0 -83
  499. package/lib/templates/content/docs/api/objects/bio-specimen.md +0 -52
  500. package/lib/templates/content/docs/api/objects/body-text-citations.md +0 -38
  501. package/lib/templates/content/docs/api/objects/body-text-collection-body-texts.md +0 -38
  502. package/lib/templates/content/docs/api/objects/body-text-collection.md +0 -60
  503. package/lib/templates/content/docs/api/objects/body-text.md +0 -87
  504. package/lib/templates/content/docs/api/objects/child.md +0 -34
  505. package/lib/templates/content/docs/api/objects/citation.md +0 -134
  506. package/lib/templates/content/docs/api/objects/city.md +0 -55
  507. package/lib/templates/content/docs/api/objects/clinical-trial.md +0 -497
  508. package/lib/templates/content/docs/api/objects/collaborator.md +0 -49
  509. package/lib/templates/content/docs/api/objects/completed.md +0 -52
  510. package/lib/templates/content/docs/api/objects/compound-is-activator.md +0 -44
  511. package/lib/templates/content/docs/api/objects/compound-is-agonist.md +0 -44
  512. package/lib/templates/content/docs/api/objects/compound-is-antagonist.md +0 -44
  513. package/lib/templates/content/docs/api/objects/compound-is-binder.md +0 -44
  514. package/lib/templates/content/docs/api/objects/compound-is-inhibitor.md +0 -44
  515. package/lib/templates/content/docs/api/objects/compound-targets.md +0 -44
  516. package/lib/templates/content/docs/api/objects/compound.md +0 -219
  517. package/lib/templates/content/docs/api/objects/condition.md +0 -60
  518. package/lib/templates/content/docs/api/objects/contact.md +0 -52
  519. package/lib/templates/content/docs/api/objects/cooperative-patent-classification.md +0 -49
  520. package/lib/templates/content/docs/api/objects/country-female.md +0 -38
  521. package/lib/templates/content/docs/api/objects/country-male.md +0 -38
  522. package/lib/templates/content/docs/api/objects/country-provinces.md +0 -38
  523. package/lib/templates/content/docs/api/objects/country-total.md +0 -38
  524. package/lib/templates/content/docs/api/objects/country.md +0 -111
  525. package/lib/templates/content/docs/api/objects/current-female.md +0 -34
  526. package/lib/templates/content/docs/api/objects/current-male.md +0 -34
  527. package/lib/templates/content/docs/api/objects/current-total.md +0 -34
  528. package/lib/templates/content/docs/api/objects/daily-report-province.md +0 -38
  529. package/lib/templates/content/docs/api/objects/daily-report.md +0 -50
  530. package/lib/templates/content/docs/api/objects/daily-reported.md +0 -34
  531. package/lib/templates/content/docs/api/objects/description.md +0 -52
  532. package/lib/templates/content/docs/api/objects/design.md +0 -66
  533. package/lib/templates/content/docs/api/objects/disease-associatates-da-g.md +0 -47
  534. package/lib/templates/content/docs/api/objects/disease-is-a-directions.md +0 -61
  535. package/lib/templates/content/docs/api/objects/disease-is-a.md +0 -40
  536. package/lib/templates/content/docs/api/objects/disease-localizes-dla.md +0 -44
  537. package/lib/templates/content/docs/api/objects/disease.md +0 -83
  538. package/lib/templates/content/docs/api/objects/entity.md +0 -66
  539. package/lib/templates/content/docs/api/objects/exclusion-criteria.md +0 -49
  540. package/lib/templates/content/docs/api/objects/expressed.md +0 -40
  541. package/lib/templates/content/docs/api/objects/facility.md +0 -54
  542. package/lib/templates/content/docs/api/objects/from-abstract-mentions-gene-symbols.md +0 -38
  543. package/lib/templates/content/docs/api/objects/from-abstract-mentions.md +0 -34
  544. package/lib/templates/content/docs/api/objects/from-abstract.md +0 -75
  545. package/lib/templates/content/docs/api/objects/from-body-text-mentions-gene-symbols.md +0 -38
  546. package/lib/templates/content/docs/api/objects/from-body-text-mentions.md +0 -34
  547. package/lib/templates/content/docs/api/objects/from-body-text.md +0 -75
  548. package/lib/templates/content/docs/api/objects/from-patent-abstract-gene-symbols.md +0 -38
  549. package/lib/templates/content/docs/api/objects/from-patent-abstract.md +0 -80
  550. package/lib/templates/content/docs/api/objects/from-patent-claim-gene-symbols.md +0 -38
  551. package/lib/templates/content/docs/api/objects/from-patent-claim.md +0 -80
  552. package/lib/templates/content/docs/api/objects/from-patent-description-gene-symbols.md +0 -38
  553. package/lib/templates/content/docs/api/objects/from-patent-description.md +0 -80
  554. package/lib/templates/content/docs/api/objects/from-patent-title-gene-symbols.md +0 -38
  555. package/lib/templates/content/docs/api/objects/from-patent-title.md +0 -80
  556. package/lib/templates/content/docs/api/objects/gender.md +0 -52
  557. package/lib/templates/content/docs/api/objects/gene-codes.md +0 -37
  558. package/lib/templates/content/docs/api/objects/gene-diseases.md +0 -47
  559. package/lib/templates/content/docs/api/objects/gene-expressed-tissues.md +0 -44
  560. package/lib/templates/content/docs/api/objects/gene-maps-gene-symbols-with-omit-length.md +0 -38
  561. package/lib/templates/content/docs/api/objects/gene-maps-gene-symbols-with-omit-special-char.md +0 -38
  562. package/lib/templates/content/docs/api/objects/gene-maps-gene-symbols-with-omit-word.md +0 -38
  563. package/lib/templates/content/docs/api/objects/gene-maps-gene-symbols.md +0 -38
  564. package/lib/templates/content/docs/api/objects/gene-maps-genes-directions.md +0 -56
  565. package/lib/templates/content/docs/api/objects/gene-maps-genes.md +0 -38
  566. package/lib/templates/content/docs/api/objects/gene-pathways.md +0 -41
  567. package/lib/templates/content/docs/api/objects/gene-symbol-mentioned-in-abstract-fragments.md +0 -38
  568. package/lib/templates/content/docs/api/objects/gene-symbol-mentioned-in-body-text-fragments.md +0 -38
  569. package/lib/templates/content/docs/api/objects/gene-symbol-mentioned-in-patent-abstracts.md +0 -38
  570. package/lib/templates/content/docs/api/objects/gene-symbol-mentioned-in-patent-claims.md +0 -38
  571. package/lib/templates/content/docs/api/objects/gene-symbol-mentioned-in-patent-descriptions.md +0 -38
  572. package/lib/templates/content/docs/api/objects/gene-symbol-mentioned-in-patent-titles.md +0 -38
  573. package/lib/templates/content/docs/api/objects/gene-symbol-synonyms-directions.md +0 -61
  574. package/lib/templates/content/docs/api/objects/gene-symbol-synonyms-length-omitted.md +0 -38
  575. package/lib/templates/content/docs/api/objects/gene-symbol-synonyms-special-char-omitted.md +0 -38
  576. package/lib/templates/content/docs/api/objects/gene-symbol-synonyms-word-omitted.md +0 -38
  577. package/lib/templates/content/docs/api/objects/gene-symbol-synonyms.md +0 -38
  578. package/lib/templates/content/docs/api/objects/gene-symbol.md +0 -202
  579. package/lib/templates/content/docs/api/objects/gene-transcripts.md +0 -41
  580. package/lib/templates/content/docs/api/objects/gene.md +0 -221
  581. package/lib/templates/content/docs/api/objects/go-term-associations.md +0 -41
  582. package/lib/templates/content/docs/api/objects/go-term-is-directions.md +0 -51
  583. package/lib/templates/content/docs/api/objects/go-term-is.md +0 -38
  584. package/lib/templates/content/docs/api/objects/go-term.md +0 -64
  585. package/lib/templates/content/docs/api/objects/gtex-detailed-tissue-genes.md +0 -44
  586. package/lib/templates/content/docs/api/objects/gtex-detailed-tissue.md +0 -65
  587. package/lib/templates/content/docs/api/objects/gtex-sample.md +0 -235
  588. package/lib/templates/content/docs/api/objects/gtex-tissue.md +0 -65
  589. package/lib/templates/content/docs/api/objects/has-abstract.md +0 -34
  590. package/lib/templates/content/docs/api/objects/has-author.md +0 -34
  591. package/lib/templates/content/docs/api/objects/has-body-text.md +0 -34
  592. package/lib/templates/content/docs/api/objects/has-citation.md +0 -34
  593. package/lib/templates/content/docs/api/objects/has-cooperative-patent-classification.md +0 -34
  594. package/lib/templates/content/docs/api/objects/has-international-patent-classification.md +0 -34
  595. package/lib/templates/content/docs/api/objects/has-lens-id.md +0 -34
  596. package/lib/templates/content/docs/api/objects/has-non-patent-literature-citation.md +0 -34
  597. package/lib/templates/content/docs/api/objects/has-paper-id.md +0 -34
  598. package/lib/templates/content/docs/api/objects/has-patent-abstract.md +0 -34
  599. package/lib/templates/content/docs/api/objects/has-patent-claim.md +0 -34
  600. package/lib/templates/content/docs/api/objects/has-patent-description.md +0 -34
  601. package/lib/templates/content/docs/api/objects/has-patent-literature-citation.md +0 -34
  602. package/lib/templates/content/docs/api/objects/has-patent-title.md +0 -34
  603. package/lib/templates/content/docs/api/objects/has-reference.md +0 -34
  604. package/lib/templates/content/docs/api/objects/has-us-patent-classification.md +0 -34
  605. package/lib/templates/content/docs/api/objects/inclusion-criteria.md +0 -49
  606. package/lib/templates/content/docs/api/objects/international-patent-classification.md +0 -49
  607. package/lib/templates/content/docs/api/objects/intervention.md +0 -55
  608. package/lib/templates/content/docs/api/objects/inventor.md +0 -34
  609. package/lib/templates/content/docs/api/objects/investigator.md +0 -68
  610. package/lib/templates/content/docs/api/objects/is-a.md +0 -34
  611. package/lib/templates/content/docs/api/objects/is-activator.md +0 -40
  612. package/lib/templates/content/docs/api/objects/is-agonist.md +0 -40
  613. package/lib/templates/content/docs/api/objects/is-antagonist.md +0 -40
  614. package/lib/templates/content/docs/api/objects/is-binder.md +0 -40
  615. package/lib/templates/content/docs/api/objects/is-inhibitor.md +0 -40
  616. package/lib/templates/content/docs/api/objects/keyword.md +0 -49
  617. package/lib/templates/content/docs/api/objects/latest-province.md +0 -38
  618. package/lib/templates/content/docs/api/objects/latest-reported.md +0 -34
  619. package/lib/templates/content/docs/api/objects/latest.md +0 -50
  620. package/lib/templates/content/docs/api/objects/lens-id.md +0 -60
  621. package/lib/templates/content/docs/api/objects/link.md +0 -49
  622. package/lib/templates/content/docs/api/objects/localizes-dla.md +0 -40
  623. package/lib/templates/content/docs/api/objects/location.md +0 -67
  624. package/lib/templates/content/docs/api/objects/maps-gene-symbol.md +0 -34
  625. package/lib/templates/content/docs/api/objects/maps-gene-symbols-with-omit-length.md +0 -34
  626. package/lib/templates/content/docs/api/objects/maps-gene-symbols-with-omit-word.md +0 -34
  627. package/lib/templates/content/docs/api/objects/maps-gene-symbols-with-omited-special-char.md +0 -34
  628. package/lib/templates/content/docs/api/objects/maps-gene.md +0 -34
  629. package/lib/templates/content/docs/api/objects/maps-protein.md +0 -37
  630. package/lib/templates/content/docs/api/objects/maps-transcript.md +0 -37
  631. package/lib/templates/content/docs/api/objects/member.md +0 -37
  632. package/lib/templates/content/docs/api/objects/named-entity-mentioned-in-abstracts.md +0 -38
  633. package/lib/templates/content/docs/api/objects/named-entity.md +0 -58
  634. package/lib/templates/content/docs/api/objects/neo-4-j-date-time.md +0 -60
  635. package/lib/templates/content/docs/api/objects/neo-4-j-date.md +0 -39
  636. package/lib/templates/content/docs/api/objects/neo-4-j-local-date-time.md +0 -57
  637. package/lib/templates/content/docs/api/objects/neo-4-j-local-time.md +0 -48
  638. package/lib/templates/content/docs/api/objects/neo-4-j-point.md +0 -49
  639. package/lib/templates/content/docs/api/objects/neo-4-j-time.md +0 -51
  640. package/lib/templates/content/docs/api/objects/non-patent-literature-citation.md +0 -52
  641. package/lib/templates/content/docs/api/objects/observation-period.md +0 -49
  642. package/lib/templates/content/docs/api/objects/omit-length-synonyms-directions.md +0 -61
  643. package/lib/templates/content/docs/api/objects/omit-length-synonyms.md +0 -38
  644. package/lib/templates/content/docs/api/objects/omit-length.md +0 -42
  645. package/lib/templates/content/docs/api/objects/omit-special-char-synonyms-directions.md +0 -61
  646. package/lib/templates/content/docs/api/objects/omit-special-char-synonyms.md +0 -38
  647. package/lib/templates/content/docs/api/objects/omit-special-char.md +0 -42
  648. package/lib/templates/content/docs/api/objects/omit-word-synonyms-directions.md +0 -61
  649. package/lib/templates/content/docs/api/objects/omit-word-synonyms-word-omitted.md +0 -38
  650. package/lib/templates/content/docs/api/objects/omit-word-synonyms.md +0 -38
  651. package/lib/templates/content/docs/api/objects/omit-word.md +0 -58
  652. package/lib/templates/content/docs/api/objects/outcome.md +0 -90
  653. package/lib/templates/content/docs/api/objects/owner.md +0 -34
  654. package/lib/templates/content/docs/api/objects/paper-id-references.md +0 -38
  655. package/lib/templates/content/docs/api/objects/paper-id.md +0 -79
  656. package/lib/templates/content/docs/api/objects/paper-paper-id.md +0 -38
  657. package/lib/templates/content/docs/api/objects/paper.md +0 -131
  658. package/lib/templates/content/docs/api/objects/part-of.md +0 -34
  659. package/lib/templates/content/docs/api/objects/patent-abstract-mentions-gene-symbol.md +0 -34
  660. package/lib/templates/content/docs/api/objects/patent-abstract.md +0 -66
  661. package/lib/templates/content/docs/api/objects/patent-abstracts.md +0 -38
  662. package/lib/templates/content/docs/api/objects/patent-applicants.md +0 -38
  663. package/lib/templates/content/docs/api/objects/patent-citation-collection-non-patent-literature-citations.md +0 -38
  664. package/lib/templates/content/docs/api/objects/patent-citation-collection-patent-literature-citations.md +0 -38
  665. package/lib/templates/content/docs/api/objects/patent-citation-collection.md +0 -76
  666. package/lib/templates/content/docs/api/objects/patent-claim-mentions-gene-symbol.md +0 -34
  667. package/lib/templates/content/docs/api/objects/patent-claim.md +0 -66
  668. package/lib/templates/content/docs/api/objects/patent-claims.md +0 -38
  669. package/lib/templates/content/docs/api/objects/patent-classification-collection-cooperative-patent-classification.md +0 -38
  670. package/lib/templates/content/docs/api/objects/patent-classification-collection-international-patent-classification.md +0 -38
  671. package/lib/templates/content/docs/api/objects/patent-classification-collection-us-patent-classification.md +0 -38
  672. package/lib/templates/content/docs/api/objects/patent-classification-collection.md +0 -92
  673. package/lib/templates/content/docs/api/objects/patent-description-mentions-gene-symbol.md +0 -34
  674. package/lib/templates/content/docs/api/objects/patent-description.md +0 -66
  675. package/lib/templates/content/docs/api/objects/patent-descriptions.md +0 -38
  676. package/lib/templates/content/docs/api/objects/patent-family-lens-id.md +0 -38
  677. package/lib/templates/content/docs/api/objects/patent-family.md +0 -55
  678. package/lib/templates/content/docs/api/objects/patent-inventors.md +0 -38
  679. package/lib/templates/content/docs/api/objects/patent-literature-citation.md +0 -71
  680. package/lib/templates/content/docs/api/objects/patent-number.md +0 -60
  681. package/lib/templates/content/docs/api/objects/patent-owner.md +0 -38
  682. package/lib/templates/content/docs/api/objects/patent-title-mentions-gene-symbol.md +0 -34
  683. package/lib/templates/content/docs/api/objects/patent-title.md +0 -66
  684. package/lib/templates/content/docs/api/objects/patent-titles.md +0 -38
  685. package/lib/templates/content/docs/api/objects/patent.md +0 -220
  686. package/lib/templates/content/docs/api/objects/pathway-genes.md +0 -41
  687. package/lib/templates/content/docs/api/objects/pathway-pathways-directions.md +0 -51
  688. package/lib/templates/content/docs/api/objects/pathway-pathways.md +0 -38
  689. package/lib/templates/content/docs/api/objects/pathway.md +0 -64
  690. package/lib/templates/content/docs/api/objects/phase.md +0 -49
  691. package/lib/templates/content/docs/api/objects/protein-associations.md +0 -41
  692. package/lib/templates/content/docs/api/objects/protein-codes.md +0 -37
  693. package/lib/templates/content/docs/api/objects/protein-maps-proteins-directions.md +0 -61
  694. package/lib/templates/content/docs/api/objects/protein-maps-proteins.md +0 -41
  695. package/lib/templates/content/docs/api/objects/protein-transcripts.md +0 -41
  696. package/lib/templates/content/docs/api/objects/protein.md +0 -92
  697. package/lib/templates/content/docs/api/objects/province-latest-reports.md +0 -38
  698. package/lib/templates/content/docs/api/objects/province-reports.md +0 -38
  699. package/lib/templates/content/docs/api/objects/province.md +0 -82
  700. package/lib/templates/content/docs/api/objects/purpose.md +0 -49
  701. package/lib/templates/content/docs/api/objects/reference-collection-references.md +0 -38
  702. package/lib/templates/content/docs/api/objects/reference-collection.md +0 -60
  703. package/lib/templates/content/docs/api/objects/reference-has-paperid.md +0 -34
  704. package/lib/templates/content/docs/api/objects/reference-paper-id.md +0 -38
  705. package/lib/templates/content/docs/api/objects/reference-type.md +0 -60
  706. package/lib/templates/content/docs/api/objects/reference.md +0 -100
  707. package/lib/templates/content/docs/api/objects/response.md +0 -97
  708. package/lib/templates/content/docs/api/objects/responsible.md +0 -49
  709. package/lib/templates/content/docs/api/objects/sponsor.md +0 -49
  710. package/lib/templates/content/docs/api/objects/start.md +0 -49
  711. package/lib/templates/content/docs/api/objects/status.md +0 -65
  712. package/lib/templates/content/docs/api/objects/stop-reason.md +0 -60
  713. package/lib/templates/content/docs/api/objects/study-identification.md +0 -63
  714. package/lib/templates/content/docs/api/objects/study-population.md +0 -74
  715. package/lib/templates/content/docs/api/objects/study-type.md +0 -49
  716. package/lib/templates/content/docs/api/objects/synonym-length-omitted.md +0 -34
  717. package/lib/templates/content/docs/api/objects/synonym-special-char-omitted.md +0 -34
  718. package/lib/templates/content/docs/api/objects/synonym-word-omitted.md +0 -34
  719. package/lib/templates/content/docs/api/objects/synonym.md +0 -34
  720. package/lib/templates/content/docs/api/objects/target-activators.md +0 -44
  721. package/lib/templates/content/docs/api/objects/target-agonists.md +0 -44
  722. package/lib/templates/content/docs/api/objects/target-antagonists.md +0 -44
  723. package/lib/templates/content/docs/api/objects/target-binders.md +0 -44
  724. package/lib/templates/content/docs/api/objects/target-inhibitors.md +0 -44
  725. package/lib/templates/content/docs/api/objects/target-targets.md +0 -44
  726. package/lib/templates/content/docs/api/objects/target.md +0 -162
  727. package/lib/templates/content/docs/api/objects/targets.md +0 -40
  728. package/lib/templates/content/docs/api/objects/title.md +0 -52
  729. package/lib/templates/content/docs/api/objects/transcript-genes.md +0 -41
  730. package/lib/templates/content/docs/api/objects/transcript-maps-transcripts-directions.md +0 -61
  731. package/lib/templates/content/docs/api/objects/transcript-maps-transcripts.md +0 -41
  732. package/lib/templates/content/docs/api/objects/transcript-proteins.md +0 -41
  733. package/lib/templates/content/docs/api/objects/transcript.md +0 -83
  734. package/lib/templates/content/docs/api/objects/us-patent-classification.md +0 -49
  735. package/lib/templates/content/docs/api/objects/word.md +0 -63
  736. package/lib/templates/content/docs/api/queries/abstract-collection.md +0 -48
  737. package/lib/templates/content/docs/api/queries/abstract.md +0 -54
  738. package/lib/templates/content/docs/api/queries/affiliation.md +0 -54
  739. package/lib/templates/content/docs/api/queries/age-group.md +0 -54
  740. package/lib/templates/content/docs/api/queries/age-range.md +0 -51
  741. package/lib/templates/content/docs/api/queries/anatomy.md +0 -60
  742. package/lib/templates/content/docs/api/queries/arm.md +0 -51
  743. package/lib/templates/content/docs/api/queries/author-collection.md +0 -48
  744. package/lib/templates/content/docs/api/queries/author.md +0 -63
  745. package/lib/templates/content/docs/api/queries/bio-specimen.md +0 -51
  746. package/lib/templates/content/docs/api/queries/body-text-collection.md +0 -48
  747. package/lib/templates/content/docs/api/queries/body-text.md +0 -54
  748. package/lib/templates/content/docs/api/queries/citation.md +0 -63
  749. package/lib/templates/content/docs/api/queries/city.md +0 -48
  750. package/lib/templates/content/docs/api/queries/clinical-trial.md +0 -54
  751. package/lib/templates/content/docs/api/queries/collaborator.md +0 -48
  752. package/lib/templates/content/docs/api/queries/completed.md +0 -51
  753. package/lib/templates/content/docs/api/queries/compound.md +0 -138
  754. package/lib/templates/content/docs/api/queries/condition.md +0 -48
  755. package/lib/templates/content/docs/api/queries/contact.md +0 -51
  756. package/lib/templates/content/docs/api/queries/cooperative-patent-classification.md +0 -48
  757. package/lib/templates/content/docs/api/queries/country.md +0 -51
  758. package/lib/templates/content/docs/api/queries/daily-report.md +0 -60
  759. package/lib/templates/content/docs/api/queries/description.md +0 -51
  760. package/lib/templates/content/docs/api/queries/design.md +0 -54
  761. package/lib/templates/content/docs/api/queries/disease.md +0 -63
  762. package/lib/templates/content/docs/api/queries/entity.md +0 -48
  763. package/lib/templates/content/docs/api/queries/exclusion-criteria.md +0 -48
  764. package/lib/templates/content/docs/api/queries/facility.md +0 -48
  765. package/lib/templates/content/docs/api/queries/fragment.md +0 -54
  766. package/lib/templates/content/docs/api/queries/from-abstract.md +0 -54
  767. package/lib/templates/content/docs/api/queries/from-body-text.md +0 -54
  768. package/lib/templates/content/docs/api/queries/from-patent-abstract.md +0 -54
  769. package/lib/templates/content/docs/api/queries/from-patent-claim.md +0 -54
  770. package/lib/templates/content/docs/api/queries/from-patent-description.md +0 -54
  771. package/lib/templates/content/docs/api/queries/from-patent-title.md +0 -54
  772. package/lib/templates/content/docs/api/queries/gender.md +0 -51
  773. package/lib/templates/content/docs/api/queries/gene-symbol.md +0 -54
  774. package/lib/templates/content/docs/api/queries/gene.md +0 -105
  775. package/lib/templates/content/docs/api/queries/go-term.md +0 -60
  776. package/lib/templates/content/docs/api/queries/gtex-detailed-tissue.md +0 -48
  777. package/lib/templates/content/docs/api/queries/gtex-sample.md +0 -234
  778. package/lib/templates/content/docs/api/queries/gtex-tissue.md +0 -48
  779. package/lib/templates/content/docs/api/queries/inclusion-criteria.md +0 -48
  780. package/lib/templates/content/docs/api/queries/international-patent-classification.md +0 -48
  781. package/lib/templates/content/docs/api/queries/intervention.md +0 -54
  782. package/lib/templates/content/docs/api/queries/investigator.md +0 -51
  783. package/lib/templates/content/docs/api/queries/keyword.md +0 -48
  784. package/lib/templates/content/docs/api/queries/latest.md +0 -60
  785. package/lib/templates/content/docs/api/queries/lens-id.md +0 -48
  786. package/lib/templates/content/docs/api/queries/link.md +0 -48
  787. package/lib/templates/content/docs/api/queries/location.md +0 -66
  788. package/lib/templates/content/docs/api/queries/named-entity.md +0 -57
  789. package/lib/templates/content/docs/api/queries/non-patent-literature-citation.md +0 -51
  790. package/lib/templates/content/docs/api/queries/observation-period.md +0 -48
  791. package/lib/templates/content/docs/api/queries/omit-length.md +0 -54
  792. package/lib/templates/content/docs/api/queries/omit-special-char.md +0 -54
  793. package/lib/templates/content/docs/api/queries/omit-word.md +0 -54
  794. package/lib/templates/content/docs/api/queries/outcome.md +0 -57
  795. package/lib/templates/content/docs/api/queries/paper-id.md +0 -51
  796. package/lib/templates/content/docs/api/queries/paper.md +0 -66
  797. package/lib/templates/content/docs/api/queries/patent-abstract.md +0 -54
  798. package/lib/templates/content/docs/api/queries/patent-citation-collection.md +0 -48
  799. package/lib/templates/content/docs/api/queries/patent-claim.md +0 -54
  800. package/lib/templates/content/docs/api/queries/patent-classification-collection.md +0 -48
  801. package/lib/templates/content/docs/api/queries/patent-description.md +0 -54
  802. package/lib/templates/content/docs/api/queries/patent-family.md +0 -54
  803. package/lib/templates/content/docs/api/queries/patent-literature-citation.md +0 -54
  804. package/lib/templates/content/docs/api/queries/patent-number.md +0 -48
  805. package/lib/templates/content/docs/api/queries/patent-title.md +0 -54
  806. package/lib/templates/content/docs/api/queries/patent.md +0 -69
  807. package/lib/templates/content/docs/api/queries/pathway.md +0 -60
  808. package/lib/templates/content/docs/api/queries/phase.md +0 -48
  809. package/lib/templates/content/docs/api/queries/protein.md +0 -72
  810. package/lib/templates/content/docs/api/queries/province.md +0 -54
  811. package/lib/templates/content/docs/api/queries/purpose.md +0 -48
  812. package/lib/templates/content/docs/api/queries/reference-collection.md +0 -48
  813. package/lib/templates/content/docs/api/queries/reference-type.md +0 -48
  814. package/lib/templates/content/docs/api/queries/reference.md +0 -72
  815. package/lib/templates/content/docs/api/queries/response.md +0 -48
  816. package/lib/templates/content/docs/api/queries/responsible.md +0 -48
  817. package/lib/templates/content/docs/api/queries/sponsor.md +0 -48
  818. package/lib/templates/content/docs/api/queries/start.md +0 -48
  819. package/lib/templates/content/docs/api/queries/status.md +0 -48
  820. package/lib/templates/content/docs/api/queries/stop-reason.md +0 -48
  821. package/lib/templates/content/docs/api/queries/study-identification.md +0 -51
  822. package/lib/templates/content/docs/api/queries/study-population.md +0 -51
  823. package/lib/templates/content/docs/api/queries/study-type.md +0 -48
  824. package/lib/templates/content/docs/api/queries/target.md +0 -81
  825. package/lib/templates/content/docs/api/queries/title.md +0 -51
  826. package/lib/templates/content/docs/api/queries/transcript.md +0 -63
  827. package/lib/templates/content/docs/api/queries/us-patent-classification.md +0 -48
  828. package/lib/templates/content/docs/api/queries/word.md +0 -78
  829. package/lib/templates/content/docs/api/scalars/boolean.md +0 -22
  830. package/lib/templates/content/docs/api/scalars/float.md +0 -22
  831. package/lib/templates/content/docs/api/scalars/id.md +0 -22
  832. package/lib/templates/content/docs/api/scalars/int.md +0 -22
  833. package/lib/templates/content/docs/api/scalars/string.md +0 -22
  834. package/lib/templates/content/docs/timetracking-main.md +0 -61
  835. /package/lib/templates/static/img/{timer-dashboard.png → timer/timer-dashboard.png} +0 -0
@@ -0,0 +1,4442 @@
1
+ {
2
+ "files": [
3
+ {
4
+ "contentId": "blog-2020-09-01-time-rounding",
5
+ "slug": "2020-09-01-time-rounding",
6
+ "filePath": "/content/blog/2020-09-01-time-rounding.md",
7
+ "relativePath": "blog/2020-09-01-time-rounding.md",
8
+ "categoryId": "blog",
9
+ "title": "The Rules, Standards & Practices for Timeclock rounding",
10
+ "description": "",
11
+ "author": "sana",
12
+ "updatedAt": "Recently",
13
+ "frontmatter": {
14
+ "slug": "time-rounding",
15
+ "title": "The Rules, Standards & Practices for Timeclock rounding",
16
+ "authors": "sana",
17
+ "tags": [
18
+ "Business"
19
+ ]
20
+ }
21
+ },
22
+ {
23
+ "contentId": "blog-2021-05-01-competitive-pricing",
24
+ "slug": "2021-05-01-competitive-pricing",
25
+ "filePath": "/content/blog/2021-05-01-competitive-pricing.md",
26
+ "relativePath": "blog/2021-05-01-competitive-pricing.md",
27
+ "categoryId": "blog",
28
+ "title": "Clockbook Beats Competitors with Competitive Pricing",
29
+ "description": "",
30
+ "author": "sana",
31
+ "updatedAt": "Recently",
32
+ "frontmatter": {
33
+ "slug": "competitive-pricing",
34
+ "title": "Clockbook Beats Competitors with Competitive Pricing",
35
+ "authors": "sana",
36
+ "tags": [
37
+ "Business"
38
+ ]
39
+ }
40
+ },
41
+ {
42
+ "contentId": "blog-2021-05-18-remote-work-plan",
43
+ "slug": "2021-05-18-remote-work-plan",
44
+ "filePath": "/content/blog/2021-05-18-remote-work-plan.md",
45
+ "relativePath": "blog/2021-05-18-remote-work-plan.md",
46
+ "categoryId": "blog",
47
+ "title": "Want to Make a Perfect Remote Work Plan? Here are the Ways!",
48
+ "description": "",
49
+ "author": "sana",
50
+ "updatedAt": "Recently",
51
+ "frontmatter": {
52
+ "slug": "remote-work-plain",
53
+ "title": "Want to Make a Perfect Remote Work Plan? Here are the Ways!",
54
+ "authors": "sana",
55
+ "tags": [
56
+ "Business"
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "contentId": "blog-2021-06-02-remote-work-app-2021",
62
+ "slug": "2021-06-02-remote-work-app-2021",
63
+ "filePath": "/content/blog/2021-06-02-remote-work-app-2021.md",
64
+ "relativePath": "blog/2021-06-02-remote-work-app-2021.md",
65
+ "categoryId": "blog",
66
+ "title": "The Top 15 Remote Work Software and Apps to Watch in 2021",
67
+ "description": "",
68
+ "author": "sana",
69
+ "updatedAt": "Recently",
70
+ "frontmatter": {
71
+ "slug": "remote-work-app-2021",
72
+ "title": "The Top 15 Remote Work Software and Apps to Watch in 2021",
73
+ "authors": "sana",
74
+ "tags": [
75
+ "Business"
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "contentId": "blog-2021-06-03-next-virtual-phone-assistant",
81
+ "slug": "2021-06-03-next-virtual-phone-assistant",
82
+ "filePath": "/content/blog/2021-06-03-next-virtual-phone-assistant.md",
83
+ "relativePath": "blog/2021-06-03-next-virtual-phone-assistant.md",
84
+ "categoryId": "blog",
85
+ "title": "Hire your Next Virtual Phone Assistant with Confidence",
86
+ "description": "",
87
+ "author": "sana",
88
+ "updatedAt": "Recently",
89
+ "frontmatter": {
90
+ "slug": "next-virtual-assistant",
91
+ "title": "Hire your Next Virtual Phone Assistant with Confidence",
92
+ "authors": "sana",
93
+ "tags": [
94
+ "Business"
95
+ ]
96
+ }
97
+ },
98
+ {
99
+ "contentId": "blog-2021-06-03-virtual-assistant-services",
100
+ "slug": "2021-06-03-virtual-assistant-services",
101
+ "filePath": "/content/blog/2021-06-03-virtual-assistant-services.md",
102
+ "relativePath": "blog/2021-06-03-virtual-assistant-services.md",
103
+ "categoryId": "blog",
104
+ "title": "Looking for Virtual Assistant Services? Here are the Top 25 Websites for 2021",
105
+ "description": "",
106
+ "author": "sana",
107
+ "updatedAt": "Recently",
108
+ "frontmatter": {
109
+ "slug": "virtual-assistant-services-2021",
110
+ "title": "Looking for Virtual Assistant Services? Here are the Top 25 Websites for 2021",
111
+ "authors": "sana",
112
+ "tags": [
113
+ "Business"
114
+ ]
115
+ }
116
+ },
117
+ {
118
+ "contentId": "blog-2021-06-18-alternatives-of-google-sheets-timesheets",
119
+ "slug": "2021-06-18-alternatives-of-google-sheets-timesheets",
120
+ "filePath": "/content/blog/2021-06-18-alternatives-of-google-sheets-timesheets.md",
121
+ "relativePath": "blog/2021-06-18-alternatives-of-google-sheets-timesheets.md",
122
+ "categoryId": "blog",
123
+ "title": "The What, Why, Pros, Cons, and Alternatives of Google Sheets Timesheets",
124
+ "description": "",
125
+ "author": "sana",
126
+ "updatedAt": "Recently",
127
+ "frontmatter": {
128
+ "slug": "alternatives-of-google-sheets-timesheets",
129
+ "title": "The What, Why, Pros, Cons, and Alternatives of Google Sheets Timesheets",
130
+ "authors": "sana",
131
+ "tags": [
132
+ "Business"
133
+ ]
134
+ }
135
+ },
136
+ {
137
+ "contentId": "blog-2021-06-18-best-freelance-invoice-template",
138
+ "slug": "2021-06-18-best-freelance-invoice-template",
139
+ "filePath": "/content/blog/2021-06-18-best-freelance-invoice-template.md",
140
+ "relativePath": "blog/2021-06-18-best-freelance-invoice-template.md",
141
+ "categoryId": "blog",
142
+ "title": "Everything You Need To Find the Best Freelance Invoice Template",
143
+ "description": "",
144
+ "author": "sana",
145
+ "updatedAt": "Recently",
146
+ "frontmatter": {
147
+ "slug": "best-freelance-invoice-template/",
148
+ "title": "Everything You Need To Find the Best Freelance Invoice Template",
149
+ "authors": "sana",
150
+ "tags": [
151
+ "Business"
152
+ ]
153
+ }
154
+ },
155
+ {
156
+ "contentId": "blog-2021-06-18-disadvantages-of-offshoring",
157
+ "slug": "2021-06-18-disadvantages-of-offshoring",
158
+ "filePath": "/content/blog/2021-06-18-disadvantages-of-offshoring.md",
159
+ "relativePath": "blog/2021-06-18-disadvantages-of-offshoring.md",
160
+ "categoryId": "blog",
161
+ "title": "The 7 Disadvantages of Offshoring That You Don’t Know and Their Solutions",
162
+ "description": "",
163
+ "author": "sana",
164
+ "updatedAt": "Recently",
165
+ "frontmatter": {
166
+ "slug": "disadvantages-of-offshoring/",
167
+ "title": "The 7 Disadvantages of Offshoring That You Don’t Know and Their Solutions",
168
+ "authors": "sana",
169
+ "tags": [
170
+ "Business"
171
+ ]
172
+ }
173
+ },
174
+ {
175
+ "contentId": "blog-2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
176
+ "slug": "2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
177
+ "filePath": "/content/blog/2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends.md",
178
+ "relativePath": "blog/2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends.md",
179
+ "categoryId": "blog",
180
+ "title": "Everythig you need to know about The Future Of Coworking Trends",
181
+ "description": "",
182
+ "author": "sana",
183
+ "updatedAt": "Recently",
184
+ "frontmatter": {
185
+ "slug": "everythig-you-need-to-know-about-the-future-of-coworking-trends/",
186
+ "title": "Everythig you need to know about The Future Of Coworking Trends",
187
+ "authors": "sana",
188
+ "tags": [
189
+ "Business"
190
+ ]
191
+ }
192
+ },
193
+ {
194
+ "contentId": "blog-2021-06-18-top-trends-companies-pros-cons",
195
+ "slug": "2021-06-18-top-trends-companies-pros-cons",
196
+ "filePath": "/content/blog/2021-06-18-top-trends-companies-pros-cons.md",
197
+ "relativePath": "blog/2021-06-18-top-trends-companies-pros-cons.md",
198
+ "categoryId": "blog",
199
+ "title": "Offshoring to India in 2021 Top Trends, Companies, Pros, Cons",
200
+ "description": "",
201
+ "author": "sana",
202
+ "updatedAt": "Recently",
203
+ "frontmatter": {
204
+ "slug": "top-trends-companies-pros-cons/",
205
+ "title": "Offshoring to India in 2021 Top Trends, Companies, Pros, Cons",
206
+ "authors": "sana",
207
+ "tags": [
208
+ "Business"
209
+ ]
210
+ }
211
+ },
212
+ {
213
+ "contentId": "blog-2021-07-12-2021-guide-to-project-management-methodology",
214
+ "slug": "2021-07-12-2021-guide-to-project-management-methodology",
215
+ "filePath": "/content/blog/2021-07-12-2021-guide-to-project-management-methodology.md",
216
+ "relativePath": "blog/2021-07-12-2021-guide-to-project-management-methodology.md",
217
+ "categoryId": "blog",
218
+ "title": "The 2021 Guide to Project Management Methodology",
219
+ "description": "",
220
+ "author": "sana",
221
+ "updatedAt": "Recently",
222
+ "frontmatter": {
223
+ "slug": "2021-guide-to-project-management-methodology",
224
+ "title": "The 2021 Guide to Project Management Methodology",
225
+ "authors": "sana",
226
+ "tags": [
227
+ "Business"
228
+ ]
229
+ }
230
+ },
231
+ {
232
+ "contentId": "blog-2021-07-12-8-hour-workday-schedule",
233
+ "slug": "2021-07-12-8-hour-workday-schedule",
234
+ "filePath": "/content/blog/2021-07-12-8-hour-workday-schedule.md",
235
+ "relativePath": "blog/2021-07-12-8-hour-workday-schedule.md",
236
+ "categoryId": "blog",
237
+ "title": "Making an 8-Hour Workday Schedule Work Easier",
238
+ "description": "",
239
+ "author": "sana",
240
+ "updatedAt": "Recently",
241
+ "frontmatter": {
242
+ "slug": "8-hour-workday-schedule",
243
+ "title": "Making an 8-Hour Workday Schedule Work Easier",
244
+ "authors": "sana",
245
+ "tags": [
246
+ "Business"
247
+ ]
248
+ }
249
+ },
250
+ {
251
+ "contentId": "blog-2021-07-12-filling-work-time-reports-made-easy",
252
+ "slug": "2021-07-12-filling-work-time-reports-made-easy",
253
+ "filePath": "/content/blog/2021-07-12-filling-work-time-reports-made-easy.md",
254
+ "relativePath": "blog/2021-07-12-filling-work-time-reports-made-easy.md",
255
+ "categoryId": "blog",
256
+ "title": "Filling the Work Time Reports Made Easy",
257
+ "description": "",
258
+ "author": "sana",
259
+ "updatedAt": "Recently",
260
+ "frontmatter": {
261
+ "slug": "filling-work-time-reports-made-easy",
262
+ "title": "Filling the Work Time Reports Made Easy",
263
+ "authors": "sana",
264
+ "tags": [
265
+ "Business"
266
+ ]
267
+ }
268
+ },
269
+ {
270
+ "contentId": "blog-2021-07-12-make-breakdown-of-your-workday",
271
+ "slug": "2021-07-12-make-breakdown-of-your-workday",
272
+ "filePath": "/content/blog/2021-07-12-make-breakdown-of-your-workday.md",
273
+ "relativePath": "blog/2021-07-12-make-breakdown-of-your-workday.md",
274
+ "categoryId": "blog",
275
+ "title": "How To Make Breakdown Of Your Workday",
276
+ "description": "",
277
+ "author": "sana",
278
+ "updatedAt": "Recently",
279
+ "frontmatter": {
280
+ "slug": "make-breakdown-of-your-workday",
281
+ "title": "How To Make Breakdown Of Your Workday",
282
+ "authors": "sana",
283
+ "tags": [
284
+ "Business"
285
+ ]
286
+ }
287
+ },
288
+ {
289
+ "contentId": "blog-2021-07-12-ways-to-keep-your-team-inspired",
290
+ "slug": "2021-07-12-ways-to-keep-your-team-inspired",
291
+ "filePath": "/content/blog/2021-07-12-ways-to-keep-your-team-inspired.md",
292
+ "relativePath": "blog/2021-07-12-ways-to-keep-your-team-inspired.md",
293
+ "categoryId": "blog",
294
+ "title": "Ways to Keep Your Team Inspired",
295
+ "description": "",
296
+ "author": "sana",
297
+ "updatedAt": "Recently",
298
+ "frontmatter": {
299
+ "slug": "ways-to-keep-your-team-inspired",
300
+ "title": "Ways to Keep Your Team Inspired",
301
+ "authors": "sana",
302
+ "tags": [
303
+ "Business"
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "contentId": "blog-2021-08-11-how-to-keep-your-team-inspired",
309
+ "slug": "2021-08-11-how-to-keep-your-team-inspired",
310
+ "filePath": "/content/blog/2021-08-11-how-to-keep-your-team-inspired.md",
311
+ "relativePath": "blog/2021-08-11-how-to-keep-your-team-inspired.md",
312
+ "categoryId": "blog",
313
+ "title": "Remote Employee Engagement - How to Keep Your Team Inspired",
314
+ "description": "",
315
+ "author": "sana",
316
+ "updatedAt": "Recently",
317
+ "frontmatter": {
318
+ "slug": "how-to-keep-your-team-inspired",
319
+ "title": "Remote Employee Engagement - How to Keep Your Team Inspired",
320
+ "authors": "sana",
321
+ "tags": [
322
+ "Business"
323
+ ]
324
+ }
325
+ },
326
+ {
327
+ "contentId": "blog-2021-08-12-the-reasons-behind-employee-burnout",
328
+ "slug": "2021-08-12-the-reasons-behind-employee-burnout",
329
+ "filePath": "/content/blog/2021-08-12-the-reasons-behind-employee-burnout.md",
330
+ "relativePath": "blog/2021-08-12-the-reasons-behind-employee-burnout.md",
331
+ "categoryId": "blog",
332
+ "title": "Guide for 2021 - The Reasons behind Employee Burnout & Ways to Control it",
333
+ "description": "",
334
+ "author": "sana",
335
+ "updatedAt": "Recently",
336
+ "frontmatter": {
337
+ "slug": "the-reasons-behind-employee-burnout",
338
+ "title": "Guide for 2021 - The Reasons behind Employee Burnout & Ways to Control it",
339
+ "authors": "sana",
340
+ "tags": [
341
+ "Business"
342
+ ]
343
+ }
344
+ },
345
+ {
346
+ "contentId": "blog-2021-08-13-time-tracking-for-construction-industry",
347
+ "slug": "2021-08-13-time-tracking-for-construction-industry",
348
+ "filePath": "/content/blog/2021-08-13-time-tracking-for-construction-industry.md",
349
+ "relativePath": "blog/2021-08-13-time-tracking-for-construction-industry.md",
350
+ "categoryId": "blog",
351
+ "title": "Time Tracking for Construction Industry",
352
+ "description": "",
353
+ "author": "sana",
354
+ "updatedAt": "Recently",
355
+ "frontmatter": {
356
+ "slug": "time-tracking-for-construction-industry",
357
+ "title": "Time Tracking for Construction Industry",
358
+ "authors": "sana",
359
+ "tags": [
360
+ "Business"
361
+ ]
362
+ }
363
+ },
364
+ {
365
+ "contentId": "blog-2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
366
+ "slug": "2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
367
+ "filePath": "/content/blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback.md",
368
+ "relativePath": "blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback.md",
369
+ "categoryId": "blog",
370
+ "title": "The Time Tracking Case- Tracking’s Benefits in the Light of Users’ Feedback",
371
+ "description": "",
372
+ "author": "sana",
373
+ "updatedAt": "Recently",
374
+ "frontmatter": {
375
+ "slug": "tracking-benefits-in-the-light-of-users-feedback",
376
+ "title": "The Time Tracking Case- Tracking’s Benefits in the Light of Users’ Feedback",
377
+ "authors": "sana",
378
+ "tags": [
379
+ "Business"
380
+ ]
381
+ }
382
+ },
383
+ {
384
+ "contentId": "docs-alerts",
385
+ "slug": "alerts",
386
+ "filePath": "/content/docs/Alerts.md",
387
+ "relativePath": "docs/Alerts.md",
388
+ "categoryId": "docs",
389
+ "title": "Alert",
390
+ "description": "",
391
+ "author": "Documentation",
392
+ "updatedAt": "Recently",
393
+ "frontmatter": {
394
+ "id": "Alert",
395
+ "title": "Alert",
396
+ "sidebar_label": "Alert"
397
+ }
398
+ },
399
+ {
400
+ "contentId": "docs-gps-tracking",
401
+ "slug": "gps-tracking",
402
+ "filePath": "/content/docs/GPS-tracking.md",
403
+ "relativePath": "docs/GPS-tracking.md",
404
+ "categoryId": "docs",
405
+ "title": "GPS tracking",
406
+ "description": "",
407
+ "author": "Documentation",
408
+ "updatedAt": "Recently",
409
+ "frontmatter": {
410
+ "id": "GPS-tracking",
411
+ "title": "GPS tracking",
412
+ "sidebar_label": "GPS tracking"
413
+ }
414
+ },
415
+ {
416
+ "contentId": "docs-invoicing",
417
+ "slug": "invoicing",
418
+ "filePath": "/content/docs/Invoicing.md",
419
+ "relativePath": "docs/Invoicing.md",
420
+ "categoryId": "docs",
421
+ "title": "Invoicing",
422
+ "description": "",
423
+ "author": "Documentation",
424
+ "updatedAt": "Recently",
425
+ "frontmatter": {
426
+ "id": "Invoicing",
427
+ "title": "Invoicing",
428
+ "sidebar_label": "Invoicing"
429
+ }
430
+ },
431
+ {
432
+ "contentId": "docs-screenshots",
433
+ "slug": "screenshots",
434
+ "filePath": "/content/docs/Screenshots.md",
435
+ "relativePath": "docs/Screenshots.md",
436
+ "categoryId": "docs",
437
+ "title": "Screenshots",
438
+ "description": "",
439
+ "author": "Documentation",
440
+ "updatedAt": "Recently",
441
+ "frontmatter": {
442
+ "id": "Screenshots",
443
+ "title": "Screenshots",
444
+ "sidebar_label": "Screenshots"
445
+ }
446
+ },
447
+ {
448
+ "contentId": "docs-add-time-for-others",
449
+ "slug": "add-time-for-others",
450
+ "filePath": "/content/docs/add-time-for-others.md",
451
+ "relativePath": "docs/add-time-for-others.md",
452
+ "categoryId": "docs",
453
+ "title": "Add time for others",
454
+ "description": "",
455
+ "author": "Documentation",
456
+ "updatedAt": "Recently",
457
+ "frontmatter": {
458
+ "id": "add-time-for-others",
459
+ "title": "Add time for others",
460
+ "sidebar_label": "Add time for others"
461
+ }
462
+ },
463
+ {
464
+ "contentId": "docs-budget-and-estimates",
465
+ "slug": "budget-and-estimates",
466
+ "filePath": "/content/docs/budget-and-estimates.md",
467
+ "relativePath": "docs/budget-and-estimates.md",
468
+ "categoryId": "docs",
469
+ "title": "Budget and estimates",
470
+ "description": "",
471
+ "author": "Documentation",
472
+ "updatedAt": "Recently",
473
+ "frontmatter": {
474
+ "id": "budget-and-estimates",
475
+ "title": "Budget and estimates",
476
+ "sidebar_label": "Budget and estimates"
477
+ }
478
+ },
479
+ {
480
+ "contentId": "docs-bulk-edit",
481
+ "slug": "bulk-edit",
482
+ "filePath": "/content/docs/bulk-edit.md",
483
+ "relativePath": "docs/bulk-edit.md",
484
+ "categoryId": "docs",
485
+ "title": "Bulk edit",
486
+ "description": "",
487
+ "author": "Documentation",
488
+ "updatedAt": "Recently",
489
+ "frontmatter": {
490
+ "id": "bulk-edit",
491
+ "title": "Bulk edit",
492
+ "sidebar_label": "Bulk edit"
493
+ }
494
+ },
495
+ {
496
+ "contentId": "docs-change-mail-address",
497
+ "slug": "change-mail-address",
498
+ "filePath": "/content/docs/change-mail-address.md",
499
+ "relativePath": "docs/change-mail-address.md",
500
+ "categoryId": "docs",
501
+ "title": "Change e-mail address",
502
+ "description": "",
503
+ "author": "Documentation",
504
+ "updatedAt": "Recently",
505
+ "frontmatter": {
506
+ "id": "change-mail-address",
507
+ "title": "Change e-mail address",
508
+ "sidebar_label": "Change e-mail address"
509
+ }
510
+ },
511
+ {
512
+ "contentId": "docs-choose-payment-method",
513
+ "slug": "choose-payment-method",
514
+ "filePath": "/content/docs/choose-payment-method.md",
515
+ "relativePath": "docs/choose-payment-method.md",
516
+ "categoryId": "docs",
517
+ "title": "Choose Payment Method",
518
+ "description": "",
519
+ "author": "Documentation",
520
+ "updatedAt": "Recently",
521
+ "frontmatter": {
522
+ "id": "choose-payment-method",
523
+ "title": "Choose Payment Method",
524
+ "sidebar_label": "Choose Payment Method"
525
+ }
526
+ },
527
+ {
528
+ "contentId": "docs-clockbook",
529
+ "slug": "clockbook",
530
+ "filePath": "/content/docs/clockbook.md",
531
+ "relativePath": "docs/clockbook.md",
532
+ "categoryId": "docs",
533
+ "title": "Clockbook Guide",
534
+ "description": "",
535
+ "author": "Documentation",
536
+ "updatedAt": "Recently",
537
+ "frontmatter": {
538
+ "id": "clockbook",
539
+ "title": "Clockbook Guide",
540
+ "sidebar_label": "clockbook Guide",
541
+ "slug": "/"
542
+ }
543
+ },
544
+ {
545
+ "contentId": "docs-control-accounts",
546
+ "slug": "control-accounts",
547
+ "filePath": "/content/docs/control-accounts.md",
548
+ "relativePath": "docs/control-accounts.md",
549
+ "categoryId": "docs",
550
+ "title": "Control accounts",
551
+ "description": "",
552
+ "author": "Documentation",
553
+ "updatedAt": "Recently",
554
+ "frontmatter": {
555
+ "id": "control-accounts",
556
+ "title": "Control accounts",
557
+ "sidebar_label": "Control accounts"
558
+ }
559
+ },
560
+ {
561
+ "contentId": "docs-csv-file-format",
562
+ "slug": "csv-file-format",
563
+ "filePath": "/content/docs/csv-file-format.md",
564
+ "relativePath": "docs/csv-file-format.md",
565
+ "categoryId": "docs",
566
+ "title": "CSV file format",
567
+ "description": "",
568
+ "author": "Documentation",
569
+ "updatedAt": "Recently",
570
+ "frontmatter": {
571
+ "id": "csv-file-format",
572
+ "title": "CSV file format",
573
+ "sidebar_label": "CSV file format"
574
+ }
575
+ },
576
+ {
577
+ "contentId": "docs-custom-fields",
578
+ "slug": "custom-fields",
579
+ "filePath": "/content/docs/custom-fields.md",
580
+ "relativePath": "docs/custom-fields.md",
581
+ "categoryId": "docs",
582
+ "title": "Custom fields",
583
+ "description": "",
584
+ "author": "Documentation",
585
+ "updatedAt": "Recently",
586
+ "frontmatter": {
587
+ "id": "custom-fields",
588
+ "title": "Custom fields",
589
+ "sidebar_label": "Custom fields"
590
+ }
591
+ },
592
+ {
593
+ "contentId": "docs-customize-exports",
594
+ "slug": "customize-exports",
595
+ "filePath": "/content/docs/customize-exports.md",
596
+ "relativePath": "docs/customize-exports.md",
597
+ "categoryId": "docs",
598
+ "title": "Customize exports",
599
+ "description": "",
600
+ "author": "Documentation",
601
+ "updatedAt": "Recently",
602
+ "frontmatter": {
603
+ "id": "customize-exports",
604
+ "title": "Customize exports",
605
+ "sidebar_label": "Customize exports"
606
+ }
607
+ },
608
+ {
609
+ "contentId": "docs-deleting-account",
610
+ "slug": "deleting-account",
611
+ "filePath": "/content/docs/deleting-account.md",
612
+ "relativePath": "docs/deleting-account.md",
613
+ "categoryId": "docs",
614
+ "title": "Deleting Account",
615
+ "description": "",
616
+ "author": "Documentation",
617
+ "updatedAt": "Recently",
618
+ "frontmatter": {
619
+ "id": "deleting-account",
620
+ "title": "Deleting Account",
621
+ "sidebar_label": "Deleting Account"
622
+ }
623
+ },
624
+ {
625
+ "contentId": "docs-doc1",
626
+ "slug": "doc1",
627
+ "filePath": "/content/docs/doc1.md",
628
+ "relativePath": "docs/doc1.md",
629
+ "categoryId": "docs",
630
+ "title": "Style Guide",
631
+ "description": "",
632
+ "author": "Documentation",
633
+ "updatedAt": "Recently",
634
+ "frontmatter": {
635
+ "id": "doc1",
636
+ "title": "Style Guide",
637
+ "sidebar_label": "Style Guide"
638
+ }
639
+ },
640
+ {
641
+ "contentId": "docs-force-timer",
642
+ "slug": "force-timer",
643
+ "filePath": "/content/docs/force-timer.md",
644
+ "relativePath": "docs/force-timer.md",
645
+ "categoryId": "docs",
646
+ "title": "Force timer",
647
+ "description": "",
648
+ "author": "Documentation",
649
+ "updatedAt": "Recently",
650
+ "frontmatter": {
651
+ "id": "force-timer",
652
+ "title": "Force timer",
653
+ "sidebar_label": "Force timer"
654
+ }
655
+ },
656
+ {
657
+ "contentId": "docs-formatting-project-note",
658
+ "slug": "formatting-project-note",
659
+ "filePath": "/content/docs/formatting-project-note.md",
660
+ "relativePath": "docs/formatting-project-note.md",
661
+ "categoryId": "docs",
662
+ "title": "Formatting project note",
663
+ "description": "",
664
+ "author": "Documentation",
665
+ "updatedAt": "Recently",
666
+ "frontmatter": {
667
+ "id": "formatting-project-note",
668
+ "title": "Formatting project note",
669
+ "sidebar_label": "Formatting project note"
670
+ }
671
+ },
672
+ {
673
+ "contentId": "docs-gettingstarted",
674
+ "slug": "gettingstarted",
675
+ "filePath": "/content/docs/gettingstarted.md",
676
+ "relativePath": "docs/gettingstarted.md",
677
+ "categoryId": "docs",
678
+ "title": "Getting Started",
679
+ "description": "",
680
+ "author": "Documentation",
681
+ "updatedAt": "Recently",
682
+ "frontmatter": {
683
+ "id": "gettingstarted",
684
+ "title": "Getting Started",
685
+ "sidebar_label": "Getting Started"
686
+ }
687
+ },
688
+ {
689
+ "contentId": "docs-hide-time-and-pages",
690
+ "slug": "hide-time-and-pages",
691
+ "filePath": "/content/docs/hide-time-and-pages.md",
692
+ "relativePath": "docs/hide-time-and-pages.md",
693
+ "categoryId": "docs",
694
+ "title": "Hide Time and Pages",
695
+ "description": "",
696
+ "author": "Documentation",
697
+ "updatedAt": "Recently",
698
+ "frontmatter": {
699
+ "id": "hide-time-and-pages",
700
+ "title": "Hide Time and Pages",
701
+ "sidebar_label": "Hide Time and Pages"
702
+ }
703
+ },
704
+ {
705
+ "contentId": "docs-how-are-activity-levels-calculated",
706
+ "slug": "how-are-activity-levels-calculated",
707
+ "filePath": "/content/docs/how-are-activity-levels-calculated.md",
708
+ "relativePath": "docs/how-are-activity-levels-calculated.md",
709
+ "categoryId": "docs",
710
+ "title": "How are activity levels calculated?",
711
+ "description": "",
712
+ "author": "Documentation",
713
+ "updatedAt": "Recently",
714
+ "frontmatter": {
715
+ "id": "how-are-activity-levels-calculated",
716
+ "title": "How are activity levels calculated?",
717
+ "sidebar_label": "How are activity levels calculated?"
718
+ }
719
+ },
720
+ {
721
+ "contentId": "docs-hrm-dashboard",
722
+ "slug": "hrm-dashboard",
723
+ "filePath": "/content/docs/hrm/dashboard.md",
724
+ "relativePath": "docs/hrm/dashboard.md",
725
+ "categoryId": "docs",
726
+ "title": "HR Dashboard",
727
+ "description": "",
728
+ "author": "Documentation",
729
+ "updatedAt": "Recently",
730
+ "frontmatter": {
731
+ "id": "hrm-dashboard",
732
+ "title": "HR Dashboard",
733
+ "sidebar_label": "HR Dashboard"
734
+ }
735
+ },
736
+ {
737
+ "contentId": "docs-hrm-hr-letters",
738
+ "slug": "hrm-hr-letters",
739
+ "filePath": "/content/docs/hrm/hr-letters.md",
740
+ "relativePath": "docs/hrm/hr-letters.md",
741
+ "categoryId": "docs",
742
+ "title": "HR Letters",
743
+ "description": "",
744
+ "author": "Documentation",
745
+ "updatedAt": "Recently",
746
+ "frontmatter": {
747
+ "id": "hrm-hr-letters",
748
+ "title": "HR Letters",
749
+ "sidebar_label": "HR Letters"
750
+ }
751
+ },
752
+ {
753
+ "contentId": "docs-hrm-hrm-overview",
754
+ "slug": "hrm-hrm-overview",
755
+ "filePath": "/content/docs/hrm/hrm-overview.md",
756
+ "relativePath": "docs/hrm/hrm-overview.md",
757
+ "categoryId": "docs",
758
+ "title": "Human Resource Management (HRM)",
759
+ "description": "",
760
+ "author": "Documentation",
761
+ "updatedAt": "Recently",
762
+ "frontmatter": {
763
+ "id": "hrm-overview",
764
+ "title": "Human Resource Management (HRM)",
765
+ "sidebar_label": "HRM Overview"
766
+ }
767
+ },
768
+ {
769
+ "contentId": "docs-hrm-leave",
770
+ "slug": "hrm-leave",
771
+ "filePath": "/content/docs/hrm/leave.md",
772
+ "relativePath": "docs/hrm/leave.md",
773
+ "categoryId": "docs",
774
+ "title": "Time Off / Leave Management",
775
+ "description": "",
776
+ "author": "Documentation",
777
+ "updatedAt": "Recently",
778
+ "frontmatter": {
779
+ "id": "hrm-leave",
780
+ "title": "Time Off / Leave Management",
781
+ "sidebar_label": "Time Off / Leave"
782
+ }
783
+ },
784
+ {
785
+ "contentId": "docs-hrm-members",
786
+ "slug": "hrm-members",
787
+ "filePath": "/content/docs/hrm/members.md",
788
+ "relativePath": "docs/hrm/members.md",
789
+ "categoryId": "docs",
790
+ "title": "Members & Invitations",
791
+ "description": "",
792
+ "author": "Documentation",
793
+ "updatedAt": "Recently",
794
+ "frontmatter": {
795
+ "id": "hrm-members",
796
+ "title": "Members & Invitations",
797
+ "sidebar_label": "Members & Invites"
798
+ }
799
+ },
800
+ {
801
+ "contentId": "docs-hrm-my-space",
802
+ "slug": "hrm-my-space",
803
+ "filePath": "/content/docs/hrm/my-space.md",
804
+ "relativePath": "docs/hrm/my-space.md",
805
+ "categoryId": "docs",
806
+ "title": "My Space — Employee Profile",
807
+ "description": "",
808
+ "author": "Documentation",
809
+ "updatedAt": "Recently",
810
+ "frontmatter": {
811
+ "id": "hrm-my-space",
812
+ "title": "My Space — Employee Profile",
813
+ "sidebar_label": "My Space"
814
+ }
815
+ },
816
+ {
817
+ "contentId": "docs-hrm-offboarding",
818
+ "slug": "hrm-offboarding",
819
+ "filePath": "/content/docs/hrm/offboarding.md",
820
+ "relativePath": "docs/hrm/offboarding.md",
821
+ "categoryId": "docs",
822
+ "title": "Offboarding / Exit Request",
823
+ "description": "",
824
+ "author": "Documentation",
825
+ "updatedAt": "Recently",
826
+ "frontmatter": {
827
+ "id": "hrm-offboarding",
828
+ "title": "Offboarding / Exit Request",
829
+ "sidebar_label": "Offboarding"
830
+ }
831
+ },
832
+ {
833
+ "contentId": "docs-hrm-onboarding",
834
+ "slug": "hrm-onboarding",
835
+ "filePath": "/content/docs/hrm/onboarding.md",
836
+ "relativePath": "docs/hrm/onboarding.md",
837
+ "categoryId": "docs",
838
+ "title": "Onboarding",
839
+ "description": "",
840
+ "author": "Documentation",
841
+ "updatedAt": "Recently",
842
+ "frontmatter": {
843
+ "id": "hrm-onboarding",
844
+ "title": "Onboarding",
845
+ "sidebar_label": "Onboarding"
846
+ }
847
+ },
848
+ {
849
+ "contentId": "docs-hrm-settings",
850
+ "slug": "hrm-settings",
851
+ "filePath": "/content/docs/hrm/settings.md",
852
+ "relativePath": "docs/hrm/settings.md",
853
+ "categoryId": "docs",
854
+ "title": "HRM Settings",
855
+ "description": "",
856
+ "author": "Documentation",
857
+ "updatedAt": "Recently",
858
+ "frontmatter": {
859
+ "id": "hrm-settings",
860
+ "title": "HRM Settings",
861
+ "sidebar_label": "Settings"
862
+ }
863
+ },
864
+ {
865
+ "contentId": "docs-hrm-travel",
866
+ "slug": "hrm-travel",
867
+ "filePath": "/content/docs/hrm/travel.md",
868
+ "relativePath": "docs/hrm/travel.md",
869
+ "categoryId": "docs",
870
+ "title": "Travel Management",
871
+ "description": "",
872
+ "author": "Documentation",
873
+ "updatedAt": "Recently",
874
+ "frontmatter": {
875
+ "id": "hrm-travel",
876
+ "title": "Travel Management",
877
+ "sidebar_label": "Travel"
878
+ }
879
+ },
880
+ {
881
+ "contentId": "docs-import-clients-projects",
882
+ "slug": "import-clients-projects",
883
+ "filePath": "/content/docs/import-clients-projects.md",
884
+ "relativePath": "docs/import-clients-projects.md",
885
+ "categoryId": "docs",
886
+ "title": "Import clients, projects, and tasks",
887
+ "description": "",
888
+ "author": "Documentation",
889
+ "updatedAt": "Recently",
890
+ "frontmatter": {
891
+ "id": "import-clients-projects",
892
+ "title": "Import clients, projects, and tasks",
893
+ "sidebar_label": "Import clients, projects, and tasks"
894
+ }
895
+ },
896
+ {
897
+ "contentId": "docs-import-timesheets",
898
+ "slug": "import-timesheets",
899
+ "filePath": "/content/docs/import-timesheets.md",
900
+ "relativePath": "docs/import-timesheets.md",
901
+ "categoryId": "docs",
902
+ "title": "Import timesheets",
903
+ "description": "",
904
+ "author": "Documentation",
905
+ "updatedAt": "Recently",
906
+ "frontmatter": {
907
+ "id": "import-timesheets",
908
+ "title": "Import timesheets",
909
+ "sidebar_label": "Import timesheets"
910
+ }
911
+ },
912
+ {
913
+ "contentId": "docs-inviting-users",
914
+ "slug": "inviting-users",
915
+ "filePath": "/content/docs/inviting-users.md",
916
+ "relativePath": "docs/inviting-users.md",
917
+ "categoryId": "docs",
918
+ "title": "Inviting and managing users",
919
+ "description": "",
920
+ "author": "Documentation",
921
+ "updatedAt": "Recently",
922
+ "frontmatter": {
923
+ "id": "inviting-users",
924
+ "title": "Inviting and managing users",
925
+ "sidebar_label": "Inviting Users"
926
+ }
927
+ },
928
+ {
929
+ "contentId": "docs-labor-cost-and-profit",
930
+ "slug": "labor-cost-and-profit",
931
+ "filePath": "/content/docs/labor-cost-and-profit.md",
932
+ "relativePath": "docs/labor-cost-and-profit.md",
933
+ "categoryId": "docs",
934
+ "title": "Labor cost and profit",
935
+ "description": "",
936
+ "author": "Documentation",
937
+ "updatedAt": "Recently",
938
+ "frontmatter": {
939
+ "id": "labor-cost-and-profit",
940
+ "title": "Labor cost and profit",
941
+ "sidebar_label": "Labor cost and profit"
942
+ }
943
+ },
944
+ {
945
+ "contentId": "docs-lock-timesheets",
946
+ "slug": "lock-timesheets",
947
+ "filePath": "/content/docs/lock-timesheets.md",
948
+ "relativePath": "docs/lock-timesheets.md",
949
+ "categoryId": "docs",
950
+ "title": "Lock timesheets",
951
+ "description": "",
952
+ "author": "Documentation",
953
+ "updatedAt": "Recently",
954
+ "frontmatter": {
955
+ "id": "lock-timesheets",
956
+ "title": "Lock timesheets",
957
+ "sidebar_label": "Lock timesheets"
958
+ }
959
+ },
960
+ {
961
+ "contentId": "docs-manager-role",
962
+ "slug": "manager-role",
963
+ "filePath": "/content/docs/manager-role.md",
964
+ "relativePath": "docs/manager-role.md",
965
+ "categoryId": "docs",
966
+ "title": "Manager role",
967
+ "description": "",
968
+ "author": "Documentation",
969
+ "updatedAt": "Recently",
970
+ "frontmatter": {
971
+ "id": "manager-role",
972
+ "title": "Manager role",
973
+ "sidebar_label": "Manager role"
974
+ }
975
+ },
976
+ {
977
+ "contentId": "docs-managing-people-on-projects",
978
+ "slug": "managing-people-on-projects",
979
+ "filePath": "/content/docs/managing-people-on-projects.md",
980
+ "relativePath": "docs/managing-people-on-projects.md",
981
+ "categoryId": "docs",
982
+ "title": "Managing people on projects",
983
+ "description": "",
984
+ "author": "Documentation",
985
+ "updatedAt": "Recently",
986
+ "frontmatter": {
987
+ "id": "managing-people-projects",
988
+ "title": "Managing people on projects",
989
+ "sidebar_label": "Managing people on projects"
990
+ }
991
+ },
992
+ {
993
+ "contentId": "docs-managing-projects",
994
+ "slug": "managing-projects",
995
+ "filePath": "/content/docs/managing-projects.md",
996
+ "relativePath": "docs/managing-projects.md",
997
+ "categoryId": "docs",
998
+ "title": "Managing projects and clients",
999
+ "description": "",
1000
+ "author": "Documentation",
1001
+ "updatedAt": "Recently",
1002
+ "frontmatter": {
1003
+ "id": "managing-projects",
1004
+ "title": "Managing projects and clients",
1005
+ "sidebar_label": "Managing projects and clients"
1006
+ }
1007
+ },
1008
+ {
1009
+ "contentId": "docs-mdx",
1010
+ "slug": "mdx",
1011
+ "filePath": "/content/docs/mdx.md",
1012
+ "relativePath": "docs/mdx.md",
1013
+ "categoryId": "docs",
1014
+ "title": "Powered by MDX",
1015
+ "description": "",
1016
+ "author": "Documentation",
1017
+ "updatedAt": "Recently",
1018
+ "frontmatter": {
1019
+ "id": "mdx",
1020
+ "title": "Powered by MDX"
1021
+ }
1022
+ },
1023
+ {
1024
+ "contentId": "docs-paypalsetup",
1025
+ "slug": "paypalsetup",
1026
+ "filePath": "/content/docs/paypalsetup.md",
1027
+ "relativePath": "docs/paypalsetup.md",
1028
+ "categoryId": "docs",
1029
+ "title": "PayPal Payroll Setup",
1030
+ "description": "",
1031
+ "author": "Documentation",
1032
+ "updatedAt": "Recently",
1033
+ "frontmatter": {
1034
+ "id": "paypalsetup",
1035
+ "title": "PayPal Payroll Setup",
1036
+ "sidebar_label": "Paypal Setup"
1037
+ }
1038
+ },
1039
+ {
1040
+ "contentId": "docs-profile-settings",
1041
+ "slug": "profile-settings",
1042
+ "filePath": "/content/docs/profile-settings.md",
1043
+ "relativePath": "docs/profile-settings.md",
1044
+ "categoryId": "docs",
1045
+ "title": "Profile Settings",
1046
+ "description": "",
1047
+ "author": "Documentation",
1048
+ "updatedAt": "Recently",
1049
+ "frontmatter": {
1050
+ "id": "profile-settings",
1051
+ "title": "Profile Settings",
1052
+ "sidebar_label": "Profile Settings"
1053
+ }
1054
+ },
1055
+ {
1056
+ "contentId": "docs-project-filter",
1057
+ "slug": "project-filter",
1058
+ "filePath": "/content/docs/project-filter.md",
1059
+ "relativePath": "docs/project-filter.md",
1060
+ "categoryId": "docs",
1061
+ "title": "Quickly finding projects/tasks",
1062
+ "description": "",
1063
+ "author": "Documentation",
1064
+ "updatedAt": "Recently",
1065
+ "frontmatter": {
1066
+ "id": "project-filter",
1067
+ "title": "Quickly finding projects/tasks",
1068
+ "sidebar_label": "Quickly finding projects/tasks"
1069
+ }
1070
+ },
1071
+ {
1072
+ "contentId": "docs-project-templates",
1073
+ "slug": "project-templates",
1074
+ "filePath": "/content/docs/project-templates.md",
1075
+ "relativePath": "docs/project-templates.md",
1076
+ "categoryId": "docs",
1077
+ "title": "Project templates",
1078
+ "description": "",
1079
+ "author": "Documentation",
1080
+ "updatedAt": "Recently",
1081
+ "frontmatter": {
1082
+ "id": "project-templates",
1083
+ "title": "Project templates",
1084
+ "sidebar_label": "Project templates"
1085
+ }
1086
+ },
1087
+ {
1088
+ "contentId": "docs-reports",
1089
+ "slug": "reports",
1090
+ "filePath": "/content/docs/reports.md",
1091
+ "relativePath": "docs/reports.md",
1092
+ "categoryId": "docs",
1093
+ "title": "Reports",
1094
+ "description": "",
1095
+ "author": "Documentation",
1096
+ "updatedAt": "Recently",
1097
+ "frontmatter": {
1098
+ "id": "reports",
1099
+ "title": "Reports",
1100
+ "sidebar_label": "Reports"
1101
+ }
1102
+ },
1103
+ {
1104
+ "contentId": "docs-required-fields",
1105
+ "slug": "required-fields",
1106
+ "filePath": "/content/docs/required-fields.md",
1107
+ "relativePath": "docs/required-fields.md",
1108
+ "categoryId": "docs",
1109
+ "title": "Required fields",
1110
+ "description": "",
1111
+ "author": "Documentation",
1112
+ "updatedAt": "Recently",
1113
+ "frontmatter": {
1114
+ "id": "required-fields",
1115
+ "title": "Required fields",
1116
+ "sidebar_label": "Required fields"
1117
+ }
1118
+ },
1119
+ {
1120
+ "contentId": "docs-scheduled-reports",
1121
+ "slug": "scheduled-reports",
1122
+ "filePath": "/content/docs/scheduled-reports.md",
1123
+ "relativePath": "docs/scheduled-reports.md",
1124
+ "categoryId": "docs",
1125
+ "title": "Scheduled reports",
1126
+ "description": "",
1127
+ "author": "Documentation",
1128
+ "updatedAt": "Recently",
1129
+ "frontmatter": {
1130
+ "id": "scheduled-reports",
1131
+ "title": "Scheduled reports",
1132
+ "sidebar_label": "Scheduled reports"
1133
+ }
1134
+ },
1135
+ {
1136
+ "contentId": "docs-single-sign-on",
1137
+ "slug": "single-sign-on",
1138
+ "filePath": "/content/docs/single-sign-on.md",
1139
+ "relativePath": "docs/single-sign-on.md",
1140
+ "categoryId": "docs",
1141
+ "title": "Single sign-on (SSO)",
1142
+ "description": "",
1143
+ "author": "Documentation",
1144
+ "updatedAt": "Recently",
1145
+ "frontmatter": {
1146
+ "id": "single-sign-on",
1147
+ "title": "Single sign-on (SSO)",
1148
+ "sidebar_label": "Single sign-on (SSO)"
1149
+ }
1150
+ },
1151
+ {
1152
+ "contentId": "docs-targets-and-reminders",
1153
+ "slug": "targets-and-reminders",
1154
+ "filePath": "/content/docs/targets-and-reminders.md",
1155
+ "relativePath": "docs/targets-and-reminders.md",
1156
+ "categoryId": "docs",
1157
+ "title": "Targets and reminders",
1158
+ "description": "",
1159
+ "author": "Documentation",
1160
+ "updatedAt": "Recently",
1161
+ "frontmatter": {
1162
+ "id": "targets-and-reminders",
1163
+ "title": "Targets and reminders",
1164
+ "sidebar_label": "Targets and reminders"
1165
+ }
1166
+ },
1167
+ {
1168
+ "contentId": "docs-task-rates",
1169
+ "slug": "task-rates",
1170
+ "filePath": "/content/docs/task-rates.md",
1171
+ "relativePath": "docs/task-rates.md",
1172
+ "categoryId": "docs",
1173
+ "title": "Task rates",
1174
+ "description": "",
1175
+ "author": "Documentation",
1176
+ "updatedAt": "Recently",
1177
+ "frontmatter": {
1178
+ "id": "task-rates",
1179
+ "title": "Task rates",
1180
+ "sidebar_label": "Task rates"
1181
+ }
1182
+ },
1183
+ {
1184
+ "contentId": "docs-time-approval",
1185
+ "slug": "time-approval",
1186
+ "filePath": "/content/docs/time-approval.md",
1187
+ "relativePath": "docs/time-approval.md",
1188
+ "categoryId": "docs",
1189
+ "title": "Time approval",
1190
+ "description": "",
1191
+ "author": "Documentation",
1192
+ "updatedAt": "Recently",
1193
+ "frontmatter": {
1194
+ "id": "time-approval",
1195
+ "title": "Time approval",
1196
+ "sidebar_label": "Time approval"
1197
+ }
1198
+ },
1199
+ {
1200
+ "contentId": "docs-time-audit",
1201
+ "slug": "time-audit",
1202
+ "filePath": "/content/docs/time-audit.md",
1203
+ "relativePath": "docs/time-audit.md",
1204
+ "categoryId": "docs",
1205
+ "title": "Time audit",
1206
+ "description": "",
1207
+ "author": "Documentation",
1208
+ "updatedAt": "Recently",
1209
+ "frontmatter": {
1210
+ "id": "time-audit",
1211
+ "title": "Time audit",
1212
+ "sidebar_label": "Time audit"
1213
+ }
1214
+ },
1215
+ {
1216
+ "contentId": "docs-time-rounding",
1217
+ "slug": "time-rounding",
1218
+ "filePath": "/content/docs/time-rounding.md",
1219
+ "relativePath": "docs/time-rounding.md",
1220
+ "categoryId": "docs",
1221
+ "title": "Time Rounding",
1222
+ "description": "",
1223
+ "author": "Documentation",
1224
+ "updatedAt": "Recently",
1225
+ "frontmatter": {
1226
+ "id": "time-rounding",
1227
+ "title": "Time Rounding",
1228
+ "sidebar_label": "Time Rounding"
1229
+ }
1230
+ },
1231
+ {
1232
+ "contentId": "docs-time-zones",
1233
+ "slug": "time-zones",
1234
+ "filePath": "/content/docs/time-zones.md",
1235
+ "relativePath": "docs/time-zones.md",
1236
+ "categoryId": "docs",
1237
+ "title": "Time zones",
1238
+ "description": "",
1239
+ "author": "Documentation",
1240
+ "updatedAt": "Recently",
1241
+ "frontmatter": {
1242
+ "id": "time-zones",
1243
+ "title": "Time zones",
1244
+ "sidebar_label": "Time zones"
1245
+ }
1246
+ },
1247
+ {
1248
+ "contentId": "docs-timer-timetracking-main",
1249
+ "slug": "timer-timetracking-main",
1250
+ "filePath": "/content/docs/timer/timetracking-main.md",
1251
+ "relativePath": "docs/timer/timetracking-main.md",
1252
+ "categoryId": "docs",
1253
+ "title": "Time Tracking",
1254
+ "description": "",
1255
+ "author": "Documentation",
1256
+ "updatedAt": "Recently",
1257
+ "frontmatter": {
1258
+ "id": "timetracking-main",
1259
+ "title": "Time Tracking",
1260
+ "sidebar_label": "Time tracking"
1261
+ }
1262
+ },
1263
+ {
1264
+ "contentId": "docs-timer-timetracking",
1265
+ "slug": "timer-timetracking",
1266
+ "filePath": "/content/docs/timer/timetracking.md",
1267
+ "relativePath": "docs/timer/timetracking.md",
1268
+ "categoryId": "docs",
1269
+ "title": "Time Tracking",
1270
+ "description": "",
1271
+ "author": "Documentation",
1272
+ "updatedAt": "Recently",
1273
+ "frontmatter": {
1274
+ "id": "timetracking",
1275
+ "title": "Time Tracking",
1276
+ "sidebar_label": "Time tracking"
1277
+ }
1278
+ },
1279
+ {
1280
+ "contentId": "docs-tracking-project-progress",
1281
+ "slug": "tracking-project-progress",
1282
+ "filePath": "/content/docs/tracking-project-progress.md",
1283
+ "relativePath": "docs/tracking-project-progress.md",
1284
+ "categoryId": "docs",
1285
+ "title": "Tracking project progress",
1286
+ "description": "",
1287
+ "author": "Documentation",
1288
+ "updatedAt": "Recently",
1289
+ "frontmatter": {
1290
+ "id": "tracking-project-progress",
1291
+ "title": "Tracking project progress",
1292
+ "sidebar_label": "Tracking project progress"
1293
+ }
1294
+ },
1295
+ {
1296
+ "contentId": "docs-upgrade-and-subscription",
1297
+ "slug": "upgrade-and-subscription",
1298
+ "filePath": "/content/docs/upgrade-and-subscription.md",
1299
+ "relativePath": "docs/upgrade-and-subscription.md",
1300
+ "categoryId": "docs",
1301
+ "title": "Upgrade and subscription",
1302
+ "description": "",
1303
+ "author": "Documentation",
1304
+ "updatedAt": "Recently",
1305
+ "frontmatter": {
1306
+ "id": "upgrade-and-subscription",
1307
+ "title": "Upgrade and subscription",
1308
+ "sidebar_label": "Upgrade and subscription"
1309
+ }
1310
+ },
1311
+ {
1312
+ "contentId": "docs-user-groups",
1313
+ "slug": "user-groups",
1314
+ "filePath": "/content/docs/user-groups.md",
1315
+ "relativePath": "docs/user-groups.md",
1316
+ "categoryId": "docs",
1317
+ "title": "User Groups",
1318
+ "description": "",
1319
+ "author": "Documentation",
1320
+ "updatedAt": "Recently",
1321
+ "frontmatter": {
1322
+ "id": "user-groups",
1323
+ "title": "User Groups",
1324
+ "sidebar_label": "User Groups"
1325
+ }
1326
+ },
1327
+ {
1328
+ "contentId": "docs-users",
1329
+ "slug": "users",
1330
+ "filePath": "/content/docs/users.md",
1331
+ "relativePath": "docs/users.md",
1332
+ "categoryId": "docs",
1333
+ "title": "Users",
1334
+ "description": "",
1335
+ "author": "Documentation",
1336
+ "updatedAt": "Recently",
1337
+ "frontmatter": {
1338
+ "id": "users",
1339
+ "title": "Users",
1340
+ "sidebar_label": "Users"
1341
+ }
1342
+ },
1343
+ {
1344
+ "contentId": "docs-who-can-do-what",
1345
+ "slug": "who-can-do-what",
1346
+ "filePath": "/content/docs/who-can-do-what.md",
1347
+ "relativePath": "docs/who-can-do-what.md",
1348
+ "categoryId": "docs",
1349
+ "title": "Who Can Do What",
1350
+ "description": "",
1351
+ "author": "Documentation",
1352
+ "updatedAt": "Recently",
1353
+ "frontmatter": {
1354
+ "id": "who-can-do-what",
1355
+ "title": "Who Can Do What",
1356
+ "sidebar_label": "Who Can Do What"
1357
+ }
1358
+ },
1359
+ {
1360
+ "contentId": "docs-working-with-tasks",
1361
+ "slug": "working-with-tasks",
1362
+ "filePath": "/content/docs/working-with-tasks.md",
1363
+ "relativePath": "docs/working-with-tasks.md",
1364
+ "categoryId": "docs",
1365
+ "title": "Working with Task",
1366
+ "description": "",
1367
+ "author": "Documentation",
1368
+ "updatedAt": "Recently",
1369
+ "frontmatter": {
1370
+ "id": "working-with-task",
1371
+ "title": "Working with Task",
1372
+ "sidebar_label": "Working with task"
1373
+ }
1374
+ },
1375
+ {
1376
+ "contentId": "docs-workspaces",
1377
+ "slug": "workspaces",
1378
+ "filePath": "/content/docs/workspaces.md",
1379
+ "relativePath": "docs/workspaces.md",
1380
+ "categoryId": "docs",
1381
+ "title": "Workspaces",
1382
+ "description": "",
1383
+ "author": "Documentation",
1384
+ "updatedAt": "Recently",
1385
+ "frontmatter": {
1386
+ "id": "workspaces",
1387
+ "title": "Workspaces",
1388
+ "sidebar_label": "Workspaces"
1389
+ }
1390
+ }
1391
+ ],
1392
+ "categories": {
1393
+ "blog": {
1394
+ "id": "blog",
1395
+ "title": "Blog",
1396
+ "description": "Blog Documentation",
1397
+ "iconType": "Documentation",
1398
+ "articles": [
1399
+ {
1400
+ "id": "blog-2021-05-01-competitive-pricing",
1401
+ "title": "Clockbook Beats Competitors with Competitive Pricing",
1402
+ "description": "",
1403
+ "slug": "2021-05-01-competitive-pricing",
1404
+ "author": "sana",
1405
+ "updatedAt": "Recently",
1406
+ "categoryId": "blog"
1407
+ },
1408
+ {
1409
+ "id": "blog-2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
1410
+ "title": "Everythig you need to know about The Future Of Coworking Trends",
1411
+ "description": "",
1412
+ "slug": "2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
1413
+ "author": "sana",
1414
+ "updatedAt": "Recently",
1415
+ "categoryId": "blog"
1416
+ },
1417
+ {
1418
+ "id": "blog-2021-06-18-best-freelance-invoice-template",
1419
+ "title": "Everything You Need To Find the Best Freelance Invoice Template",
1420
+ "description": "",
1421
+ "slug": "2021-06-18-best-freelance-invoice-template",
1422
+ "author": "sana",
1423
+ "updatedAt": "Recently",
1424
+ "categoryId": "blog"
1425
+ },
1426
+ {
1427
+ "id": "blog-2021-07-12-filling-work-time-reports-made-easy",
1428
+ "title": "Filling the Work Time Reports Made Easy",
1429
+ "description": "",
1430
+ "slug": "2021-07-12-filling-work-time-reports-made-easy",
1431
+ "author": "sana",
1432
+ "updatedAt": "Recently",
1433
+ "categoryId": "blog"
1434
+ },
1435
+ {
1436
+ "id": "blog-2021-08-12-the-reasons-behind-employee-burnout",
1437
+ "title": "Guide for 2021 - The Reasons behind Employee Burnout & Ways to Control it",
1438
+ "description": "",
1439
+ "slug": "2021-08-12-the-reasons-behind-employee-burnout",
1440
+ "author": "sana",
1441
+ "updatedAt": "Recently",
1442
+ "categoryId": "blog"
1443
+ },
1444
+ {
1445
+ "id": "blog-2021-06-03-next-virtual-phone-assistant",
1446
+ "title": "Hire your Next Virtual Phone Assistant with Confidence",
1447
+ "description": "",
1448
+ "slug": "2021-06-03-next-virtual-phone-assistant",
1449
+ "author": "sana",
1450
+ "updatedAt": "Recently",
1451
+ "categoryId": "blog"
1452
+ },
1453
+ {
1454
+ "id": "blog-2021-07-12-make-breakdown-of-your-workday",
1455
+ "title": "How To Make Breakdown Of Your Workday",
1456
+ "description": "",
1457
+ "slug": "2021-07-12-make-breakdown-of-your-workday",
1458
+ "author": "sana",
1459
+ "updatedAt": "Recently",
1460
+ "categoryId": "blog"
1461
+ },
1462
+ {
1463
+ "id": "blog-2021-06-03-virtual-assistant-services",
1464
+ "title": "Looking for Virtual Assistant Services? Here are the Top 25 Websites for 2021",
1465
+ "description": "",
1466
+ "slug": "2021-06-03-virtual-assistant-services",
1467
+ "author": "sana",
1468
+ "updatedAt": "Recently",
1469
+ "categoryId": "blog"
1470
+ },
1471
+ {
1472
+ "id": "blog-2021-07-12-8-hour-workday-schedule",
1473
+ "title": "Making an 8-Hour Workday Schedule Work Easier",
1474
+ "description": "",
1475
+ "slug": "2021-07-12-8-hour-workday-schedule",
1476
+ "author": "sana",
1477
+ "updatedAt": "Recently",
1478
+ "categoryId": "blog"
1479
+ },
1480
+ {
1481
+ "id": "blog-2021-06-18-top-trends-companies-pros-cons",
1482
+ "title": "Offshoring to India in 2021 Top Trends, Companies, Pros, Cons",
1483
+ "description": "",
1484
+ "slug": "2021-06-18-top-trends-companies-pros-cons",
1485
+ "author": "sana",
1486
+ "updatedAt": "Recently",
1487
+ "categoryId": "blog"
1488
+ },
1489
+ {
1490
+ "id": "blog-2021-08-11-how-to-keep-your-team-inspired",
1491
+ "title": "Remote Employee Engagement - How to Keep Your Team Inspired",
1492
+ "description": "",
1493
+ "slug": "2021-08-11-how-to-keep-your-team-inspired",
1494
+ "author": "sana",
1495
+ "updatedAt": "Recently",
1496
+ "categoryId": "blog"
1497
+ },
1498
+ {
1499
+ "id": "blog-2021-07-12-2021-guide-to-project-management-methodology",
1500
+ "title": "The 2021 Guide to Project Management Methodology",
1501
+ "description": "",
1502
+ "slug": "2021-07-12-2021-guide-to-project-management-methodology",
1503
+ "author": "sana",
1504
+ "updatedAt": "Recently",
1505
+ "categoryId": "blog"
1506
+ },
1507
+ {
1508
+ "id": "blog-2021-06-18-disadvantages-of-offshoring",
1509
+ "title": "The 7 Disadvantages of Offshoring That You Don’t Know and Their Solutions",
1510
+ "description": "",
1511
+ "slug": "2021-06-18-disadvantages-of-offshoring",
1512
+ "author": "sana",
1513
+ "updatedAt": "Recently",
1514
+ "categoryId": "blog"
1515
+ },
1516
+ {
1517
+ "id": "blog-2020-09-01-time-rounding",
1518
+ "title": "The Rules, Standards & Practices for Timeclock rounding",
1519
+ "description": "",
1520
+ "slug": "2020-09-01-time-rounding",
1521
+ "author": "sana",
1522
+ "updatedAt": "Recently",
1523
+ "categoryId": "blog"
1524
+ },
1525
+ {
1526
+ "id": "blog-2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
1527
+ "title": "The Time Tracking Case- Tracking’s Benefits in the Light of Users’ Feedback",
1528
+ "description": "",
1529
+ "slug": "2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
1530
+ "author": "sana",
1531
+ "updatedAt": "Recently",
1532
+ "categoryId": "blog"
1533
+ },
1534
+ {
1535
+ "id": "blog-2021-06-02-remote-work-app-2021",
1536
+ "title": "The Top 15 Remote Work Software and Apps to Watch in 2021",
1537
+ "description": "",
1538
+ "slug": "2021-06-02-remote-work-app-2021",
1539
+ "author": "sana",
1540
+ "updatedAt": "Recently",
1541
+ "categoryId": "blog"
1542
+ },
1543
+ {
1544
+ "id": "blog-2021-06-18-alternatives-of-google-sheets-timesheets",
1545
+ "title": "The What, Why, Pros, Cons, and Alternatives of Google Sheets Timesheets",
1546
+ "description": "",
1547
+ "slug": "2021-06-18-alternatives-of-google-sheets-timesheets",
1548
+ "author": "sana",
1549
+ "updatedAt": "Recently",
1550
+ "categoryId": "blog"
1551
+ },
1552
+ {
1553
+ "id": "blog-2021-08-13-time-tracking-for-construction-industry",
1554
+ "title": "Time Tracking for Construction Industry",
1555
+ "description": "",
1556
+ "slug": "2021-08-13-time-tracking-for-construction-industry",
1557
+ "author": "sana",
1558
+ "updatedAt": "Recently",
1559
+ "categoryId": "blog"
1560
+ },
1561
+ {
1562
+ "id": "blog-2021-05-18-remote-work-plan",
1563
+ "title": "Want to Make a Perfect Remote Work Plan? Here are the Ways!",
1564
+ "description": "",
1565
+ "slug": "2021-05-18-remote-work-plan",
1566
+ "author": "sana",
1567
+ "updatedAt": "Recently",
1568
+ "categoryId": "blog"
1569
+ },
1570
+ {
1571
+ "id": "blog-2021-07-12-ways-to-keep-your-team-inspired",
1572
+ "title": "Ways to Keep Your Team Inspired",
1573
+ "description": "",
1574
+ "slug": "2021-07-12-ways-to-keep-your-team-inspired",
1575
+ "author": "sana",
1576
+ "updatedAt": "Recently",
1577
+ "categoryId": "blog"
1578
+ }
1579
+ ]
1580
+ },
1581
+ "docs": {
1582
+ "id": "docs",
1583
+ "title": "Docs",
1584
+ "description": "Docs Documentation",
1585
+ "iconType": "Documentation",
1586
+ "articles": [
1587
+ {
1588
+ "id": "docs-add-time-for-others",
1589
+ "title": "Add time for others",
1590
+ "description": "",
1591
+ "slug": "add-time-for-others",
1592
+ "author": "Documentation",
1593
+ "updatedAt": "Recently",
1594
+ "categoryId": "docs"
1595
+ },
1596
+ {
1597
+ "id": "docs-alerts",
1598
+ "title": "Alert",
1599
+ "description": "",
1600
+ "slug": "alerts",
1601
+ "author": "Documentation",
1602
+ "updatedAt": "Recently",
1603
+ "categoryId": "docs"
1604
+ },
1605
+ {
1606
+ "id": "docs-budget-and-estimates",
1607
+ "title": "Budget and estimates",
1608
+ "description": "",
1609
+ "slug": "budget-and-estimates",
1610
+ "author": "Documentation",
1611
+ "updatedAt": "Recently",
1612
+ "categoryId": "docs"
1613
+ },
1614
+ {
1615
+ "id": "docs-bulk-edit",
1616
+ "title": "Bulk edit",
1617
+ "description": "",
1618
+ "slug": "bulk-edit",
1619
+ "author": "Documentation",
1620
+ "updatedAt": "Recently",
1621
+ "categoryId": "docs"
1622
+ },
1623
+ {
1624
+ "id": "docs-change-mail-address",
1625
+ "title": "Change e-mail address",
1626
+ "description": "",
1627
+ "slug": "change-mail-address",
1628
+ "author": "Documentation",
1629
+ "updatedAt": "Recently",
1630
+ "categoryId": "docs"
1631
+ },
1632
+ {
1633
+ "id": "docs-choose-payment-method",
1634
+ "title": "Choose Payment Method",
1635
+ "description": "",
1636
+ "slug": "choose-payment-method",
1637
+ "author": "Documentation",
1638
+ "updatedAt": "Recently",
1639
+ "categoryId": "docs"
1640
+ },
1641
+ {
1642
+ "id": "docs-clockbook",
1643
+ "title": "Clockbook Guide",
1644
+ "description": "",
1645
+ "slug": "clockbook",
1646
+ "author": "Documentation",
1647
+ "updatedAt": "Recently",
1648
+ "categoryId": "docs"
1649
+ },
1650
+ {
1651
+ "id": "docs-control-accounts",
1652
+ "title": "Control accounts",
1653
+ "description": "",
1654
+ "slug": "control-accounts",
1655
+ "author": "Documentation",
1656
+ "updatedAt": "Recently",
1657
+ "categoryId": "docs"
1658
+ },
1659
+ {
1660
+ "id": "docs-csv-file-format",
1661
+ "title": "CSV file format",
1662
+ "description": "",
1663
+ "slug": "csv-file-format",
1664
+ "author": "Documentation",
1665
+ "updatedAt": "Recently",
1666
+ "categoryId": "docs"
1667
+ },
1668
+ {
1669
+ "id": "docs-custom-fields",
1670
+ "title": "Custom fields",
1671
+ "description": "",
1672
+ "slug": "custom-fields",
1673
+ "author": "Documentation",
1674
+ "updatedAt": "Recently",
1675
+ "categoryId": "docs"
1676
+ },
1677
+ {
1678
+ "id": "docs-customize-exports",
1679
+ "title": "Customize exports",
1680
+ "description": "",
1681
+ "slug": "customize-exports",
1682
+ "author": "Documentation",
1683
+ "updatedAt": "Recently",
1684
+ "categoryId": "docs"
1685
+ },
1686
+ {
1687
+ "id": "docs-deleting-account",
1688
+ "title": "Deleting Account",
1689
+ "description": "",
1690
+ "slug": "deleting-account",
1691
+ "author": "Documentation",
1692
+ "updatedAt": "Recently",
1693
+ "categoryId": "docs"
1694
+ },
1695
+ {
1696
+ "id": "docs-force-timer",
1697
+ "title": "Force timer",
1698
+ "description": "",
1699
+ "slug": "force-timer",
1700
+ "author": "Documentation",
1701
+ "updatedAt": "Recently",
1702
+ "categoryId": "docs"
1703
+ },
1704
+ {
1705
+ "id": "docs-formatting-project-note",
1706
+ "title": "Formatting project note",
1707
+ "description": "",
1708
+ "slug": "formatting-project-note",
1709
+ "author": "Documentation",
1710
+ "updatedAt": "Recently",
1711
+ "categoryId": "docs"
1712
+ },
1713
+ {
1714
+ "id": "docs-gettingstarted",
1715
+ "title": "Getting Started",
1716
+ "description": "",
1717
+ "slug": "gettingstarted",
1718
+ "author": "Documentation",
1719
+ "updatedAt": "Recently",
1720
+ "categoryId": "docs"
1721
+ },
1722
+ {
1723
+ "id": "docs-gps-tracking",
1724
+ "title": "GPS tracking",
1725
+ "description": "",
1726
+ "slug": "gps-tracking",
1727
+ "author": "Documentation",
1728
+ "updatedAt": "Recently",
1729
+ "categoryId": "docs"
1730
+ },
1731
+ {
1732
+ "id": "docs-hide-time-and-pages",
1733
+ "title": "Hide Time and Pages",
1734
+ "description": "",
1735
+ "slug": "hide-time-and-pages",
1736
+ "author": "Documentation",
1737
+ "updatedAt": "Recently",
1738
+ "categoryId": "docs"
1739
+ },
1740
+ {
1741
+ "id": "docs-how-are-activity-levels-calculated",
1742
+ "title": "How are activity levels calculated?",
1743
+ "description": "",
1744
+ "slug": "how-are-activity-levels-calculated",
1745
+ "author": "Documentation",
1746
+ "updatedAt": "Recently",
1747
+ "categoryId": "docs"
1748
+ },
1749
+ {
1750
+ "id": "docs-hrm-dashboard",
1751
+ "title": "HR Dashboard",
1752
+ "description": "",
1753
+ "slug": "hrm-dashboard",
1754
+ "author": "Documentation",
1755
+ "updatedAt": "Recently",
1756
+ "categoryId": "docs"
1757
+ },
1758
+ {
1759
+ "id": "docs-hrm-hr-letters",
1760
+ "title": "HR Letters",
1761
+ "description": "",
1762
+ "slug": "hrm-hr-letters",
1763
+ "author": "Documentation",
1764
+ "updatedAt": "Recently",
1765
+ "categoryId": "docs"
1766
+ },
1767
+ {
1768
+ "id": "docs-hrm-settings",
1769
+ "title": "HRM Settings",
1770
+ "description": "",
1771
+ "slug": "hrm-settings",
1772
+ "author": "Documentation",
1773
+ "updatedAt": "Recently",
1774
+ "categoryId": "docs"
1775
+ },
1776
+ {
1777
+ "id": "docs-hrm-hrm-overview",
1778
+ "title": "Human Resource Management (HRM)",
1779
+ "description": "",
1780
+ "slug": "hrm-hrm-overview",
1781
+ "author": "Documentation",
1782
+ "updatedAt": "Recently",
1783
+ "categoryId": "docs"
1784
+ },
1785
+ {
1786
+ "id": "docs-import-clients-projects",
1787
+ "title": "Import clients, projects, and tasks",
1788
+ "description": "",
1789
+ "slug": "import-clients-projects",
1790
+ "author": "Documentation",
1791
+ "updatedAt": "Recently",
1792
+ "categoryId": "docs"
1793
+ },
1794
+ {
1795
+ "id": "docs-import-timesheets",
1796
+ "title": "Import timesheets",
1797
+ "description": "",
1798
+ "slug": "import-timesheets",
1799
+ "author": "Documentation",
1800
+ "updatedAt": "Recently",
1801
+ "categoryId": "docs"
1802
+ },
1803
+ {
1804
+ "id": "docs-inviting-users",
1805
+ "title": "Inviting and managing users",
1806
+ "description": "",
1807
+ "slug": "inviting-users",
1808
+ "author": "Documentation",
1809
+ "updatedAt": "Recently",
1810
+ "categoryId": "docs"
1811
+ },
1812
+ {
1813
+ "id": "docs-invoicing",
1814
+ "title": "Invoicing",
1815
+ "description": "",
1816
+ "slug": "invoicing",
1817
+ "author": "Documentation",
1818
+ "updatedAt": "Recently",
1819
+ "categoryId": "docs"
1820
+ },
1821
+ {
1822
+ "id": "docs-labor-cost-and-profit",
1823
+ "title": "Labor cost and profit",
1824
+ "description": "",
1825
+ "slug": "labor-cost-and-profit",
1826
+ "author": "Documentation",
1827
+ "updatedAt": "Recently",
1828
+ "categoryId": "docs"
1829
+ },
1830
+ {
1831
+ "id": "docs-lock-timesheets",
1832
+ "title": "Lock timesheets",
1833
+ "description": "",
1834
+ "slug": "lock-timesheets",
1835
+ "author": "Documentation",
1836
+ "updatedAt": "Recently",
1837
+ "categoryId": "docs"
1838
+ },
1839
+ {
1840
+ "id": "docs-manager-role",
1841
+ "title": "Manager role",
1842
+ "description": "",
1843
+ "slug": "manager-role",
1844
+ "author": "Documentation",
1845
+ "updatedAt": "Recently",
1846
+ "categoryId": "docs"
1847
+ },
1848
+ {
1849
+ "id": "docs-managing-people-on-projects",
1850
+ "title": "Managing people on projects",
1851
+ "description": "",
1852
+ "slug": "managing-people-on-projects",
1853
+ "author": "Documentation",
1854
+ "updatedAt": "Recently",
1855
+ "categoryId": "docs"
1856
+ },
1857
+ {
1858
+ "id": "docs-managing-projects",
1859
+ "title": "Managing projects and clients",
1860
+ "description": "",
1861
+ "slug": "managing-projects",
1862
+ "author": "Documentation",
1863
+ "updatedAt": "Recently",
1864
+ "categoryId": "docs"
1865
+ },
1866
+ {
1867
+ "id": "docs-hrm-members",
1868
+ "title": "Members & Invitations",
1869
+ "description": "",
1870
+ "slug": "hrm-members",
1871
+ "author": "Documentation",
1872
+ "updatedAt": "Recently",
1873
+ "categoryId": "docs"
1874
+ },
1875
+ {
1876
+ "id": "docs-hrm-my-space",
1877
+ "title": "My Space — Employee Profile",
1878
+ "description": "",
1879
+ "slug": "hrm-my-space",
1880
+ "author": "Documentation",
1881
+ "updatedAt": "Recently",
1882
+ "categoryId": "docs"
1883
+ },
1884
+ {
1885
+ "id": "docs-hrm-offboarding",
1886
+ "title": "Offboarding / Exit Request",
1887
+ "description": "",
1888
+ "slug": "hrm-offboarding",
1889
+ "author": "Documentation",
1890
+ "updatedAt": "Recently",
1891
+ "categoryId": "docs"
1892
+ },
1893
+ {
1894
+ "id": "docs-hrm-onboarding",
1895
+ "title": "Onboarding",
1896
+ "description": "",
1897
+ "slug": "hrm-onboarding",
1898
+ "author": "Documentation",
1899
+ "updatedAt": "Recently",
1900
+ "categoryId": "docs"
1901
+ },
1902
+ {
1903
+ "id": "docs-paypalsetup",
1904
+ "title": "PayPal Payroll Setup",
1905
+ "description": "",
1906
+ "slug": "paypalsetup",
1907
+ "author": "Documentation",
1908
+ "updatedAt": "Recently",
1909
+ "categoryId": "docs"
1910
+ },
1911
+ {
1912
+ "id": "docs-mdx",
1913
+ "title": "Powered by MDX",
1914
+ "description": "",
1915
+ "slug": "mdx",
1916
+ "author": "Documentation",
1917
+ "updatedAt": "Recently",
1918
+ "categoryId": "docs"
1919
+ },
1920
+ {
1921
+ "id": "docs-profile-settings",
1922
+ "title": "Profile Settings",
1923
+ "description": "",
1924
+ "slug": "profile-settings",
1925
+ "author": "Documentation",
1926
+ "updatedAt": "Recently",
1927
+ "categoryId": "docs"
1928
+ },
1929
+ {
1930
+ "id": "docs-project-templates",
1931
+ "title": "Project templates",
1932
+ "description": "",
1933
+ "slug": "project-templates",
1934
+ "author": "Documentation",
1935
+ "updatedAt": "Recently",
1936
+ "categoryId": "docs"
1937
+ },
1938
+ {
1939
+ "id": "docs-project-filter",
1940
+ "title": "Quickly finding projects/tasks",
1941
+ "description": "",
1942
+ "slug": "project-filter",
1943
+ "author": "Documentation",
1944
+ "updatedAt": "Recently",
1945
+ "categoryId": "docs"
1946
+ },
1947
+ {
1948
+ "id": "docs-reports",
1949
+ "title": "Reports",
1950
+ "description": "",
1951
+ "slug": "reports",
1952
+ "author": "Documentation",
1953
+ "updatedAt": "Recently",
1954
+ "categoryId": "docs"
1955
+ },
1956
+ {
1957
+ "id": "docs-required-fields",
1958
+ "title": "Required fields",
1959
+ "description": "",
1960
+ "slug": "required-fields",
1961
+ "author": "Documentation",
1962
+ "updatedAt": "Recently",
1963
+ "categoryId": "docs"
1964
+ },
1965
+ {
1966
+ "id": "docs-scheduled-reports",
1967
+ "title": "Scheduled reports",
1968
+ "description": "",
1969
+ "slug": "scheduled-reports",
1970
+ "author": "Documentation",
1971
+ "updatedAt": "Recently",
1972
+ "categoryId": "docs"
1973
+ },
1974
+ {
1975
+ "id": "docs-screenshots",
1976
+ "title": "Screenshots",
1977
+ "description": "",
1978
+ "slug": "screenshots",
1979
+ "author": "Documentation",
1980
+ "updatedAt": "Recently",
1981
+ "categoryId": "docs"
1982
+ },
1983
+ {
1984
+ "id": "docs-single-sign-on",
1985
+ "title": "Single sign-on (SSO)",
1986
+ "description": "",
1987
+ "slug": "single-sign-on",
1988
+ "author": "Documentation",
1989
+ "updatedAt": "Recently",
1990
+ "categoryId": "docs"
1991
+ },
1992
+ {
1993
+ "id": "docs-doc1",
1994
+ "title": "Style Guide",
1995
+ "description": "",
1996
+ "slug": "doc1",
1997
+ "author": "Documentation",
1998
+ "updatedAt": "Recently",
1999
+ "categoryId": "docs"
2000
+ },
2001
+ {
2002
+ "id": "docs-targets-and-reminders",
2003
+ "title": "Targets and reminders",
2004
+ "description": "",
2005
+ "slug": "targets-and-reminders",
2006
+ "author": "Documentation",
2007
+ "updatedAt": "Recently",
2008
+ "categoryId": "docs"
2009
+ },
2010
+ {
2011
+ "id": "docs-task-rates",
2012
+ "title": "Task rates",
2013
+ "description": "",
2014
+ "slug": "task-rates",
2015
+ "author": "Documentation",
2016
+ "updatedAt": "Recently",
2017
+ "categoryId": "docs"
2018
+ },
2019
+ {
2020
+ "id": "docs-time-approval",
2021
+ "title": "Time approval",
2022
+ "description": "",
2023
+ "slug": "time-approval",
2024
+ "author": "Documentation",
2025
+ "updatedAt": "Recently",
2026
+ "categoryId": "docs"
2027
+ },
2028
+ {
2029
+ "id": "docs-time-audit",
2030
+ "title": "Time audit",
2031
+ "description": "",
2032
+ "slug": "time-audit",
2033
+ "author": "Documentation",
2034
+ "updatedAt": "Recently",
2035
+ "categoryId": "docs"
2036
+ },
2037
+ {
2038
+ "id": "docs-hrm-leave",
2039
+ "title": "Time Off / Leave Management",
2040
+ "description": "",
2041
+ "slug": "hrm-leave",
2042
+ "author": "Documentation",
2043
+ "updatedAt": "Recently",
2044
+ "categoryId": "docs"
2045
+ },
2046
+ {
2047
+ "id": "docs-time-rounding",
2048
+ "title": "Time Rounding",
2049
+ "description": "",
2050
+ "slug": "time-rounding",
2051
+ "author": "Documentation",
2052
+ "updatedAt": "Recently",
2053
+ "categoryId": "docs"
2054
+ },
2055
+ {
2056
+ "id": "docs-timer-timetracking-main",
2057
+ "title": "Time Tracking",
2058
+ "description": "",
2059
+ "slug": "timer-timetracking-main",
2060
+ "author": "Documentation",
2061
+ "updatedAt": "Recently",
2062
+ "categoryId": "docs"
2063
+ },
2064
+ {
2065
+ "id": "docs-timer-timetracking",
2066
+ "title": "Time Tracking",
2067
+ "description": "",
2068
+ "slug": "timer-timetracking",
2069
+ "author": "Documentation",
2070
+ "updatedAt": "Recently",
2071
+ "categoryId": "docs"
2072
+ },
2073
+ {
2074
+ "id": "docs-time-zones",
2075
+ "title": "Time zones",
2076
+ "description": "",
2077
+ "slug": "time-zones",
2078
+ "author": "Documentation",
2079
+ "updatedAt": "Recently",
2080
+ "categoryId": "docs"
2081
+ },
2082
+ {
2083
+ "id": "docs-tracking-project-progress",
2084
+ "title": "Tracking project progress",
2085
+ "description": "",
2086
+ "slug": "tracking-project-progress",
2087
+ "author": "Documentation",
2088
+ "updatedAt": "Recently",
2089
+ "categoryId": "docs"
2090
+ },
2091
+ {
2092
+ "id": "docs-hrm-travel",
2093
+ "title": "Travel Management",
2094
+ "description": "",
2095
+ "slug": "hrm-travel",
2096
+ "author": "Documentation",
2097
+ "updatedAt": "Recently",
2098
+ "categoryId": "docs"
2099
+ },
2100
+ {
2101
+ "id": "docs-upgrade-and-subscription",
2102
+ "title": "Upgrade and subscription",
2103
+ "description": "",
2104
+ "slug": "upgrade-and-subscription",
2105
+ "author": "Documentation",
2106
+ "updatedAt": "Recently",
2107
+ "categoryId": "docs"
2108
+ },
2109
+ {
2110
+ "id": "docs-user-groups",
2111
+ "title": "User Groups",
2112
+ "description": "",
2113
+ "slug": "user-groups",
2114
+ "author": "Documentation",
2115
+ "updatedAt": "Recently",
2116
+ "categoryId": "docs"
2117
+ },
2118
+ {
2119
+ "id": "docs-users",
2120
+ "title": "Users",
2121
+ "description": "",
2122
+ "slug": "users",
2123
+ "author": "Documentation",
2124
+ "updatedAt": "Recently",
2125
+ "categoryId": "docs"
2126
+ },
2127
+ {
2128
+ "id": "docs-who-can-do-what",
2129
+ "title": "Who Can Do What",
2130
+ "description": "",
2131
+ "slug": "who-can-do-what",
2132
+ "author": "Documentation",
2133
+ "updatedAt": "Recently",
2134
+ "categoryId": "docs"
2135
+ },
2136
+ {
2137
+ "id": "docs-working-with-tasks",
2138
+ "title": "Working with Task",
2139
+ "description": "",
2140
+ "slug": "working-with-tasks",
2141
+ "author": "Documentation",
2142
+ "updatedAt": "Recently",
2143
+ "categoryId": "docs"
2144
+ },
2145
+ {
2146
+ "id": "docs-workspaces",
2147
+ "title": "Workspaces",
2148
+ "description": "",
2149
+ "slug": "workspaces",
2150
+ "author": "Documentation",
2151
+ "updatedAt": "Recently",
2152
+ "categoryId": "docs"
2153
+ }
2154
+ ]
2155
+ }
2156
+ },
2157
+ "contentPathMap": {
2158
+ "blog-2020-09-01-time-rounding": "/content/blog/2020-09-01-time-rounding.md",
2159
+ "blog-2021-05-01-competitive-pricing": "/content/blog/2021-05-01-competitive-pricing.md",
2160
+ "blog-2021-05-18-remote-work-plan": "/content/blog/2021-05-18-remote-work-plan.md",
2161
+ "blog-2021-06-02-remote-work-app-2021": "/content/blog/2021-06-02-remote-work-app-2021.md",
2162
+ "blog-2021-06-03-next-virtual-phone-assistant": "/content/blog/2021-06-03-next-virtual-phone-assistant.md",
2163
+ "blog-2021-06-03-virtual-assistant-services": "/content/blog/2021-06-03-virtual-assistant-services.md",
2164
+ "blog-2021-06-18-alternatives-of-google-sheets-timesheets": "/content/blog/2021-06-18-alternatives-of-google-sheets-timesheets.md",
2165
+ "blog-2021-06-18-best-freelance-invoice-template": "/content/blog/2021-06-18-best-freelance-invoice-template.md",
2166
+ "blog-2021-06-18-disadvantages-of-offshoring": "/content/blog/2021-06-18-disadvantages-of-offshoring.md",
2167
+ "blog-2021-06-18-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",
2168
+ "blog-2021-06-18-top-trends-companies-pros-cons": "/content/blog/2021-06-18-top-trends-companies-pros-cons.md",
2169
+ "blog-2021-07-12-2021-guide-to-project-management-methodology": "/content/blog/2021-07-12-2021-guide-to-project-management-methodology.md",
2170
+ "blog-2021-07-12-8-hour-workday-schedule": "/content/blog/2021-07-12-8-hour-workday-schedule.md",
2171
+ "blog-2021-07-12-filling-work-time-reports-made-easy": "/content/blog/2021-07-12-filling-work-time-reports-made-easy.md",
2172
+ "blog-2021-07-12-make-breakdown-of-your-workday": "/content/blog/2021-07-12-make-breakdown-of-your-workday.md",
2173
+ "blog-2021-07-12-ways-to-keep-your-team-inspired": "/content/blog/2021-07-12-ways-to-keep-your-team-inspired.md",
2174
+ "blog-2021-08-11-how-to-keep-your-team-inspired": "/content/blog/2021-08-11-how-to-keep-your-team-inspired.md",
2175
+ "blog-2021-08-12-the-reasons-behind-employee-burnout": "/content/blog/2021-08-12-the-reasons-behind-employee-burnout.md",
2176
+ "blog-2021-08-13-time-tracking-for-construction-industry": "/content/blog/2021-08-13-time-tracking-for-construction-industry.md",
2177
+ "blog-2021-08-13-tracking-benefits-in-the-light-of-users-feedback": "/content/blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback.md",
2178
+ "docs-alerts": "/content/docs/Alerts.md",
2179
+ "docs-gps-tracking": "/content/docs/GPS-tracking.md",
2180
+ "docs-invoicing": "/content/docs/Invoicing.md",
2181
+ "docs-screenshots": "/content/docs/Screenshots.md",
2182
+ "docs-add-time-for-others": "/content/docs/add-time-for-others.md",
2183
+ "docs-budget-and-estimates": "/content/docs/budget-and-estimates.md",
2184
+ "docs-bulk-edit": "/content/docs/bulk-edit.md",
2185
+ "docs-change-mail-address": "/content/docs/change-mail-address.md",
2186
+ "docs-choose-payment-method": "/content/docs/choose-payment-method.md",
2187
+ "docs-clockbook": "/content/docs/clockbook.md",
2188
+ "docs-control-accounts": "/content/docs/control-accounts.md",
2189
+ "docs-csv-file-format": "/content/docs/csv-file-format.md",
2190
+ "docs-custom-fields": "/content/docs/custom-fields.md",
2191
+ "docs-customize-exports": "/content/docs/customize-exports.md",
2192
+ "docs-deleting-account": "/content/docs/deleting-account.md",
2193
+ "docs-doc1": "/content/docs/doc1.md",
2194
+ "docs-force-timer": "/content/docs/force-timer.md",
2195
+ "docs-formatting-project-note": "/content/docs/formatting-project-note.md",
2196
+ "docs-gettingstarted": "/content/docs/gettingstarted.md",
2197
+ "docs-hide-time-and-pages": "/content/docs/hide-time-and-pages.md",
2198
+ "docs-how-are-activity-levels-calculated": "/content/docs/how-are-activity-levels-calculated.md",
2199
+ "docs-hrm-dashboard": "/content/docs/hrm/dashboard.md",
2200
+ "docs-hrm-hr-letters": "/content/docs/hrm/hr-letters.md",
2201
+ "docs-hrm-hrm-overview": "/content/docs/hrm/hrm-overview.md",
2202
+ "docs-hrm-leave": "/content/docs/hrm/leave.md",
2203
+ "docs-hrm-members": "/content/docs/hrm/members.md",
2204
+ "docs-hrm-my-space": "/content/docs/hrm/my-space.md",
2205
+ "docs-hrm-offboarding": "/content/docs/hrm/offboarding.md",
2206
+ "docs-hrm-onboarding": "/content/docs/hrm/onboarding.md",
2207
+ "docs-hrm-settings": "/content/docs/hrm/settings.md",
2208
+ "docs-hrm-travel": "/content/docs/hrm/travel.md",
2209
+ "docs-import-clients-projects": "/content/docs/import-clients-projects.md",
2210
+ "docs-import-timesheets": "/content/docs/import-timesheets.md",
2211
+ "docs-inviting-users": "/content/docs/inviting-users.md",
2212
+ "docs-labor-cost-and-profit": "/content/docs/labor-cost-and-profit.md",
2213
+ "docs-lock-timesheets": "/content/docs/lock-timesheets.md",
2214
+ "docs-manager-role": "/content/docs/manager-role.md",
2215
+ "docs-managing-people-on-projects": "/content/docs/managing-people-on-projects.md",
2216
+ "docs-managing-projects": "/content/docs/managing-projects.md",
2217
+ "docs-mdx": "/content/docs/mdx.md",
2218
+ "docs-paypalsetup": "/content/docs/paypalsetup.md",
2219
+ "docs-profile-settings": "/content/docs/profile-settings.md",
2220
+ "docs-project-filter": "/content/docs/project-filter.md",
2221
+ "docs-project-templates": "/content/docs/project-templates.md",
2222
+ "docs-reports": "/content/docs/reports.md",
2223
+ "docs-required-fields": "/content/docs/required-fields.md",
2224
+ "docs-scheduled-reports": "/content/docs/scheduled-reports.md",
2225
+ "docs-single-sign-on": "/content/docs/single-sign-on.md",
2226
+ "docs-targets-and-reminders": "/content/docs/targets-and-reminders.md",
2227
+ "docs-task-rates": "/content/docs/task-rates.md",
2228
+ "docs-time-approval": "/content/docs/time-approval.md",
2229
+ "docs-time-audit": "/content/docs/time-audit.md",
2230
+ "docs-time-rounding": "/content/docs/time-rounding.md",
2231
+ "docs-time-zones": "/content/docs/time-zones.md",
2232
+ "docs-timer-timetracking-main": "/content/docs/timer/timetracking-main.md",
2233
+ "docs-timer-timetracking": "/content/docs/timer/timetracking.md",
2234
+ "docs-tracking-project-progress": "/content/docs/tracking-project-progress.md",
2235
+ "docs-upgrade-and-subscription": "/content/docs/upgrade-and-subscription.md",
2236
+ "docs-user-groups": "/content/docs/user-groups.md",
2237
+ "docs-users": "/content/docs/users.md",
2238
+ "docs-who-can-do-what": "/content/docs/who-can-do-what.md",
2239
+ "docs-working-with-tasks": "/content/docs/working-with-tasks.md",
2240
+ "docs-workspaces": "/content/docs/workspaces.md"
2241
+ },
2242
+ "navigationTree": {
2243
+ "type": "directory",
2244
+ "name": "root",
2245
+ "path": "",
2246
+ "children": [
2247
+ {
2248
+ "type": "directory",
2249
+ "name": "blog",
2250
+ "path": "blog",
2251
+ "children": [
2252
+ {
2253
+ "type": "file",
2254
+ "name": "2020-09-01-time-rounding",
2255
+ "title": "The Rules, Standards & Practices for Timeclock rounding",
2256
+ "path": "blog/2020-09-01-time-rounding.md",
2257
+ "contentId": "blog-2020-09-01-time-rounding",
2258
+ "slug": "2020-09-01-time-rounding",
2259
+ "categoryId": "blog",
2260
+ "filePath": "/content/docs/blog/2020-09-01-time-rounding.md",
2261
+ "relativePath": "blog/2020-09-01-time-rounding.md",
2262
+ "description": "",
2263
+ "author": "sana",
2264
+ "updatedAt": "Recently",
2265
+ "frontmatter": {
2266
+ "slug": "time-rounding",
2267
+ "title": "The Rules, Standards & Practices for Timeclock rounding",
2268
+ "authors": "sana",
2269
+ "tags": [
2270
+ "Business"
2271
+ ]
2272
+ }
2273
+ },
2274
+ {
2275
+ "type": "file",
2276
+ "name": "2021-05-01-competitive-pricing",
2277
+ "title": "Clockbook Beats Competitors with Competitive Pricing",
2278
+ "path": "blog/2021-05-01-competitive-pricing.md",
2279
+ "contentId": "blog-2021-05-01-competitive-pricing",
2280
+ "slug": "2021-05-01-competitive-pricing",
2281
+ "categoryId": "blog",
2282
+ "filePath": "/content/docs/blog/2021-05-01-competitive-pricing.md",
2283
+ "relativePath": "blog/2021-05-01-competitive-pricing.md",
2284
+ "description": "",
2285
+ "author": "sana",
2286
+ "updatedAt": "Recently",
2287
+ "frontmatter": {
2288
+ "slug": "competitive-pricing",
2289
+ "title": "Clockbook Beats Competitors with Competitive Pricing",
2290
+ "authors": "sana",
2291
+ "tags": [
2292
+ "Business"
2293
+ ]
2294
+ }
2295
+ },
2296
+ {
2297
+ "type": "file",
2298
+ "name": "2021-05-18-remote-work-plan",
2299
+ "title": "Want to Make a Perfect Remote Work Plan? Here are the Ways!",
2300
+ "path": "blog/2021-05-18-remote-work-plan.md",
2301
+ "contentId": "blog-2021-05-18-remote-work-plan",
2302
+ "slug": "2021-05-18-remote-work-plan",
2303
+ "categoryId": "blog",
2304
+ "filePath": "/content/docs/blog/2021-05-18-remote-work-plan.md",
2305
+ "relativePath": "blog/2021-05-18-remote-work-plan.md",
2306
+ "description": "",
2307
+ "author": "sana",
2308
+ "updatedAt": "Recently",
2309
+ "frontmatter": {
2310
+ "slug": "remote-work-plain",
2311
+ "title": "Want to Make a Perfect Remote Work Plan? Here are the Ways!",
2312
+ "authors": "sana",
2313
+ "tags": [
2314
+ "Business"
2315
+ ]
2316
+ }
2317
+ },
2318
+ {
2319
+ "type": "file",
2320
+ "name": "2021-06-02-remote-work-app-2021",
2321
+ "title": "The Top 15 Remote Work Software and Apps to Watch in 2021",
2322
+ "path": "blog/2021-06-02-remote-work-app-2021.md",
2323
+ "contentId": "blog-2021-06-02-remote-work-app-2021",
2324
+ "slug": "2021-06-02-remote-work-app-2021",
2325
+ "categoryId": "blog",
2326
+ "filePath": "/content/docs/blog/2021-06-02-remote-work-app-2021.md",
2327
+ "relativePath": "blog/2021-06-02-remote-work-app-2021.md",
2328
+ "description": "",
2329
+ "author": "sana",
2330
+ "updatedAt": "Recently",
2331
+ "frontmatter": {
2332
+ "slug": "remote-work-app-2021",
2333
+ "title": "The Top 15 Remote Work Software and Apps to Watch in 2021",
2334
+ "authors": "sana",
2335
+ "tags": [
2336
+ "Business"
2337
+ ]
2338
+ }
2339
+ },
2340
+ {
2341
+ "type": "file",
2342
+ "name": "2021-06-03-next-virtual-phone-assistant",
2343
+ "title": "Hire your Next Virtual Phone Assistant with Confidence",
2344
+ "path": "blog/2021-06-03-next-virtual-phone-assistant.md",
2345
+ "contentId": "blog-2021-06-03-next-virtual-phone-assistant",
2346
+ "slug": "2021-06-03-next-virtual-phone-assistant",
2347
+ "categoryId": "blog",
2348
+ "filePath": "/content/docs/blog/2021-06-03-next-virtual-phone-assistant.md",
2349
+ "relativePath": "blog/2021-06-03-next-virtual-phone-assistant.md",
2350
+ "description": "",
2351
+ "author": "sana",
2352
+ "updatedAt": "Recently",
2353
+ "frontmatter": {
2354
+ "slug": "next-virtual-assistant",
2355
+ "title": "Hire your Next Virtual Phone Assistant with Confidence",
2356
+ "authors": "sana",
2357
+ "tags": [
2358
+ "Business"
2359
+ ]
2360
+ }
2361
+ },
2362
+ {
2363
+ "type": "file",
2364
+ "name": "2021-06-03-virtual-assistant-services",
2365
+ "title": "Looking for Virtual Assistant Services? Here are the Top 25 Websites for 2021",
2366
+ "path": "blog/2021-06-03-virtual-assistant-services.md",
2367
+ "contentId": "blog-2021-06-03-virtual-assistant-services",
2368
+ "slug": "2021-06-03-virtual-assistant-services",
2369
+ "categoryId": "blog",
2370
+ "filePath": "/content/docs/blog/2021-06-03-virtual-assistant-services.md",
2371
+ "relativePath": "blog/2021-06-03-virtual-assistant-services.md",
2372
+ "description": "",
2373
+ "author": "sana",
2374
+ "updatedAt": "Recently",
2375
+ "frontmatter": {
2376
+ "slug": "virtual-assistant-services-2021",
2377
+ "title": "Looking for Virtual Assistant Services? Here are the Top 25 Websites for 2021",
2378
+ "authors": "sana",
2379
+ "tags": [
2380
+ "Business"
2381
+ ]
2382
+ }
2383
+ },
2384
+ {
2385
+ "type": "file",
2386
+ "name": "2021-06-18-alternatives-of-google-sheets-timesheets",
2387
+ "title": "The What, Why, Pros, Cons, and Alternatives of Google Sheets Timesheets",
2388
+ "path": "blog/2021-06-18-alternatives-of-google-sheets-timesheets.md",
2389
+ "contentId": "blog-2021-06-18-alternatives-of-google-sheets-timesheets",
2390
+ "slug": "2021-06-18-alternatives-of-google-sheets-timesheets",
2391
+ "categoryId": "blog",
2392
+ "filePath": "/content/docs/blog/2021-06-18-alternatives-of-google-sheets-timesheets.md",
2393
+ "relativePath": "blog/2021-06-18-alternatives-of-google-sheets-timesheets.md",
2394
+ "description": "",
2395
+ "author": "sana",
2396
+ "updatedAt": "Recently",
2397
+ "frontmatter": {
2398
+ "slug": "alternatives-of-google-sheets-timesheets",
2399
+ "title": "The What, Why, Pros, Cons, and Alternatives of Google Sheets Timesheets",
2400
+ "authors": "sana",
2401
+ "tags": [
2402
+ "Business"
2403
+ ]
2404
+ }
2405
+ },
2406
+ {
2407
+ "type": "file",
2408
+ "name": "2021-06-18-best-freelance-invoice-template",
2409
+ "title": "Everything You Need To Find the Best Freelance Invoice Template",
2410
+ "path": "blog/2021-06-18-best-freelance-invoice-template.md",
2411
+ "contentId": "blog-2021-06-18-best-freelance-invoice-template",
2412
+ "slug": "2021-06-18-best-freelance-invoice-template",
2413
+ "categoryId": "blog",
2414
+ "filePath": "/content/docs/blog/2021-06-18-best-freelance-invoice-template.md",
2415
+ "relativePath": "blog/2021-06-18-best-freelance-invoice-template.md",
2416
+ "description": "",
2417
+ "author": "sana",
2418
+ "updatedAt": "Recently",
2419
+ "frontmatter": {
2420
+ "slug": "best-freelance-invoice-template/",
2421
+ "title": "Everything You Need To Find the Best Freelance Invoice Template",
2422
+ "authors": "sana",
2423
+ "tags": [
2424
+ "Business"
2425
+ ]
2426
+ }
2427
+ },
2428
+ {
2429
+ "type": "file",
2430
+ "name": "2021-06-18-disadvantages-of-offshoring",
2431
+ "title": "The 7 Disadvantages of Offshoring That You Don’t Know and Their Solutions",
2432
+ "path": "blog/2021-06-18-disadvantages-of-offshoring.md",
2433
+ "contentId": "blog-2021-06-18-disadvantages-of-offshoring",
2434
+ "slug": "2021-06-18-disadvantages-of-offshoring",
2435
+ "categoryId": "blog",
2436
+ "filePath": "/content/docs/blog/2021-06-18-disadvantages-of-offshoring.md",
2437
+ "relativePath": "blog/2021-06-18-disadvantages-of-offshoring.md",
2438
+ "description": "",
2439
+ "author": "sana",
2440
+ "updatedAt": "Recently",
2441
+ "frontmatter": {
2442
+ "slug": "disadvantages-of-offshoring/",
2443
+ "title": "The 7 Disadvantages of Offshoring That You Don’t Know and Their Solutions",
2444
+ "authors": "sana",
2445
+ "tags": [
2446
+ "Business"
2447
+ ]
2448
+ }
2449
+ },
2450
+ {
2451
+ "type": "file",
2452
+ "name": "2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
2453
+ "title": "Everythig you need to know about The Future Of Coworking Trends",
2454
+ "path": "blog/2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends.md",
2455
+ "contentId": "blog-2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
2456
+ "slug": "2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
2457
+ "categoryId": "blog",
2458
+ "filePath": "/content/docs/blog/2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends.md",
2459
+ "relativePath": "blog/2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends.md",
2460
+ "description": "",
2461
+ "author": "sana",
2462
+ "updatedAt": "Recently",
2463
+ "frontmatter": {
2464
+ "slug": "everythig-you-need-to-know-about-the-future-of-coworking-trends/",
2465
+ "title": "Everythig you need to know about The Future Of Coworking Trends",
2466
+ "authors": "sana",
2467
+ "tags": [
2468
+ "Business"
2469
+ ]
2470
+ }
2471
+ },
2472
+ {
2473
+ "type": "file",
2474
+ "name": "2021-06-18-top-trends-companies-pros-cons",
2475
+ "title": "Offshoring to India in 2021 Top Trends, Companies, Pros, Cons",
2476
+ "path": "blog/2021-06-18-top-trends-companies-pros-cons.md",
2477
+ "contentId": "blog-2021-06-18-top-trends-companies-pros-cons",
2478
+ "slug": "2021-06-18-top-trends-companies-pros-cons",
2479
+ "categoryId": "blog",
2480
+ "filePath": "/content/docs/blog/2021-06-18-top-trends-companies-pros-cons.md",
2481
+ "relativePath": "blog/2021-06-18-top-trends-companies-pros-cons.md",
2482
+ "description": "",
2483
+ "author": "sana",
2484
+ "updatedAt": "Recently",
2485
+ "frontmatter": {
2486
+ "slug": "top-trends-companies-pros-cons/",
2487
+ "title": "Offshoring to India in 2021 Top Trends, Companies, Pros, Cons",
2488
+ "authors": "sana",
2489
+ "tags": [
2490
+ "Business"
2491
+ ]
2492
+ }
2493
+ },
2494
+ {
2495
+ "type": "file",
2496
+ "name": "2021-07-12-2021-guide-to-project-management-methodology",
2497
+ "title": "The 2021 Guide to Project Management Methodology",
2498
+ "path": "blog/2021-07-12-2021-guide-to-project-management-methodology.md",
2499
+ "contentId": "blog-2021-07-12-2021-guide-to-project-management-methodology",
2500
+ "slug": "2021-07-12-2021-guide-to-project-management-methodology",
2501
+ "categoryId": "blog",
2502
+ "filePath": "/content/docs/blog/2021-07-12-2021-guide-to-project-management-methodology.md",
2503
+ "relativePath": "blog/2021-07-12-2021-guide-to-project-management-methodology.md",
2504
+ "description": "",
2505
+ "author": "sana",
2506
+ "updatedAt": "Recently",
2507
+ "frontmatter": {
2508
+ "slug": "2021-guide-to-project-management-methodology",
2509
+ "title": "The 2021 Guide to Project Management Methodology",
2510
+ "authors": "sana",
2511
+ "tags": [
2512
+ "Business"
2513
+ ]
2514
+ }
2515
+ },
2516
+ {
2517
+ "type": "file",
2518
+ "name": "2021-07-12-8-hour-workday-schedule",
2519
+ "title": "Making an 8-Hour Workday Schedule Work Easier",
2520
+ "path": "blog/2021-07-12-8-hour-workday-schedule.md",
2521
+ "contentId": "blog-2021-07-12-8-hour-workday-schedule",
2522
+ "slug": "2021-07-12-8-hour-workday-schedule",
2523
+ "categoryId": "blog",
2524
+ "filePath": "/content/docs/blog/2021-07-12-8-hour-workday-schedule.md",
2525
+ "relativePath": "blog/2021-07-12-8-hour-workday-schedule.md",
2526
+ "description": "",
2527
+ "author": "sana",
2528
+ "updatedAt": "Recently",
2529
+ "frontmatter": {
2530
+ "slug": "8-hour-workday-schedule",
2531
+ "title": "Making an 8-Hour Workday Schedule Work Easier",
2532
+ "authors": "sana",
2533
+ "tags": [
2534
+ "Business"
2535
+ ]
2536
+ }
2537
+ },
2538
+ {
2539
+ "type": "file",
2540
+ "name": "2021-07-12-filling-work-time-reports-made-easy",
2541
+ "title": "Filling the Work Time Reports Made Easy",
2542
+ "path": "blog/2021-07-12-filling-work-time-reports-made-easy.md",
2543
+ "contentId": "blog-2021-07-12-filling-work-time-reports-made-easy",
2544
+ "slug": "2021-07-12-filling-work-time-reports-made-easy",
2545
+ "categoryId": "blog",
2546
+ "filePath": "/content/docs/blog/2021-07-12-filling-work-time-reports-made-easy.md",
2547
+ "relativePath": "blog/2021-07-12-filling-work-time-reports-made-easy.md",
2548
+ "description": "",
2549
+ "author": "sana",
2550
+ "updatedAt": "Recently",
2551
+ "frontmatter": {
2552
+ "slug": "filling-work-time-reports-made-easy",
2553
+ "title": "Filling the Work Time Reports Made Easy",
2554
+ "authors": "sana",
2555
+ "tags": [
2556
+ "Business"
2557
+ ]
2558
+ }
2559
+ },
2560
+ {
2561
+ "type": "file",
2562
+ "name": "2021-07-12-make-breakdown-of-your-workday",
2563
+ "title": "How To Make Breakdown Of Your Workday",
2564
+ "path": "blog/2021-07-12-make-breakdown-of-your-workday.md",
2565
+ "contentId": "blog-2021-07-12-make-breakdown-of-your-workday",
2566
+ "slug": "2021-07-12-make-breakdown-of-your-workday",
2567
+ "categoryId": "blog",
2568
+ "filePath": "/content/docs/blog/2021-07-12-make-breakdown-of-your-workday.md",
2569
+ "relativePath": "blog/2021-07-12-make-breakdown-of-your-workday.md",
2570
+ "description": "",
2571
+ "author": "sana",
2572
+ "updatedAt": "Recently",
2573
+ "frontmatter": {
2574
+ "slug": "make-breakdown-of-your-workday",
2575
+ "title": "How To Make Breakdown Of Your Workday",
2576
+ "authors": "sana",
2577
+ "tags": [
2578
+ "Business"
2579
+ ]
2580
+ }
2581
+ },
2582
+ {
2583
+ "type": "file",
2584
+ "name": "2021-07-12-ways-to-keep-your-team-inspired",
2585
+ "title": "Ways to Keep Your Team Inspired",
2586
+ "path": "blog/2021-07-12-ways-to-keep-your-team-inspired.md",
2587
+ "contentId": "blog-2021-07-12-ways-to-keep-your-team-inspired",
2588
+ "slug": "2021-07-12-ways-to-keep-your-team-inspired",
2589
+ "categoryId": "blog",
2590
+ "filePath": "/content/docs/blog/2021-07-12-ways-to-keep-your-team-inspired.md",
2591
+ "relativePath": "blog/2021-07-12-ways-to-keep-your-team-inspired.md",
2592
+ "description": "",
2593
+ "author": "sana",
2594
+ "updatedAt": "Recently",
2595
+ "frontmatter": {
2596
+ "slug": "ways-to-keep-your-team-inspired",
2597
+ "title": "Ways to Keep Your Team Inspired",
2598
+ "authors": "sana",
2599
+ "tags": [
2600
+ "Business"
2601
+ ]
2602
+ }
2603
+ },
2604
+ {
2605
+ "type": "file",
2606
+ "name": "2021-08-11-how-to-keep-your-team-inspired",
2607
+ "title": "Remote Employee Engagement - How to Keep Your Team Inspired",
2608
+ "path": "blog/2021-08-11-how-to-keep-your-team-inspired.md",
2609
+ "contentId": "blog-2021-08-11-how-to-keep-your-team-inspired",
2610
+ "slug": "2021-08-11-how-to-keep-your-team-inspired",
2611
+ "categoryId": "blog",
2612
+ "filePath": "/content/docs/blog/2021-08-11-how-to-keep-your-team-inspired.md",
2613
+ "relativePath": "blog/2021-08-11-how-to-keep-your-team-inspired.md",
2614
+ "description": "",
2615
+ "author": "sana",
2616
+ "updatedAt": "Recently",
2617
+ "frontmatter": {
2618
+ "slug": "how-to-keep-your-team-inspired",
2619
+ "title": "Remote Employee Engagement - How to Keep Your Team Inspired",
2620
+ "authors": "sana",
2621
+ "tags": [
2622
+ "Business"
2623
+ ]
2624
+ }
2625
+ },
2626
+ {
2627
+ "type": "file",
2628
+ "name": "2021-08-12-the-reasons-behind-employee-burnout",
2629
+ "title": "Guide for 2021 - The Reasons behind Employee Burnout & Ways to Control it",
2630
+ "path": "blog/2021-08-12-the-reasons-behind-employee-burnout.md",
2631
+ "contentId": "blog-2021-08-12-the-reasons-behind-employee-burnout",
2632
+ "slug": "2021-08-12-the-reasons-behind-employee-burnout",
2633
+ "categoryId": "blog",
2634
+ "filePath": "/content/docs/blog/2021-08-12-the-reasons-behind-employee-burnout.md",
2635
+ "relativePath": "blog/2021-08-12-the-reasons-behind-employee-burnout.md",
2636
+ "description": "",
2637
+ "author": "sana",
2638
+ "updatedAt": "Recently",
2639
+ "frontmatter": {
2640
+ "slug": "the-reasons-behind-employee-burnout",
2641
+ "title": "Guide for 2021 - The Reasons behind Employee Burnout & Ways to Control it",
2642
+ "authors": "sana",
2643
+ "tags": [
2644
+ "Business"
2645
+ ]
2646
+ }
2647
+ },
2648
+ {
2649
+ "type": "file",
2650
+ "name": "2021-08-13-time-tracking-for-construction-industry",
2651
+ "title": "Time Tracking for Construction Industry",
2652
+ "path": "blog/2021-08-13-time-tracking-for-construction-industry.md",
2653
+ "contentId": "blog-2021-08-13-time-tracking-for-construction-industry",
2654
+ "slug": "2021-08-13-time-tracking-for-construction-industry",
2655
+ "categoryId": "blog",
2656
+ "filePath": "/content/docs/blog/2021-08-13-time-tracking-for-construction-industry.md",
2657
+ "relativePath": "blog/2021-08-13-time-tracking-for-construction-industry.md",
2658
+ "description": "",
2659
+ "author": "sana",
2660
+ "updatedAt": "Recently",
2661
+ "frontmatter": {
2662
+ "slug": "time-tracking-for-construction-industry",
2663
+ "title": "Time Tracking for Construction Industry",
2664
+ "authors": "sana",
2665
+ "tags": [
2666
+ "Business"
2667
+ ]
2668
+ }
2669
+ },
2670
+ {
2671
+ "type": "file",
2672
+ "name": "2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
2673
+ "title": "The Time Tracking Case- Tracking’s Benefits in the Light of Users’ Feedback",
2674
+ "path": "blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback.md",
2675
+ "contentId": "blog-2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
2676
+ "slug": "2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
2677
+ "categoryId": "blog",
2678
+ "filePath": "/content/docs/blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback.md",
2679
+ "relativePath": "blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback.md",
2680
+ "description": "",
2681
+ "author": "sana",
2682
+ "updatedAt": "Recently",
2683
+ "frontmatter": {
2684
+ "slug": "tracking-benefits-in-the-light-of-users-feedback",
2685
+ "title": "The Time Tracking Case- Tracking’s Benefits in the Light of Users’ Feedback",
2686
+ "authors": "sana",
2687
+ "tags": [
2688
+ "Business"
2689
+ ]
2690
+ }
2691
+ }
2692
+ ]
2693
+ },
2694
+ {
2695
+ "type": "directory",
2696
+ "name": "docs",
2697
+ "path": "docs",
2698
+ "children": [
2699
+ {
2700
+ "type": "directory",
2701
+ "name": "hrm",
2702
+ "path": "docs/hrm",
2703
+ "children": [
2704
+ {
2705
+ "type": "file",
2706
+ "name": "dashboard",
2707
+ "title": "HR Dashboard",
2708
+ "path": "docs/hrm/dashboard.md",
2709
+ "contentId": "docs-hrm-dashboard",
2710
+ "slug": "hrm-dashboard",
2711
+ "categoryId": "docs",
2712
+ "filePath": "/content/docs/docs/hrm/dashboard.md",
2713
+ "relativePath": "docs/hrm/dashboard.md",
2714
+ "description": "",
2715
+ "author": "Documentation",
2716
+ "updatedAt": "Recently",
2717
+ "frontmatter": {
2718
+ "id": "hrm-dashboard",
2719
+ "title": "HR Dashboard",
2720
+ "sidebar_label": "HR Dashboard"
2721
+ }
2722
+ },
2723
+ {
2724
+ "type": "file",
2725
+ "name": "hr-letters",
2726
+ "title": "HR Letters",
2727
+ "path": "docs/hrm/hr-letters.md",
2728
+ "contentId": "docs-hrm-hr-letters",
2729
+ "slug": "hrm-hr-letters",
2730
+ "categoryId": "docs",
2731
+ "filePath": "/content/docs/docs/hrm/hr-letters.md",
2732
+ "relativePath": "docs/hrm/hr-letters.md",
2733
+ "description": "",
2734
+ "author": "Documentation",
2735
+ "updatedAt": "Recently",
2736
+ "frontmatter": {
2737
+ "id": "hrm-hr-letters",
2738
+ "title": "HR Letters",
2739
+ "sidebar_label": "HR Letters"
2740
+ }
2741
+ },
2742
+ {
2743
+ "type": "file",
2744
+ "name": "hrm-overview",
2745
+ "title": "Human Resource Management (HRM)",
2746
+ "path": "docs/hrm/hrm-overview.md",
2747
+ "contentId": "docs-hrm-hrm-overview",
2748
+ "slug": "hrm-hrm-overview",
2749
+ "categoryId": "docs",
2750
+ "filePath": "/content/docs/docs/hrm/hrm-overview.md",
2751
+ "relativePath": "docs/hrm/hrm-overview.md",
2752
+ "description": "",
2753
+ "author": "Documentation",
2754
+ "updatedAt": "Recently",
2755
+ "frontmatter": {
2756
+ "id": "hrm-overview",
2757
+ "title": "Human Resource Management (HRM)",
2758
+ "sidebar_label": "HRM Overview"
2759
+ }
2760
+ },
2761
+ {
2762
+ "type": "file",
2763
+ "name": "leave",
2764
+ "title": "Time Off / Leave Management",
2765
+ "path": "docs/hrm/leave.md",
2766
+ "contentId": "docs-hrm-leave",
2767
+ "slug": "hrm-leave",
2768
+ "categoryId": "docs",
2769
+ "filePath": "/content/docs/docs/hrm/leave.md",
2770
+ "relativePath": "docs/hrm/leave.md",
2771
+ "description": "",
2772
+ "author": "Documentation",
2773
+ "updatedAt": "Recently",
2774
+ "frontmatter": {
2775
+ "id": "hrm-leave",
2776
+ "title": "Time Off / Leave Management",
2777
+ "sidebar_label": "Time Off / Leave"
2778
+ }
2779
+ },
2780
+ {
2781
+ "type": "file",
2782
+ "name": "members",
2783
+ "title": "Members & Invitations",
2784
+ "path": "docs/hrm/members.md",
2785
+ "contentId": "docs-hrm-members",
2786
+ "slug": "hrm-members",
2787
+ "categoryId": "docs",
2788
+ "filePath": "/content/docs/docs/hrm/members.md",
2789
+ "relativePath": "docs/hrm/members.md",
2790
+ "description": "",
2791
+ "author": "Documentation",
2792
+ "updatedAt": "Recently",
2793
+ "frontmatter": {
2794
+ "id": "hrm-members",
2795
+ "title": "Members & Invitations",
2796
+ "sidebar_label": "Members & Invites"
2797
+ }
2798
+ },
2799
+ {
2800
+ "type": "file",
2801
+ "name": "my-space",
2802
+ "title": "My Space — Employee Profile",
2803
+ "path": "docs/hrm/my-space.md",
2804
+ "contentId": "docs-hrm-my-space",
2805
+ "slug": "hrm-my-space",
2806
+ "categoryId": "docs",
2807
+ "filePath": "/content/docs/docs/hrm/my-space.md",
2808
+ "relativePath": "docs/hrm/my-space.md",
2809
+ "description": "",
2810
+ "author": "Documentation",
2811
+ "updatedAt": "Recently",
2812
+ "frontmatter": {
2813
+ "id": "hrm-my-space",
2814
+ "title": "My Space — Employee Profile",
2815
+ "sidebar_label": "My Space"
2816
+ }
2817
+ },
2818
+ {
2819
+ "type": "file",
2820
+ "name": "offboarding",
2821
+ "title": "Offboarding / Exit Request",
2822
+ "path": "docs/hrm/offboarding.md",
2823
+ "contentId": "docs-hrm-offboarding",
2824
+ "slug": "hrm-offboarding",
2825
+ "categoryId": "docs",
2826
+ "filePath": "/content/docs/docs/hrm/offboarding.md",
2827
+ "relativePath": "docs/hrm/offboarding.md",
2828
+ "description": "",
2829
+ "author": "Documentation",
2830
+ "updatedAt": "Recently",
2831
+ "frontmatter": {
2832
+ "id": "hrm-offboarding",
2833
+ "title": "Offboarding / Exit Request",
2834
+ "sidebar_label": "Offboarding"
2835
+ }
2836
+ },
2837
+ {
2838
+ "type": "file",
2839
+ "name": "onboarding",
2840
+ "title": "Onboarding",
2841
+ "path": "docs/hrm/onboarding.md",
2842
+ "contentId": "docs-hrm-onboarding",
2843
+ "slug": "hrm-onboarding",
2844
+ "categoryId": "docs",
2845
+ "filePath": "/content/docs/docs/hrm/onboarding.md",
2846
+ "relativePath": "docs/hrm/onboarding.md",
2847
+ "description": "",
2848
+ "author": "Documentation",
2849
+ "updatedAt": "Recently",
2850
+ "frontmatter": {
2851
+ "id": "hrm-onboarding",
2852
+ "title": "Onboarding",
2853
+ "sidebar_label": "Onboarding"
2854
+ }
2855
+ },
2856
+ {
2857
+ "type": "file",
2858
+ "name": "settings",
2859
+ "title": "HRM Settings",
2860
+ "path": "docs/hrm/settings.md",
2861
+ "contentId": "docs-hrm-settings",
2862
+ "slug": "hrm-settings",
2863
+ "categoryId": "docs",
2864
+ "filePath": "/content/docs/docs/hrm/settings.md",
2865
+ "relativePath": "docs/hrm/settings.md",
2866
+ "description": "",
2867
+ "author": "Documentation",
2868
+ "updatedAt": "Recently",
2869
+ "frontmatter": {
2870
+ "id": "hrm-settings",
2871
+ "title": "HRM Settings",
2872
+ "sidebar_label": "Settings"
2873
+ }
2874
+ },
2875
+ {
2876
+ "type": "file",
2877
+ "name": "travel",
2878
+ "title": "Travel Management",
2879
+ "path": "docs/hrm/travel.md",
2880
+ "contentId": "docs-hrm-travel",
2881
+ "slug": "hrm-travel",
2882
+ "categoryId": "docs",
2883
+ "filePath": "/content/docs/docs/hrm/travel.md",
2884
+ "relativePath": "docs/hrm/travel.md",
2885
+ "description": "",
2886
+ "author": "Documentation",
2887
+ "updatedAt": "Recently",
2888
+ "frontmatter": {
2889
+ "id": "hrm-travel",
2890
+ "title": "Travel Management",
2891
+ "sidebar_label": "Travel"
2892
+ }
2893
+ }
2894
+ ]
2895
+ },
2896
+ {
2897
+ "type": "directory",
2898
+ "name": "timer",
2899
+ "path": "docs/timer",
2900
+ "children": [
2901
+ {
2902
+ "type": "file",
2903
+ "name": "timetracking-main",
2904
+ "title": "Time Tracking",
2905
+ "path": "docs/timer/timetracking-main.md",
2906
+ "contentId": "docs-timer-timetracking-main",
2907
+ "slug": "timer-timetracking-main",
2908
+ "categoryId": "docs",
2909
+ "filePath": "/content/docs/docs/timer/timetracking-main.md",
2910
+ "relativePath": "docs/timer/timetracking-main.md",
2911
+ "description": "",
2912
+ "author": "Documentation",
2913
+ "updatedAt": "Recently",
2914
+ "frontmatter": {
2915
+ "id": "timetracking-main",
2916
+ "title": "Time Tracking",
2917
+ "sidebar_label": "Time tracking"
2918
+ }
2919
+ },
2920
+ {
2921
+ "type": "file",
2922
+ "name": "timetracking",
2923
+ "title": "Time Tracking",
2924
+ "path": "docs/timer/timetracking.md",
2925
+ "contentId": "docs-timer-timetracking",
2926
+ "slug": "timer-timetracking",
2927
+ "categoryId": "docs",
2928
+ "filePath": "/content/docs/docs/timer/timetracking.md",
2929
+ "relativePath": "docs/timer/timetracking.md",
2930
+ "description": "",
2931
+ "author": "Documentation",
2932
+ "updatedAt": "Recently",
2933
+ "frontmatter": {
2934
+ "id": "timetracking",
2935
+ "title": "Time Tracking",
2936
+ "sidebar_label": "Time tracking"
2937
+ }
2938
+ }
2939
+ ]
2940
+ },
2941
+ {
2942
+ "type": "file",
2943
+ "name": "add-time-for-others",
2944
+ "title": "Add time for others",
2945
+ "path": "docs/add-time-for-others.md",
2946
+ "contentId": "docs-add-time-for-others",
2947
+ "slug": "add-time-for-others",
2948
+ "categoryId": "docs",
2949
+ "filePath": "/content/docs/docs/add-time-for-others.md",
2950
+ "relativePath": "docs/add-time-for-others.md",
2951
+ "description": "",
2952
+ "author": "Documentation",
2953
+ "updatedAt": "Recently",
2954
+ "frontmatter": {
2955
+ "id": "add-time-for-others",
2956
+ "title": "Add time for others",
2957
+ "sidebar_label": "Add time for others"
2958
+ }
2959
+ },
2960
+ {
2961
+ "type": "file",
2962
+ "name": "Alerts",
2963
+ "title": "Alert",
2964
+ "path": "docs/Alerts.md",
2965
+ "contentId": "docs-alerts",
2966
+ "slug": "alerts",
2967
+ "categoryId": "docs",
2968
+ "filePath": "/content/docs/docs/Alerts.md",
2969
+ "relativePath": "docs/Alerts.md",
2970
+ "description": "",
2971
+ "author": "Documentation",
2972
+ "updatedAt": "Recently",
2973
+ "frontmatter": {
2974
+ "id": "Alert",
2975
+ "title": "Alert",
2976
+ "sidebar_label": "Alert"
2977
+ }
2978
+ },
2979
+ {
2980
+ "type": "file",
2981
+ "name": "budget-and-estimates",
2982
+ "title": "Budget and estimates",
2983
+ "path": "docs/budget-and-estimates.md",
2984
+ "contentId": "docs-budget-and-estimates",
2985
+ "slug": "budget-and-estimates",
2986
+ "categoryId": "docs",
2987
+ "filePath": "/content/docs/docs/budget-and-estimates.md",
2988
+ "relativePath": "docs/budget-and-estimates.md",
2989
+ "description": "",
2990
+ "author": "Documentation",
2991
+ "updatedAt": "Recently",
2992
+ "frontmatter": {
2993
+ "id": "budget-and-estimates",
2994
+ "title": "Budget and estimates",
2995
+ "sidebar_label": "Budget and estimates"
2996
+ }
2997
+ },
2998
+ {
2999
+ "type": "file",
3000
+ "name": "bulk-edit",
3001
+ "title": "Bulk edit",
3002
+ "path": "docs/bulk-edit.md",
3003
+ "contentId": "docs-bulk-edit",
3004
+ "slug": "bulk-edit",
3005
+ "categoryId": "docs",
3006
+ "filePath": "/content/docs/docs/bulk-edit.md",
3007
+ "relativePath": "docs/bulk-edit.md",
3008
+ "description": "",
3009
+ "author": "Documentation",
3010
+ "updatedAt": "Recently",
3011
+ "frontmatter": {
3012
+ "id": "bulk-edit",
3013
+ "title": "Bulk edit",
3014
+ "sidebar_label": "Bulk edit"
3015
+ }
3016
+ },
3017
+ {
3018
+ "type": "file",
3019
+ "name": "change-mail-address",
3020
+ "title": "Change e-mail address",
3021
+ "path": "docs/change-mail-address.md",
3022
+ "contentId": "docs-change-mail-address",
3023
+ "slug": "change-mail-address",
3024
+ "categoryId": "docs",
3025
+ "filePath": "/content/docs/docs/change-mail-address.md",
3026
+ "relativePath": "docs/change-mail-address.md",
3027
+ "description": "",
3028
+ "author": "Documentation",
3029
+ "updatedAt": "Recently",
3030
+ "frontmatter": {
3031
+ "id": "change-mail-address",
3032
+ "title": "Change e-mail address",
3033
+ "sidebar_label": "Change e-mail address"
3034
+ }
3035
+ },
3036
+ {
3037
+ "type": "file",
3038
+ "name": "choose-payment-method",
3039
+ "title": "Choose Payment Method",
3040
+ "path": "docs/choose-payment-method.md",
3041
+ "contentId": "docs-choose-payment-method",
3042
+ "slug": "choose-payment-method",
3043
+ "categoryId": "docs",
3044
+ "filePath": "/content/docs/docs/choose-payment-method.md",
3045
+ "relativePath": "docs/choose-payment-method.md",
3046
+ "description": "",
3047
+ "author": "Documentation",
3048
+ "updatedAt": "Recently",
3049
+ "frontmatter": {
3050
+ "id": "choose-payment-method",
3051
+ "title": "Choose Payment Method",
3052
+ "sidebar_label": "Choose Payment Method"
3053
+ }
3054
+ },
3055
+ {
3056
+ "type": "file",
3057
+ "name": "clockbook",
3058
+ "title": "Clockbook Guide",
3059
+ "path": "docs/clockbook.md",
3060
+ "contentId": "docs-clockbook",
3061
+ "slug": "clockbook",
3062
+ "categoryId": "docs",
3063
+ "filePath": "/content/docs/docs/clockbook.md",
3064
+ "relativePath": "docs/clockbook.md",
3065
+ "description": "",
3066
+ "author": "Documentation",
3067
+ "updatedAt": "Recently",
3068
+ "frontmatter": {
3069
+ "id": "clockbook",
3070
+ "title": "Clockbook Guide",
3071
+ "sidebar_label": "clockbook Guide",
3072
+ "slug": "/"
3073
+ }
3074
+ },
3075
+ {
3076
+ "type": "file",
3077
+ "name": "control-accounts",
3078
+ "title": "Control accounts",
3079
+ "path": "docs/control-accounts.md",
3080
+ "contentId": "docs-control-accounts",
3081
+ "slug": "control-accounts",
3082
+ "categoryId": "docs",
3083
+ "filePath": "/content/docs/docs/control-accounts.md",
3084
+ "relativePath": "docs/control-accounts.md",
3085
+ "description": "",
3086
+ "author": "Documentation",
3087
+ "updatedAt": "Recently",
3088
+ "frontmatter": {
3089
+ "id": "control-accounts",
3090
+ "title": "Control accounts",
3091
+ "sidebar_label": "Control accounts"
3092
+ }
3093
+ },
3094
+ {
3095
+ "type": "file",
3096
+ "name": "csv-file-format",
3097
+ "title": "CSV file format",
3098
+ "path": "docs/csv-file-format.md",
3099
+ "contentId": "docs-csv-file-format",
3100
+ "slug": "csv-file-format",
3101
+ "categoryId": "docs",
3102
+ "filePath": "/content/docs/docs/csv-file-format.md",
3103
+ "relativePath": "docs/csv-file-format.md",
3104
+ "description": "",
3105
+ "author": "Documentation",
3106
+ "updatedAt": "Recently",
3107
+ "frontmatter": {
3108
+ "id": "csv-file-format",
3109
+ "title": "CSV file format",
3110
+ "sidebar_label": "CSV file format"
3111
+ }
3112
+ },
3113
+ {
3114
+ "type": "file",
3115
+ "name": "custom-fields",
3116
+ "title": "Custom fields",
3117
+ "path": "docs/custom-fields.md",
3118
+ "contentId": "docs-custom-fields",
3119
+ "slug": "custom-fields",
3120
+ "categoryId": "docs",
3121
+ "filePath": "/content/docs/docs/custom-fields.md",
3122
+ "relativePath": "docs/custom-fields.md",
3123
+ "description": "",
3124
+ "author": "Documentation",
3125
+ "updatedAt": "Recently",
3126
+ "frontmatter": {
3127
+ "id": "custom-fields",
3128
+ "title": "Custom fields",
3129
+ "sidebar_label": "Custom fields"
3130
+ }
3131
+ },
3132
+ {
3133
+ "type": "file",
3134
+ "name": "customize-exports",
3135
+ "title": "Customize exports",
3136
+ "path": "docs/customize-exports.md",
3137
+ "contentId": "docs-customize-exports",
3138
+ "slug": "customize-exports",
3139
+ "categoryId": "docs",
3140
+ "filePath": "/content/docs/docs/customize-exports.md",
3141
+ "relativePath": "docs/customize-exports.md",
3142
+ "description": "",
3143
+ "author": "Documentation",
3144
+ "updatedAt": "Recently",
3145
+ "frontmatter": {
3146
+ "id": "customize-exports",
3147
+ "title": "Customize exports",
3148
+ "sidebar_label": "Customize exports"
3149
+ }
3150
+ },
3151
+ {
3152
+ "type": "file",
3153
+ "name": "deleting-account",
3154
+ "title": "Deleting Account",
3155
+ "path": "docs/deleting-account.md",
3156
+ "contentId": "docs-deleting-account",
3157
+ "slug": "deleting-account",
3158
+ "categoryId": "docs",
3159
+ "filePath": "/content/docs/docs/deleting-account.md",
3160
+ "relativePath": "docs/deleting-account.md",
3161
+ "description": "",
3162
+ "author": "Documentation",
3163
+ "updatedAt": "Recently",
3164
+ "frontmatter": {
3165
+ "id": "deleting-account",
3166
+ "title": "Deleting Account",
3167
+ "sidebar_label": "Deleting Account"
3168
+ }
3169
+ },
3170
+ {
3171
+ "type": "file",
3172
+ "name": "doc1",
3173
+ "title": "Style Guide",
3174
+ "path": "docs/doc1.md",
3175
+ "contentId": "docs-doc1",
3176
+ "slug": "doc1",
3177
+ "categoryId": "docs",
3178
+ "filePath": "/content/docs/docs/doc1.md",
3179
+ "relativePath": "docs/doc1.md",
3180
+ "description": "",
3181
+ "author": "Documentation",
3182
+ "updatedAt": "Recently",
3183
+ "frontmatter": {
3184
+ "id": "doc1",
3185
+ "title": "Style Guide",
3186
+ "sidebar_label": "Style Guide"
3187
+ }
3188
+ },
3189
+ {
3190
+ "type": "file",
3191
+ "name": "force-timer",
3192
+ "title": "Force timer",
3193
+ "path": "docs/force-timer.md",
3194
+ "contentId": "docs-force-timer",
3195
+ "slug": "force-timer",
3196
+ "categoryId": "docs",
3197
+ "filePath": "/content/docs/docs/force-timer.md",
3198
+ "relativePath": "docs/force-timer.md",
3199
+ "description": "",
3200
+ "author": "Documentation",
3201
+ "updatedAt": "Recently",
3202
+ "frontmatter": {
3203
+ "id": "force-timer",
3204
+ "title": "Force timer",
3205
+ "sidebar_label": "Force timer"
3206
+ }
3207
+ },
3208
+ {
3209
+ "type": "file",
3210
+ "name": "formatting-project-note",
3211
+ "title": "Formatting project note",
3212
+ "path": "docs/formatting-project-note.md",
3213
+ "contentId": "docs-formatting-project-note",
3214
+ "slug": "formatting-project-note",
3215
+ "categoryId": "docs",
3216
+ "filePath": "/content/docs/docs/formatting-project-note.md",
3217
+ "relativePath": "docs/formatting-project-note.md",
3218
+ "description": "",
3219
+ "author": "Documentation",
3220
+ "updatedAt": "Recently",
3221
+ "frontmatter": {
3222
+ "id": "formatting-project-note",
3223
+ "title": "Formatting project note",
3224
+ "sidebar_label": "Formatting project note"
3225
+ }
3226
+ },
3227
+ {
3228
+ "type": "file",
3229
+ "name": "gettingstarted",
3230
+ "title": "Getting Started",
3231
+ "path": "docs/gettingstarted.md",
3232
+ "contentId": "docs-gettingstarted",
3233
+ "slug": "gettingstarted",
3234
+ "categoryId": "docs",
3235
+ "filePath": "/content/docs/docs/gettingstarted.md",
3236
+ "relativePath": "docs/gettingstarted.md",
3237
+ "description": "",
3238
+ "author": "Documentation",
3239
+ "updatedAt": "Recently",
3240
+ "frontmatter": {
3241
+ "id": "gettingstarted",
3242
+ "title": "Getting Started",
3243
+ "sidebar_label": "Getting Started"
3244
+ }
3245
+ },
3246
+ {
3247
+ "type": "file",
3248
+ "name": "GPS-tracking",
3249
+ "title": "GPS tracking",
3250
+ "path": "docs/GPS-tracking.md",
3251
+ "contentId": "docs-gps-tracking",
3252
+ "slug": "gps-tracking",
3253
+ "categoryId": "docs",
3254
+ "filePath": "/content/docs/docs/GPS-tracking.md",
3255
+ "relativePath": "docs/GPS-tracking.md",
3256
+ "description": "",
3257
+ "author": "Documentation",
3258
+ "updatedAt": "Recently",
3259
+ "frontmatter": {
3260
+ "id": "GPS-tracking",
3261
+ "title": "GPS tracking",
3262
+ "sidebar_label": "GPS tracking"
3263
+ }
3264
+ },
3265
+ {
3266
+ "type": "file",
3267
+ "name": "hide-time-and-pages",
3268
+ "title": "Hide Time and Pages",
3269
+ "path": "docs/hide-time-and-pages.md",
3270
+ "contentId": "docs-hide-time-and-pages",
3271
+ "slug": "hide-time-and-pages",
3272
+ "categoryId": "docs",
3273
+ "filePath": "/content/docs/docs/hide-time-and-pages.md",
3274
+ "relativePath": "docs/hide-time-and-pages.md",
3275
+ "description": "",
3276
+ "author": "Documentation",
3277
+ "updatedAt": "Recently",
3278
+ "frontmatter": {
3279
+ "id": "hide-time-and-pages",
3280
+ "title": "Hide Time and Pages",
3281
+ "sidebar_label": "Hide Time and Pages"
3282
+ }
3283
+ },
3284
+ {
3285
+ "type": "file",
3286
+ "name": "how-are-activity-levels-calculated",
3287
+ "title": "How are activity levels calculated?",
3288
+ "path": "docs/how-are-activity-levels-calculated.md",
3289
+ "contentId": "docs-how-are-activity-levels-calculated",
3290
+ "slug": "how-are-activity-levels-calculated",
3291
+ "categoryId": "docs",
3292
+ "filePath": "/content/docs/docs/how-are-activity-levels-calculated.md",
3293
+ "relativePath": "docs/how-are-activity-levels-calculated.md",
3294
+ "description": "",
3295
+ "author": "Documentation",
3296
+ "updatedAt": "Recently",
3297
+ "frontmatter": {
3298
+ "id": "how-are-activity-levels-calculated",
3299
+ "title": "How are activity levels calculated?",
3300
+ "sidebar_label": "How are activity levels calculated?"
3301
+ }
3302
+ },
3303
+ {
3304
+ "type": "file",
3305
+ "name": "import-clients-projects",
3306
+ "title": "Import clients, projects, and tasks",
3307
+ "path": "docs/import-clients-projects.md",
3308
+ "contentId": "docs-import-clients-projects",
3309
+ "slug": "import-clients-projects",
3310
+ "categoryId": "docs",
3311
+ "filePath": "/content/docs/docs/import-clients-projects.md",
3312
+ "relativePath": "docs/import-clients-projects.md",
3313
+ "description": "",
3314
+ "author": "Documentation",
3315
+ "updatedAt": "Recently",
3316
+ "frontmatter": {
3317
+ "id": "import-clients-projects",
3318
+ "title": "Import clients, projects, and tasks",
3319
+ "sidebar_label": "Import clients, projects, and tasks"
3320
+ }
3321
+ },
3322
+ {
3323
+ "type": "file",
3324
+ "name": "import-timesheets",
3325
+ "title": "Import timesheets",
3326
+ "path": "docs/import-timesheets.md",
3327
+ "contentId": "docs-import-timesheets",
3328
+ "slug": "import-timesheets",
3329
+ "categoryId": "docs",
3330
+ "filePath": "/content/docs/docs/import-timesheets.md",
3331
+ "relativePath": "docs/import-timesheets.md",
3332
+ "description": "",
3333
+ "author": "Documentation",
3334
+ "updatedAt": "Recently",
3335
+ "frontmatter": {
3336
+ "id": "import-timesheets",
3337
+ "title": "Import timesheets",
3338
+ "sidebar_label": "Import timesheets"
3339
+ }
3340
+ },
3341
+ {
3342
+ "type": "file",
3343
+ "name": "inviting-users",
3344
+ "title": "Inviting and managing users",
3345
+ "path": "docs/inviting-users.md",
3346
+ "contentId": "docs-inviting-users",
3347
+ "slug": "inviting-users",
3348
+ "categoryId": "docs",
3349
+ "filePath": "/content/docs/docs/inviting-users.md",
3350
+ "relativePath": "docs/inviting-users.md",
3351
+ "description": "",
3352
+ "author": "Documentation",
3353
+ "updatedAt": "Recently",
3354
+ "frontmatter": {
3355
+ "id": "inviting-users",
3356
+ "title": "Inviting and managing users",
3357
+ "sidebar_label": "Inviting Users"
3358
+ }
3359
+ },
3360
+ {
3361
+ "type": "file",
3362
+ "name": "Invoicing",
3363
+ "title": "Invoicing",
3364
+ "path": "docs/Invoicing.md",
3365
+ "contentId": "docs-invoicing",
3366
+ "slug": "invoicing",
3367
+ "categoryId": "docs",
3368
+ "filePath": "/content/docs/docs/Invoicing.md",
3369
+ "relativePath": "docs/Invoicing.md",
3370
+ "description": "",
3371
+ "author": "Documentation",
3372
+ "updatedAt": "Recently",
3373
+ "frontmatter": {
3374
+ "id": "Invoicing",
3375
+ "title": "Invoicing",
3376
+ "sidebar_label": "Invoicing"
3377
+ }
3378
+ },
3379
+ {
3380
+ "type": "file",
3381
+ "name": "labor-cost-and-profit",
3382
+ "title": "Labor cost and profit",
3383
+ "path": "docs/labor-cost-and-profit.md",
3384
+ "contentId": "docs-labor-cost-and-profit",
3385
+ "slug": "labor-cost-and-profit",
3386
+ "categoryId": "docs",
3387
+ "filePath": "/content/docs/docs/labor-cost-and-profit.md",
3388
+ "relativePath": "docs/labor-cost-and-profit.md",
3389
+ "description": "",
3390
+ "author": "Documentation",
3391
+ "updatedAt": "Recently",
3392
+ "frontmatter": {
3393
+ "id": "labor-cost-and-profit",
3394
+ "title": "Labor cost and profit",
3395
+ "sidebar_label": "Labor cost and profit"
3396
+ }
3397
+ },
3398
+ {
3399
+ "type": "file",
3400
+ "name": "lock-timesheets",
3401
+ "title": "Lock timesheets",
3402
+ "path": "docs/lock-timesheets.md",
3403
+ "contentId": "docs-lock-timesheets",
3404
+ "slug": "lock-timesheets",
3405
+ "categoryId": "docs",
3406
+ "filePath": "/content/docs/docs/lock-timesheets.md",
3407
+ "relativePath": "docs/lock-timesheets.md",
3408
+ "description": "",
3409
+ "author": "Documentation",
3410
+ "updatedAt": "Recently",
3411
+ "frontmatter": {
3412
+ "id": "lock-timesheets",
3413
+ "title": "Lock timesheets",
3414
+ "sidebar_label": "Lock timesheets"
3415
+ }
3416
+ },
3417
+ {
3418
+ "type": "file",
3419
+ "name": "manager-role",
3420
+ "title": "Manager role",
3421
+ "path": "docs/manager-role.md",
3422
+ "contentId": "docs-manager-role",
3423
+ "slug": "manager-role",
3424
+ "categoryId": "docs",
3425
+ "filePath": "/content/docs/docs/manager-role.md",
3426
+ "relativePath": "docs/manager-role.md",
3427
+ "description": "",
3428
+ "author": "Documentation",
3429
+ "updatedAt": "Recently",
3430
+ "frontmatter": {
3431
+ "id": "manager-role",
3432
+ "title": "Manager role",
3433
+ "sidebar_label": "Manager role"
3434
+ }
3435
+ },
3436
+ {
3437
+ "type": "file",
3438
+ "name": "managing-people-on-projects",
3439
+ "title": "Managing people on projects",
3440
+ "path": "docs/managing-people-on-projects.md",
3441
+ "contentId": "docs-managing-people-on-projects",
3442
+ "slug": "managing-people-on-projects",
3443
+ "categoryId": "docs",
3444
+ "filePath": "/content/docs/docs/managing-people-on-projects.md",
3445
+ "relativePath": "docs/managing-people-on-projects.md",
3446
+ "description": "",
3447
+ "author": "Documentation",
3448
+ "updatedAt": "Recently",
3449
+ "frontmatter": {
3450
+ "id": "managing-people-projects",
3451
+ "title": "Managing people on projects",
3452
+ "sidebar_label": "Managing people on projects"
3453
+ }
3454
+ },
3455
+ {
3456
+ "type": "file",
3457
+ "name": "managing-projects",
3458
+ "title": "Managing projects and clients",
3459
+ "path": "docs/managing-projects.md",
3460
+ "contentId": "docs-managing-projects",
3461
+ "slug": "managing-projects",
3462
+ "categoryId": "docs",
3463
+ "filePath": "/content/docs/docs/managing-projects.md",
3464
+ "relativePath": "docs/managing-projects.md",
3465
+ "description": "",
3466
+ "author": "Documentation",
3467
+ "updatedAt": "Recently",
3468
+ "frontmatter": {
3469
+ "id": "managing-projects",
3470
+ "title": "Managing projects and clients",
3471
+ "sidebar_label": "Managing projects and clients"
3472
+ }
3473
+ },
3474
+ {
3475
+ "type": "file",
3476
+ "name": "mdx",
3477
+ "title": "Powered by MDX",
3478
+ "path": "docs/mdx.md",
3479
+ "contentId": "docs-mdx",
3480
+ "slug": "mdx",
3481
+ "categoryId": "docs",
3482
+ "filePath": "/content/docs/docs/mdx.md",
3483
+ "relativePath": "docs/mdx.md",
3484
+ "description": "",
3485
+ "author": "Documentation",
3486
+ "updatedAt": "Recently",
3487
+ "frontmatter": {
3488
+ "id": "mdx",
3489
+ "title": "Powered by MDX"
3490
+ }
3491
+ },
3492
+ {
3493
+ "type": "file",
3494
+ "name": "paypalsetup",
3495
+ "title": "PayPal Payroll Setup",
3496
+ "path": "docs/paypalsetup.md",
3497
+ "contentId": "docs-paypalsetup",
3498
+ "slug": "paypalsetup",
3499
+ "categoryId": "docs",
3500
+ "filePath": "/content/docs/docs/paypalsetup.md",
3501
+ "relativePath": "docs/paypalsetup.md",
3502
+ "description": "",
3503
+ "author": "Documentation",
3504
+ "updatedAt": "Recently",
3505
+ "frontmatter": {
3506
+ "id": "paypalsetup",
3507
+ "title": "PayPal Payroll Setup",
3508
+ "sidebar_label": "Paypal Setup"
3509
+ }
3510
+ },
3511
+ {
3512
+ "type": "file",
3513
+ "name": "profile-settings",
3514
+ "title": "Profile Settings",
3515
+ "path": "docs/profile-settings.md",
3516
+ "contentId": "docs-profile-settings",
3517
+ "slug": "profile-settings",
3518
+ "categoryId": "docs",
3519
+ "filePath": "/content/docs/docs/profile-settings.md",
3520
+ "relativePath": "docs/profile-settings.md",
3521
+ "description": "",
3522
+ "author": "Documentation",
3523
+ "updatedAt": "Recently",
3524
+ "frontmatter": {
3525
+ "id": "profile-settings",
3526
+ "title": "Profile Settings",
3527
+ "sidebar_label": "Profile Settings"
3528
+ }
3529
+ },
3530
+ {
3531
+ "type": "file",
3532
+ "name": "project-filter",
3533
+ "title": "Quickly finding projects/tasks",
3534
+ "path": "docs/project-filter.md",
3535
+ "contentId": "docs-project-filter",
3536
+ "slug": "project-filter",
3537
+ "categoryId": "docs",
3538
+ "filePath": "/content/docs/docs/project-filter.md",
3539
+ "relativePath": "docs/project-filter.md",
3540
+ "description": "",
3541
+ "author": "Documentation",
3542
+ "updatedAt": "Recently",
3543
+ "frontmatter": {
3544
+ "id": "project-filter",
3545
+ "title": "Quickly finding projects/tasks",
3546
+ "sidebar_label": "Quickly finding projects/tasks"
3547
+ }
3548
+ },
3549
+ {
3550
+ "type": "file",
3551
+ "name": "project-templates",
3552
+ "title": "Project templates",
3553
+ "path": "docs/project-templates.md",
3554
+ "contentId": "docs-project-templates",
3555
+ "slug": "project-templates",
3556
+ "categoryId": "docs",
3557
+ "filePath": "/content/docs/docs/project-templates.md",
3558
+ "relativePath": "docs/project-templates.md",
3559
+ "description": "",
3560
+ "author": "Documentation",
3561
+ "updatedAt": "Recently",
3562
+ "frontmatter": {
3563
+ "id": "project-templates",
3564
+ "title": "Project templates",
3565
+ "sidebar_label": "Project templates"
3566
+ }
3567
+ },
3568
+ {
3569
+ "type": "file",
3570
+ "name": "reports",
3571
+ "title": "Reports",
3572
+ "path": "docs/reports.md",
3573
+ "contentId": "docs-reports",
3574
+ "slug": "reports",
3575
+ "categoryId": "docs",
3576
+ "filePath": "/content/docs/docs/reports.md",
3577
+ "relativePath": "docs/reports.md",
3578
+ "description": "",
3579
+ "author": "Documentation",
3580
+ "updatedAt": "Recently",
3581
+ "frontmatter": {
3582
+ "id": "reports",
3583
+ "title": "Reports",
3584
+ "sidebar_label": "Reports"
3585
+ }
3586
+ },
3587
+ {
3588
+ "type": "file",
3589
+ "name": "required-fields",
3590
+ "title": "Required fields",
3591
+ "path": "docs/required-fields.md",
3592
+ "contentId": "docs-required-fields",
3593
+ "slug": "required-fields",
3594
+ "categoryId": "docs",
3595
+ "filePath": "/content/docs/docs/required-fields.md",
3596
+ "relativePath": "docs/required-fields.md",
3597
+ "description": "",
3598
+ "author": "Documentation",
3599
+ "updatedAt": "Recently",
3600
+ "frontmatter": {
3601
+ "id": "required-fields",
3602
+ "title": "Required fields",
3603
+ "sidebar_label": "Required fields"
3604
+ }
3605
+ },
3606
+ {
3607
+ "type": "file",
3608
+ "name": "scheduled-reports",
3609
+ "title": "Scheduled reports",
3610
+ "path": "docs/scheduled-reports.md",
3611
+ "contentId": "docs-scheduled-reports",
3612
+ "slug": "scheduled-reports",
3613
+ "categoryId": "docs",
3614
+ "filePath": "/content/docs/docs/scheduled-reports.md",
3615
+ "relativePath": "docs/scheduled-reports.md",
3616
+ "description": "",
3617
+ "author": "Documentation",
3618
+ "updatedAt": "Recently",
3619
+ "frontmatter": {
3620
+ "id": "scheduled-reports",
3621
+ "title": "Scheduled reports",
3622
+ "sidebar_label": "Scheduled reports"
3623
+ }
3624
+ },
3625
+ {
3626
+ "type": "file",
3627
+ "name": "Screenshots",
3628
+ "title": "Screenshots",
3629
+ "path": "docs/Screenshots.md",
3630
+ "contentId": "docs-screenshots",
3631
+ "slug": "screenshots",
3632
+ "categoryId": "docs",
3633
+ "filePath": "/content/docs/docs/Screenshots.md",
3634
+ "relativePath": "docs/Screenshots.md",
3635
+ "description": "",
3636
+ "author": "Documentation",
3637
+ "updatedAt": "Recently",
3638
+ "frontmatter": {
3639
+ "id": "Screenshots",
3640
+ "title": "Screenshots",
3641
+ "sidebar_label": "Screenshots"
3642
+ }
3643
+ },
3644
+ {
3645
+ "type": "file",
3646
+ "name": "single-sign-on",
3647
+ "title": "Single sign-on (SSO)",
3648
+ "path": "docs/single-sign-on.md",
3649
+ "contentId": "docs-single-sign-on",
3650
+ "slug": "single-sign-on",
3651
+ "categoryId": "docs",
3652
+ "filePath": "/content/docs/docs/single-sign-on.md",
3653
+ "relativePath": "docs/single-sign-on.md",
3654
+ "description": "",
3655
+ "author": "Documentation",
3656
+ "updatedAt": "Recently",
3657
+ "frontmatter": {
3658
+ "id": "single-sign-on",
3659
+ "title": "Single sign-on (SSO)",
3660
+ "sidebar_label": "Single sign-on (SSO)"
3661
+ }
3662
+ },
3663
+ {
3664
+ "type": "file",
3665
+ "name": "targets-and-reminders",
3666
+ "title": "Targets and reminders",
3667
+ "path": "docs/targets-and-reminders.md",
3668
+ "contentId": "docs-targets-and-reminders",
3669
+ "slug": "targets-and-reminders",
3670
+ "categoryId": "docs",
3671
+ "filePath": "/content/docs/docs/targets-and-reminders.md",
3672
+ "relativePath": "docs/targets-and-reminders.md",
3673
+ "description": "",
3674
+ "author": "Documentation",
3675
+ "updatedAt": "Recently",
3676
+ "frontmatter": {
3677
+ "id": "targets-and-reminders",
3678
+ "title": "Targets and reminders",
3679
+ "sidebar_label": "Targets and reminders"
3680
+ }
3681
+ },
3682
+ {
3683
+ "type": "file",
3684
+ "name": "task-rates",
3685
+ "title": "Task rates",
3686
+ "path": "docs/task-rates.md",
3687
+ "contentId": "docs-task-rates",
3688
+ "slug": "task-rates",
3689
+ "categoryId": "docs",
3690
+ "filePath": "/content/docs/docs/task-rates.md",
3691
+ "relativePath": "docs/task-rates.md",
3692
+ "description": "",
3693
+ "author": "Documentation",
3694
+ "updatedAt": "Recently",
3695
+ "frontmatter": {
3696
+ "id": "task-rates",
3697
+ "title": "Task rates",
3698
+ "sidebar_label": "Task rates"
3699
+ }
3700
+ },
3701
+ {
3702
+ "type": "file",
3703
+ "name": "time-approval",
3704
+ "title": "Time approval",
3705
+ "path": "docs/time-approval.md",
3706
+ "contentId": "docs-time-approval",
3707
+ "slug": "time-approval",
3708
+ "categoryId": "docs",
3709
+ "filePath": "/content/docs/docs/time-approval.md",
3710
+ "relativePath": "docs/time-approval.md",
3711
+ "description": "",
3712
+ "author": "Documentation",
3713
+ "updatedAt": "Recently",
3714
+ "frontmatter": {
3715
+ "id": "time-approval",
3716
+ "title": "Time approval",
3717
+ "sidebar_label": "Time approval"
3718
+ }
3719
+ },
3720
+ {
3721
+ "type": "file",
3722
+ "name": "time-audit",
3723
+ "title": "Time audit",
3724
+ "path": "docs/time-audit.md",
3725
+ "contentId": "docs-time-audit",
3726
+ "slug": "time-audit",
3727
+ "categoryId": "docs",
3728
+ "filePath": "/content/docs/docs/time-audit.md",
3729
+ "relativePath": "docs/time-audit.md",
3730
+ "description": "",
3731
+ "author": "Documentation",
3732
+ "updatedAt": "Recently",
3733
+ "frontmatter": {
3734
+ "id": "time-audit",
3735
+ "title": "Time audit",
3736
+ "sidebar_label": "Time audit"
3737
+ }
3738
+ },
3739
+ {
3740
+ "type": "file",
3741
+ "name": "time-rounding",
3742
+ "title": "Time Rounding",
3743
+ "path": "docs/time-rounding.md",
3744
+ "contentId": "docs-time-rounding",
3745
+ "slug": "time-rounding",
3746
+ "categoryId": "docs",
3747
+ "filePath": "/content/docs/docs/time-rounding.md",
3748
+ "relativePath": "docs/time-rounding.md",
3749
+ "description": "",
3750
+ "author": "Documentation",
3751
+ "updatedAt": "Recently",
3752
+ "frontmatter": {
3753
+ "id": "time-rounding",
3754
+ "title": "Time Rounding",
3755
+ "sidebar_label": "Time Rounding"
3756
+ }
3757
+ },
3758
+ {
3759
+ "type": "file",
3760
+ "name": "time-zones",
3761
+ "title": "Time zones",
3762
+ "path": "docs/time-zones.md",
3763
+ "contentId": "docs-time-zones",
3764
+ "slug": "time-zones",
3765
+ "categoryId": "docs",
3766
+ "filePath": "/content/docs/docs/time-zones.md",
3767
+ "relativePath": "docs/time-zones.md",
3768
+ "description": "",
3769
+ "author": "Documentation",
3770
+ "updatedAt": "Recently",
3771
+ "frontmatter": {
3772
+ "id": "time-zones",
3773
+ "title": "Time zones",
3774
+ "sidebar_label": "Time zones"
3775
+ }
3776
+ },
3777
+ {
3778
+ "type": "file",
3779
+ "name": "tracking-project-progress",
3780
+ "title": "Tracking project progress",
3781
+ "path": "docs/tracking-project-progress.md",
3782
+ "contentId": "docs-tracking-project-progress",
3783
+ "slug": "tracking-project-progress",
3784
+ "categoryId": "docs",
3785
+ "filePath": "/content/docs/docs/tracking-project-progress.md",
3786
+ "relativePath": "docs/tracking-project-progress.md",
3787
+ "description": "",
3788
+ "author": "Documentation",
3789
+ "updatedAt": "Recently",
3790
+ "frontmatter": {
3791
+ "id": "tracking-project-progress",
3792
+ "title": "Tracking project progress",
3793
+ "sidebar_label": "Tracking project progress"
3794
+ }
3795
+ },
3796
+ {
3797
+ "type": "file",
3798
+ "name": "upgrade-and-subscription",
3799
+ "title": "Upgrade and subscription",
3800
+ "path": "docs/upgrade-and-subscription.md",
3801
+ "contentId": "docs-upgrade-and-subscription",
3802
+ "slug": "upgrade-and-subscription",
3803
+ "categoryId": "docs",
3804
+ "filePath": "/content/docs/docs/upgrade-and-subscription.md",
3805
+ "relativePath": "docs/upgrade-and-subscription.md",
3806
+ "description": "",
3807
+ "author": "Documentation",
3808
+ "updatedAt": "Recently",
3809
+ "frontmatter": {
3810
+ "id": "upgrade-and-subscription",
3811
+ "title": "Upgrade and subscription",
3812
+ "sidebar_label": "Upgrade and subscription"
3813
+ }
3814
+ },
3815
+ {
3816
+ "type": "file",
3817
+ "name": "user-groups",
3818
+ "title": "User Groups",
3819
+ "path": "docs/user-groups.md",
3820
+ "contentId": "docs-user-groups",
3821
+ "slug": "user-groups",
3822
+ "categoryId": "docs",
3823
+ "filePath": "/content/docs/docs/user-groups.md",
3824
+ "relativePath": "docs/user-groups.md",
3825
+ "description": "",
3826
+ "author": "Documentation",
3827
+ "updatedAt": "Recently",
3828
+ "frontmatter": {
3829
+ "id": "user-groups",
3830
+ "title": "User Groups",
3831
+ "sidebar_label": "User Groups"
3832
+ }
3833
+ },
3834
+ {
3835
+ "type": "file",
3836
+ "name": "users",
3837
+ "title": "Users",
3838
+ "path": "docs/users.md",
3839
+ "contentId": "docs-users",
3840
+ "slug": "users",
3841
+ "categoryId": "docs",
3842
+ "filePath": "/content/docs/docs/users.md",
3843
+ "relativePath": "docs/users.md",
3844
+ "description": "",
3845
+ "author": "Documentation",
3846
+ "updatedAt": "Recently",
3847
+ "frontmatter": {
3848
+ "id": "users",
3849
+ "title": "Users",
3850
+ "sidebar_label": "Users"
3851
+ }
3852
+ },
3853
+ {
3854
+ "type": "file",
3855
+ "name": "who-can-do-what",
3856
+ "title": "Who Can Do What",
3857
+ "path": "docs/who-can-do-what.md",
3858
+ "contentId": "docs-who-can-do-what",
3859
+ "slug": "who-can-do-what",
3860
+ "categoryId": "docs",
3861
+ "filePath": "/content/docs/docs/who-can-do-what.md",
3862
+ "relativePath": "docs/who-can-do-what.md",
3863
+ "description": "",
3864
+ "author": "Documentation",
3865
+ "updatedAt": "Recently",
3866
+ "frontmatter": {
3867
+ "id": "who-can-do-what",
3868
+ "title": "Who Can Do What",
3869
+ "sidebar_label": "Who Can Do What"
3870
+ }
3871
+ },
3872
+ {
3873
+ "type": "file",
3874
+ "name": "working-with-tasks",
3875
+ "title": "Working with Task",
3876
+ "path": "docs/working-with-tasks.md",
3877
+ "contentId": "docs-working-with-tasks",
3878
+ "slug": "working-with-tasks",
3879
+ "categoryId": "docs",
3880
+ "filePath": "/content/docs/docs/working-with-tasks.md",
3881
+ "relativePath": "docs/working-with-tasks.md",
3882
+ "description": "",
3883
+ "author": "Documentation",
3884
+ "updatedAt": "Recently",
3885
+ "frontmatter": {
3886
+ "id": "working-with-task",
3887
+ "title": "Working with Task",
3888
+ "sidebar_label": "Working with task"
3889
+ }
3890
+ },
3891
+ {
3892
+ "type": "file",
3893
+ "name": "workspaces",
3894
+ "title": "Workspaces",
3895
+ "path": "docs/workspaces.md",
3896
+ "contentId": "docs-workspaces",
3897
+ "slug": "workspaces",
3898
+ "categoryId": "docs",
3899
+ "filePath": "/content/docs/docs/workspaces.md",
3900
+ "relativePath": "docs/workspaces.md",
3901
+ "description": "",
3902
+ "author": "Documentation",
3903
+ "updatedAt": "Recently",
3904
+ "frontmatter": {
3905
+ "id": "workspaces",
3906
+ "title": "Workspaces",
3907
+ "sidebar_label": "Workspaces"
3908
+ }
3909
+ }
3910
+ ]
3911
+ }
3912
+ ]
3913
+ },
3914
+ "navigationItems": [
3915
+ {
3916
+ "title": "Blog",
3917
+ "path": null,
3918
+ "children": [
3919
+ {
3920
+ "title": "The Rules, Standards & Practices for Timeclock rounding",
3921
+ "path": "/help-center/blog/2020-09-01-time-rounding",
3922
+ "children": [],
3923
+ "isFile": true
3924
+ },
3925
+ {
3926
+ "title": "Clockbook Beats Competitors with Competitive Pricing",
3927
+ "path": "/help-center/blog/2021-05-01-competitive-pricing",
3928
+ "children": [],
3929
+ "isFile": true
3930
+ },
3931
+ {
3932
+ "title": "Want to Make a Perfect Remote Work Plan? Here are the Ways!",
3933
+ "path": "/help-center/blog/2021-05-18-remote-work-plan",
3934
+ "children": [],
3935
+ "isFile": true
3936
+ },
3937
+ {
3938
+ "title": "The Top 15 Remote Work Software and Apps to Watch in 2021",
3939
+ "path": "/help-center/blog/2021-06-02-remote-work-app-2021",
3940
+ "children": [],
3941
+ "isFile": true
3942
+ },
3943
+ {
3944
+ "title": "Hire your Next Virtual Phone Assistant with Confidence",
3945
+ "path": "/help-center/blog/2021-06-03-next-virtual-phone-assistant",
3946
+ "children": [],
3947
+ "isFile": true
3948
+ },
3949
+ {
3950
+ "title": "Looking for Virtual Assistant Services? Here are the Top 25 Websites for 2021",
3951
+ "path": "/help-center/blog/2021-06-03-virtual-assistant-services",
3952
+ "children": [],
3953
+ "isFile": true
3954
+ },
3955
+ {
3956
+ "title": "The What, Why, Pros, Cons, and Alternatives of Google Sheets Timesheets",
3957
+ "path": "/help-center/blog/2021-06-18-alternatives-of-google-sheets-timesheets",
3958
+ "children": [],
3959
+ "isFile": true
3960
+ },
3961
+ {
3962
+ "title": "Everything You Need To Find the Best Freelance Invoice Template",
3963
+ "path": "/help-center/blog/2021-06-18-best-freelance-invoice-template",
3964
+ "children": [],
3965
+ "isFile": true
3966
+ },
3967
+ {
3968
+ "title": "The 7 Disadvantages of Offshoring That You Don’t Know and Their Solutions",
3969
+ "path": "/help-center/blog/2021-06-18-disadvantages-of-offshoring",
3970
+ "children": [],
3971
+ "isFile": true
3972
+ },
3973
+ {
3974
+ "title": "Everythig you need to know about The Future Of Coworking Trends",
3975
+ "path": "/help-center/blog/2021-06-18-everythig-you-need-to-know-about-the-future-of-coworking-trends",
3976
+ "children": [],
3977
+ "isFile": true
3978
+ },
3979
+ {
3980
+ "title": "Offshoring to India in 2021 Top Trends, Companies, Pros, Cons",
3981
+ "path": "/help-center/blog/2021-06-18-top-trends-companies-pros-cons",
3982
+ "children": [],
3983
+ "isFile": true
3984
+ },
3985
+ {
3986
+ "title": "The 2021 Guide to Project Management Methodology",
3987
+ "path": "/help-center/blog/2021-07-12-2021-guide-to-project-management-methodology",
3988
+ "children": [],
3989
+ "isFile": true
3990
+ },
3991
+ {
3992
+ "title": "Making an 8-Hour Workday Schedule Work Easier",
3993
+ "path": "/help-center/blog/2021-07-12-8-hour-workday-schedule",
3994
+ "children": [],
3995
+ "isFile": true
3996
+ },
3997
+ {
3998
+ "title": "Filling the Work Time Reports Made Easy",
3999
+ "path": "/help-center/blog/2021-07-12-filling-work-time-reports-made-easy",
4000
+ "children": [],
4001
+ "isFile": true
4002
+ },
4003
+ {
4004
+ "title": "How To Make Breakdown Of Your Workday",
4005
+ "path": "/help-center/blog/2021-07-12-make-breakdown-of-your-workday",
4006
+ "children": [],
4007
+ "isFile": true
4008
+ },
4009
+ {
4010
+ "title": "Ways to Keep Your Team Inspired",
4011
+ "path": "/help-center/blog/2021-07-12-ways-to-keep-your-team-inspired",
4012
+ "children": [],
4013
+ "isFile": true
4014
+ },
4015
+ {
4016
+ "title": "Remote Employee Engagement - How to Keep Your Team Inspired",
4017
+ "path": "/help-center/blog/2021-08-11-how-to-keep-your-team-inspired",
4018
+ "children": [],
4019
+ "isFile": true
4020
+ },
4021
+ {
4022
+ "title": "Guide for 2021 - The Reasons behind Employee Burnout & Ways to Control it",
4023
+ "path": "/help-center/blog/2021-08-12-the-reasons-behind-employee-burnout",
4024
+ "children": [],
4025
+ "isFile": true
4026
+ },
4027
+ {
4028
+ "title": "Time Tracking for Construction Industry",
4029
+ "path": "/help-center/blog/2021-08-13-time-tracking-for-construction-industry",
4030
+ "children": [],
4031
+ "isFile": true
4032
+ },
4033
+ {
4034
+ "title": "The Time Tracking Case- Tracking’s Benefits in the Light of Users’ Feedback",
4035
+ "path": "/help-center/blog/2021-08-13-tracking-benefits-in-the-light-of-users-feedback",
4036
+ "children": [],
4037
+ "isFile": true
4038
+ }
4039
+ ],
4040
+ "isFile": false
4041
+ },
4042
+ {
4043
+ "title": "Docs",
4044
+ "path": null,
4045
+ "children": [
4046
+ {
4047
+ "title": "Hrm",
4048
+ "path": null,
4049
+ "children": [
4050
+ {
4051
+ "title": "HR Dashboard",
4052
+ "path": "/help-center/docs/hrm-dashboard",
4053
+ "children": [],
4054
+ "isFile": true
4055
+ },
4056
+ {
4057
+ "title": "HR Letters",
4058
+ "path": "/help-center/docs/hrm-hr-letters",
4059
+ "children": [],
4060
+ "isFile": true
4061
+ },
4062
+ {
4063
+ "title": "Human Resource Management (HRM)",
4064
+ "path": "/help-center/docs/hrm-hrm-overview",
4065
+ "children": [],
4066
+ "isFile": true
4067
+ },
4068
+ {
4069
+ "title": "Time Off / Leave Management",
4070
+ "path": "/help-center/docs/hrm-leave",
4071
+ "children": [],
4072
+ "isFile": true
4073
+ },
4074
+ {
4075
+ "title": "Members & Invitations",
4076
+ "path": "/help-center/docs/hrm-members",
4077
+ "children": [],
4078
+ "isFile": true
4079
+ },
4080
+ {
4081
+ "title": "My Space — Employee Profile",
4082
+ "path": "/help-center/docs/hrm-my-space",
4083
+ "children": [],
4084
+ "isFile": true
4085
+ },
4086
+ {
4087
+ "title": "Offboarding / Exit Request",
4088
+ "path": "/help-center/docs/hrm-offboarding",
4089
+ "children": [],
4090
+ "isFile": true
4091
+ },
4092
+ {
4093
+ "title": "Onboarding",
4094
+ "path": "/help-center/docs/hrm-onboarding",
4095
+ "children": [],
4096
+ "isFile": true
4097
+ },
4098
+ {
4099
+ "title": "HRM Settings",
4100
+ "path": "/help-center/docs/hrm-settings",
4101
+ "children": [],
4102
+ "isFile": true
4103
+ },
4104
+ {
4105
+ "title": "Travel Management",
4106
+ "path": "/help-center/docs/hrm-travel",
4107
+ "children": [],
4108
+ "isFile": true
4109
+ }
4110
+ ],
4111
+ "isFile": false
4112
+ },
4113
+ {
4114
+ "title": "Timer",
4115
+ "path": null,
4116
+ "children": [
4117
+ {
4118
+ "title": "Time Tracking",
4119
+ "path": "/help-center/docs/timer-timetracking-main",
4120
+ "children": [],
4121
+ "isFile": true
4122
+ },
4123
+ {
4124
+ "title": "Time Tracking",
4125
+ "path": "/help-center/docs/timer-timetracking",
4126
+ "children": [],
4127
+ "isFile": true
4128
+ }
4129
+ ],
4130
+ "isFile": false
4131
+ },
4132
+ {
4133
+ "title": "Add time for others",
4134
+ "path": "/help-center/docs/add-time-for-others",
4135
+ "children": [],
4136
+ "isFile": true
4137
+ },
4138
+ {
4139
+ "title": "Alert",
4140
+ "path": "/help-center/docs/alerts",
4141
+ "children": [],
4142
+ "isFile": true
4143
+ },
4144
+ {
4145
+ "title": "Budget and estimates",
4146
+ "path": "/help-center/docs/budget-and-estimates",
4147
+ "children": [],
4148
+ "isFile": true
4149
+ },
4150
+ {
4151
+ "title": "Bulk edit",
4152
+ "path": "/help-center/docs/bulk-edit",
4153
+ "children": [],
4154
+ "isFile": true
4155
+ },
4156
+ {
4157
+ "title": "Change e-mail address",
4158
+ "path": "/help-center/docs/change-mail-address",
4159
+ "children": [],
4160
+ "isFile": true
4161
+ },
4162
+ {
4163
+ "title": "Choose Payment Method",
4164
+ "path": "/help-center/docs/choose-payment-method",
4165
+ "children": [],
4166
+ "isFile": true
4167
+ },
4168
+ {
4169
+ "title": "Clockbook Guide",
4170
+ "path": "/help-center/docs/clockbook",
4171
+ "children": [],
4172
+ "isFile": true
4173
+ },
4174
+ {
4175
+ "title": "Control accounts",
4176
+ "path": "/help-center/docs/control-accounts",
4177
+ "children": [],
4178
+ "isFile": true
4179
+ },
4180
+ {
4181
+ "title": "CSV file format",
4182
+ "path": "/help-center/docs/csv-file-format",
4183
+ "children": [],
4184
+ "isFile": true
4185
+ },
4186
+ {
4187
+ "title": "Custom fields",
4188
+ "path": "/help-center/docs/custom-fields",
4189
+ "children": [],
4190
+ "isFile": true
4191
+ },
4192
+ {
4193
+ "title": "Customize exports",
4194
+ "path": "/help-center/docs/customize-exports",
4195
+ "children": [],
4196
+ "isFile": true
4197
+ },
4198
+ {
4199
+ "title": "Deleting Account",
4200
+ "path": "/help-center/docs/deleting-account",
4201
+ "children": [],
4202
+ "isFile": true
4203
+ },
4204
+ {
4205
+ "title": "Style Guide",
4206
+ "path": "/help-center/docs/doc1",
4207
+ "children": [],
4208
+ "isFile": true
4209
+ },
4210
+ {
4211
+ "title": "Force timer",
4212
+ "path": "/help-center/docs/force-timer",
4213
+ "children": [],
4214
+ "isFile": true
4215
+ },
4216
+ {
4217
+ "title": "Formatting project note",
4218
+ "path": "/help-center/docs/formatting-project-note",
4219
+ "children": [],
4220
+ "isFile": true
4221
+ },
4222
+ {
4223
+ "title": "Getting Started",
4224
+ "path": "/help-center/docs/gettingstarted",
4225
+ "children": [],
4226
+ "isFile": true
4227
+ },
4228
+ {
4229
+ "title": "GPS tracking",
4230
+ "path": "/help-center/docs/gps-tracking",
4231
+ "children": [],
4232
+ "isFile": true
4233
+ },
4234
+ {
4235
+ "title": "Hide Time and Pages",
4236
+ "path": "/help-center/docs/hide-time-and-pages",
4237
+ "children": [],
4238
+ "isFile": true
4239
+ },
4240
+ {
4241
+ "title": "How are activity levels calculated?",
4242
+ "path": "/help-center/docs/how-are-activity-levels-calculated",
4243
+ "children": [],
4244
+ "isFile": true
4245
+ },
4246
+ {
4247
+ "title": "Import clients, projects, and tasks",
4248
+ "path": "/help-center/docs/import-clients-projects",
4249
+ "children": [],
4250
+ "isFile": true
4251
+ },
4252
+ {
4253
+ "title": "Import timesheets",
4254
+ "path": "/help-center/docs/import-timesheets",
4255
+ "children": [],
4256
+ "isFile": true
4257
+ },
4258
+ {
4259
+ "title": "Inviting and managing users",
4260
+ "path": "/help-center/docs/inviting-users",
4261
+ "children": [],
4262
+ "isFile": true
4263
+ },
4264
+ {
4265
+ "title": "Invoicing",
4266
+ "path": "/help-center/docs/invoicing",
4267
+ "children": [],
4268
+ "isFile": true
4269
+ },
4270
+ {
4271
+ "title": "Labor cost and profit",
4272
+ "path": "/help-center/docs/labor-cost-and-profit",
4273
+ "children": [],
4274
+ "isFile": true
4275
+ },
4276
+ {
4277
+ "title": "Lock timesheets",
4278
+ "path": "/help-center/docs/lock-timesheets",
4279
+ "children": [],
4280
+ "isFile": true
4281
+ },
4282
+ {
4283
+ "title": "Manager role",
4284
+ "path": "/help-center/docs/manager-role",
4285
+ "children": [],
4286
+ "isFile": true
4287
+ },
4288
+ {
4289
+ "title": "Managing people on projects",
4290
+ "path": "/help-center/docs/managing-people-on-projects",
4291
+ "children": [],
4292
+ "isFile": true
4293
+ },
4294
+ {
4295
+ "title": "Managing projects and clients",
4296
+ "path": "/help-center/docs/managing-projects",
4297
+ "children": [],
4298
+ "isFile": true
4299
+ },
4300
+ {
4301
+ "title": "Powered by MDX",
4302
+ "path": "/help-center/docs/mdx",
4303
+ "children": [],
4304
+ "isFile": true
4305
+ },
4306
+ {
4307
+ "title": "PayPal Payroll Setup",
4308
+ "path": "/help-center/docs/paypalsetup",
4309
+ "children": [],
4310
+ "isFile": true
4311
+ },
4312
+ {
4313
+ "title": "Profile Settings",
4314
+ "path": "/help-center/docs/profile-settings",
4315
+ "children": [],
4316
+ "isFile": true
4317
+ },
4318
+ {
4319
+ "title": "Quickly finding projects/tasks",
4320
+ "path": "/help-center/docs/project-filter",
4321
+ "children": [],
4322
+ "isFile": true
4323
+ },
4324
+ {
4325
+ "title": "Project templates",
4326
+ "path": "/help-center/docs/project-templates",
4327
+ "children": [],
4328
+ "isFile": true
4329
+ },
4330
+ {
4331
+ "title": "Reports",
4332
+ "path": "/help-center/docs/reports",
4333
+ "children": [],
4334
+ "isFile": true
4335
+ },
4336
+ {
4337
+ "title": "Required fields",
4338
+ "path": "/help-center/docs/required-fields",
4339
+ "children": [],
4340
+ "isFile": true
4341
+ },
4342
+ {
4343
+ "title": "Scheduled reports",
4344
+ "path": "/help-center/docs/scheduled-reports",
4345
+ "children": [],
4346
+ "isFile": true
4347
+ },
4348
+ {
4349
+ "title": "Screenshots",
4350
+ "path": "/help-center/docs/screenshots",
4351
+ "children": [],
4352
+ "isFile": true
4353
+ },
4354
+ {
4355
+ "title": "Single sign-on (SSO)",
4356
+ "path": "/help-center/docs/single-sign-on",
4357
+ "children": [],
4358
+ "isFile": true
4359
+ },
4360
+ {
4361
+ "title": "Targets and reminders",
4362
+ "path": "/help-center/docs/targets-and-reminders",
4363
+ "children": [],
4364
+ "isFile": true
4365
+ },
4366
+ {
4367
+ "title": "Task rates",
4368
+ "path": "/help-center/docs/task-rates",
4369
+ "children": [],
4370
+ "isFile": true
4371
+ },
4372
+ {
4373
+ "title": "Time approval",
4374
+ "path": "/help-center/docs/time-approval",
4375
+ "children": [],
4376
+ "isFile": true
4377
+ },
4378
+ {
4379
+ "title": "Time audit",
4380
+ "path": "/help-center/docs/time-audit",
4381
+ "children": [],
4382
+ "isFile": true
4383
+ },
4384
+ {
4385
+ "title": "Time Rounding",
4386
+ "path": "/help-center/docs/time-rounding",
4387
+ "children": [],
4388
+ "isFile": true
4389
+ },
4390
+ {
4391
+ "title": "Time zones",
4392
+ "path": "/help-center/docs/time-zones",
4393
+ "children": [],
4394
+ "isFile": true
4395
+ },
4396
+ {
4397
+ "title": "Tracking project progress",
4398
+ "path": "/help-center/docs/tracking-project-progress",
4399
+ "children": [],
4400
+ "isFile": true
4401
+ },
4402
+ {
4403
+ "title": "Upgrade and subscription",
4404
+ "path": "/help-center/docs/upgrade-and-subscription",
4405
+ "children": [],
4406
+ "isFile": true
4407
+ },
4408
+ {
4409
+ "title": "User Groups",
4410
+ "path": "/help-center/docs/user-groups",
4411
+ "children": [],
4412
+ "isFile": true
4413
+ },
4414
+ {
4415
+ "title": "Users",
4416
+ "path": "/help-center/docs/users",
4417
+ "children": [],
4418
+ "isFile": true
4419
+ },
4420
+ {
4421
+ "title": "Who Can Do What",
4422
+ "path": "/help-center/docs/who-can-do-what",
4423
+ "children": [],
4424
+ "isFile": true
4425
+ },
4426
+ {
4427
+ "title": "Working with Task",
4428
+ "path": "/help-center/docs/working-with-tasks",
4429
+ "children": [],
4430
+ "isFile": true
4431
+ },
4432
+ {
4433
+ "title": "Workspaces",
4434
+ "path": "/help-center/docs/workspaces",
4435
+ "children": [],
4436
+ "isFile": true
4437
+ }
4438
+ ],
4439
+ "isFile": false
4440
+ }
4441
+ ]
4442
+ }