Redirect rest-api docs to Microsoft Graph API documentation#1919
Redirect rest-api docs to Microsoft Graph API documentation#1919toliaqat wants to merge 3 commits intoOneDrive:livefrom
Conversation
The OneDrive REST API documentation is now maintained as part of the Microsoft Graph API docs. This change retires the 168 local rest-api pages by replacing them with DocFX redirect_url front matter that sends users to the Graph API OneDrive resource documentation at https://learn.microsoft.com/en-us/graph/api/resources/onedrive. Changes: - Replace all 168 docs/rest-api/*.md files with redirect front matter - Remove docs/rest-api/config/ build artifacts (3 JSON files) - Update docs/TOC.md to remove rest-api navigation entries - Update docs/index.md to link directly to Graph API docs - Update docs/breadcrumb/toc.yml to remove REST API breadcrumb - Update external references in file-handlers, file-pickers, sample-code, and templates to use Graph API URLs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit c65f789:
|
Restore the core front matter fields (author, ms.author, ms.date, title, ms.localizationpriority) alongside the redirect_url in all 168 docs/rest-api/*.md files. The publishing system requires these metadata fields to be preserved even for redirected pages. Also adds a one-line description body to each page for context. Normalizes 3 files that used the variant 'localization_priority' field name to the standard 'ms.localizationpriority'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update 134 rest-api docs to redirect to their specific Microsoft Graph API equivalents instead of the top-level OneDrive resource page. Each target URL was verified to return HTTP 200. - 134 files now redirect to specific Graph API resource/method pages - 34 files remain on the top-level fallback (concepts, getting-started, and 3 API pages with no direct Graph equivalent) - 2 files mapped to closest Graph alternatives: driveitem_post_content -> driveitem-put-content webhooknotification -> changenotification Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 6ee411d:
|
The OneDrive REST API documentation is now maintained as part of the Microsoft Graph API docs. This change retires the 168 local rest-api pages by replacing them with DocFX redirect_url front matter that sends users to the Graph API OneDrive resource documentation at https://learn.microsoft.com/en-us/graph/api/resources/onedrive.
Changes: