Skip to content

Commit

Permalink
[Docs] Migrate Time API
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Jul 3, 2022
1 parent f37f609 commit a730ac9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions data/migratedPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ Course_formats:
Creating_mobile_course_formats:
- filePath: "/docs/moodleapp/development/plugins-development-guide/examples/create-course-formats.md"
slug: "/docs/moodleapp/development/plugins-development-guide/examples/create-course-formats"
Custom_Moodle_Apps:
- filePath: "/docs/moodleapp/customisation/custom-apps.md"
slug: "/docs/moodleapp/customisation/custom-apps"
Credits:
- filePath: "/general/community/credits/index.md"
slug: "/general/community/credits"
Custom_Moodle_Apps:
- filePath: "/docs/moodleapp/customisation/custom-apps.md"
slug: "/docs/moodleapp/customisation/custom-apps"
DDL_functions:
- filePath: "/docs/apis/core/dml/ddl.md"
slug: "/docs/apis/core/dml/ddl"
Expand Down Expand Up @@ -1542,6 +1542,9 @@ Testing_instructions_guide:
Testing_of_integrated_issues:
- filePath: "/general/development/process/testing/integrated-issues.md"
slug: "/general/development/process/testing/integrated-issues"
Time_API:
- filePath: "/docs/apis/subsystems/time/index.md"
slug: "/docs/apis/subsystems/time/"
Tracker_guide:
- filePath: "/general/development/tracker/guide.md"
slug: "/general/development/tracker/guide"
Expand Down
2 changes: 1 addition & 1 deletion docs/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The [Task API](https://docs.moodle.org/dev/Task_API) lets you run jobs in the ba

### Time API (time)

The [Time API](https://docs.moodle.org/dev/Time_API) takes care of translating and displaying times between users in the site.
The [Time API](./apis/subsystems/task/index.md) takes care of translating and displaying times between users in the site.

### Testing API (test)

Expand Down

0 comments on commit a730ac9

Please sign in to comment.