docs(DOCINT-1806): enable Document Management and Unified Uploads navigation#364
Merged
Merged
Conversation
Uncomment the Document Management Integration and Unified Uploads tutorial entries in navigation.yml and remove the ungated access page.
cagmz
approved these changes
Jul 14, 2026
| @@ -1,9 +0,0 @@ | |||
| --- | |||
| permalink: /document-management-access-required | |||
There was a problem hiding this comment.
[nit] cleanup — no redirect for the deleted permalink
/document-management-access-required will 404 after this merges. jekyll-redirect-from is available via the github-pages gem (no explicit _config.yml entry needed on GitHub Pages). If this URL was ever shared with allow-listed partners, add redirect_from: ['/document-management-access-required'] front matter to the DM overview page (document-management-intro.md).
Contributor
Author
There was a problem hiding this comment.
Good callout. The URL was not shared with allow-list partners and we should be good.
kangster
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: https://procoretech.atlassian.net/browse/DOCINT-1806
Summary
Enable discoverability of already-existing docs by uncommenting their navigation entries in
_data/navigation.yml. No new content — navigation enablement only.document_management_access.mdallow-list placeholder page (no longer needed now that the docs are becoming public).Testing
urlpermalinks resolve to existing pages (4 DM pages +tutorial_unified_uploads.md).Notes
Depends on DOCINT-1779 (APIs moving to public visibility).