Skip to content

Revise search add-ins documentation for SPFx recommendation#10830

Merged
andrewconnell merged 5 commits into
SharePoint:mainfrom
Ashlesha-MSFT:general-development-olddoc7
May 20, 2026
Merged

Revise search add-ins documentation for SPFx recommendation#10830
andrewconnell merged 5 commits into
SharePoint:mainfrom
Ashlesha-MSFT:general-development-olddoc7

Conversation

@Ashlesha-MSFT
Copy link
Copy Markdown
Contributor

@Ashlesha-MSFT Ashlesha-MSFT commented May 13, 2026

Category

  • Content fix

Related issues

What's in this Pull Request?

  • Added deprecation notice for SharePoint Add-ins in SharePoint Online
  • Added recommendation to use SharePoint Framework (SPFx) and Microsoft Graph APIs for new development
  • Updated legacy MSDN links to Microsoft Learn paths
  • Added notes about deprecated Silverlight-based APIs
  • Performed minor documentation cleanup and formatting improvements

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 88f0fe7:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/search-add-ins-in-sharepoint.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit f716795:

💡 Validation status: suggestions

File Status Preview URL Details
docs/general-development/overview-of-the-sharepoint-mobile-object-model.md 💡Suggestion View Details
docs/general-development/search-add-ins-in-sharepoint.md ✅Succeeded View

docs/general-development/overview-of-the-sharepoint-mobile-object-model.md

  • Line 188, Column 180: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /dotnet/api/system.net.networkcredential?view=netframework-4.8.1

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 2c9d7a6:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/overview-of-the-sharepoint-mobile-object-model.md ✅Succeeded View
docs/general-development/search-add-ins-in-sharepoint.md ✅Succeeded View

For more details, please refer to the build report.

@andrewconnell andrewconnell self-assigned this May 15, 2026
@andrewconnell andrewconnell self-requested a review May 15, 2026 11:31
Comment thread docs/general-development/overview-of-the-sharepoint-mobile-object-model.md Outdated
@andrewconnell andrewconnell added Needs: Author Feedback Awaiting response from the original poster of the issue. Marked as stale if no activity for 7 days. pr:do-not-merge Pull request not ready to be merged labels May 16, 2026
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 4e2ee0c:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/overview-of-the-sharepoint-mobile-object-model.md ✅Succeeded View
docs/general-development/search-add-ins-in-sharepoint.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@andrewconnell andrewconnell added pr:in-review Actively reviewing pull request and removed Needs: Author Feedback Awaiting response from the original poster of the issue. Marked as stale if no activity for 7 days. pr:do-not-merge Pull request not ready to be merged labels May 20, 2026
@andrewconnell andrewconnell self-requested a review May 20, 2026 16:44
- collapsed double line breaks
- normalized list gutters, markers, and inter-item blank lines
- removed double-spaces and trailing whitespace in prose
- stripped leading/trailing blank lines inside fenced code blocks
- added language tags to untagged code fences (csharp, javascript)
- normalized code block indentation
- removed legacy anchor targets
- updated ms.date to original publish date
- replaced links to internal MD file paths
Copy link
Copy Markdown
Collaborator

@andrewconnell andrewconnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made lots of formatting updates

in future, can you run Acrolinx on docs & update the low-hanging fruit findings (like conjunctions, typos, grammar, etc)?

@andrewconnell andrewconnell added pr:ready-to-merge Ready to merge PR and removed pr:in-review Actively reviewing pull request labels May 20, 2026
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit c678e53:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/overview-of-the-sharepoint-mobile-object-model.md ✅Succeeded View
docs/general-development/search-add-ins-in-sharepoint.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@andrewconnell andrewconnell merged commit 10779d0 into SharePoint:main May 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:ready-to-merge Ready to merge PR

Projects

None yet

2 participants