@adminide-stack/clock-tik-browser 12.0.19 → 12.0.22-alpha.0

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