From a730ac93dad03a36efda1abe67ee38a4a2a9792b Mon Sep 17 00:00:00 2001 From: Mathew May Date: Sun, 3 Jul 2022 21:14:43 +0800 Subject: [PATCH] [Docs] Migrate Time API --- data/migratedPages.yml | 9 ++++++--- docs/apis.md | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/data/migratedPages.yml b/data/migratedPages.yml index 54aeed3685..afb3082c68 100644 --- a/data/migratedPages.yml +++ b/data/migratedPages.yml @@ -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" @@ -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" diff --git a/docs/apis.md b/docs/apis.md index 8128261c9d..2ae8ccef57 100644 --- a/docs/apis.md +++ b/docs/apis.md @@ -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)