Skip to content

Test deploy docs - #51

Closed
stutimansata04 wants to merge 6 commits into
mainfrom
test-deploy-docs
Closed

Test deploy docs#51
stutimansata04 wants to merge 6 commits into
mainfrom
test-deploy-docs

Conversation

@stutimansata04

Copy link
Copy Markdown
Collaborator

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Added 'Test Deploy' section to guide for app submission, detailing its functionality and usage.
Updated image links in app-builder-submission.md to use relative paths instead of absolute GitHub URLs.
Added section on testing a deployment before submission, including details on accessing the Application details page and conditions for test deployments.
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Linter Report

Click to expand full report
═══════════════════════════════════════════════════════════════
                     LINTER REPORT
═══════════════════════════════════════════════════════════════

Generated: 2026-08-10T08:39:14.795Z
Mode: Full Linting (all rules + dead links check)
Target Directory: /home/runner/work/Developer-Distribution-Experience-Cloud/Developer-Distribution-Experience-Cloud

───────────────────────────────────────────────────────────────

Files to process: 21

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/commerce.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 1:1
    Message: Missing frontmatter section - add --- at the beginning with title and description
    Rule: check-frontmatter

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/discoverAndManage/app-builder-discover.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 1:1
    Message: Missing frontmatter section - add --- at the beginning with title and description
    Rule: check-frontmatter

  ⚠️  WARNING
    Location: Line 85:270
    Message: Unexpected dead URL `https://developer.adobe.com/developer-distribution/experience-cloud/docs/guides/submission/app-builder-submission#test-deploy`, expected live URL
    Rule: no-dead-urls

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/index.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 25:1
    Message: Title is too long (63 characters). Consider keeping it under 60 characters.
    Rule: check-frontmatter

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/submission/app-builder-submission.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 129:249
    Message: Unexpected dead URL `https://developer.adobe.com/developer-distribution/experience-cloud/docs/guides/discoverAndManage/app-builder-discover#testing-a-deployment-before-submission`, expected live URL
    Rule: no-dead-urls

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/submission/rejection-reasons.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 28:126
    Message: Unexpected dead URL `https://partners.adobe.com/content/dam/tep_assets/public/public_1/documents/Adobe-Creative-Cloud-Developer-Brand-Guide.pdf`, expected live URL
    Rule: no-dead-urls

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/zxp/coming-soon.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 85:44
    Message: Unexpected dead URL `https://blog.developer.adobe.com/request-for-information-plugin-developers-please-help-us-merge-your-accounts-edfd2d408615`, expected live URL
    Rule: no-dead-urls

  ⚠️  WARNING
    Location: Line 49:133
    Message: Unexpected dead URL `https://blog.developer.adobe.com/introducing-a-new-developer-distribution-portal-for-listing-uxp-plugins-in-the-creative-cloud-7f81376f46a9`, expected live URL
    Rule: no-dead-urls

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/zxp/distribution.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 42:3
    Message: Cannot find heading for `#can-i-use-developer-distribution-to-create-and-manage-catalog-listings`
    Rule: missing-heading

───────────────────────────────────────────────────────────────
📄 FILE: src/pages/guides/zxp/resources.md
───────────────────────────────────────────────────────────────
  ⚠️  WARNING
    Location: Line 37:4
    Message: Unexpected dead URL `https://www.adobe.com/go/cc_brand_guidelines`, expected live URL
    Rule: no-dead-urls

  ⚠️  WARNING
    Location: Line 55:4
    Message: Unexpected dead URL `https://helpx.adobe.com/support/programs/cc-exchange-developer-support.html`, expected live URL
    Rule: no-dead-urls

  ⚠️  WARNING
    Location: Line 49:4
    Message: Unexpected dead URL `https://www.adobe.com/go/creative_cloud_tech_blog`, expected live URL
    Rule: no-dead-urls

  ⚠️  WARNING
    Location: Line 46:4
    Message: Unexpected dead URL `https://www.adobe.com/go/creative_cloud_developer_forums`, expected live URL
    Rule: no-dead-urls

  ⚠️  WARNING
    Location: Line 40:4
    Message: Unexpected dead URL `https://www.adobe.com/go/distribute-cc-brand-assets`, expected live URL
    Rule: no-dead-urls

  ⚠️  WARNING
    Location: Line 52:4
    Message: Unexpected dead URL `https://www.adobe.com/go/creative_cloud_developer_news`, expected live URL
    Rule: no-dead-urls

  ⚠️  WARNING
    Location: Line 58:4
    Message: Unexpected dead URL `https://www.adobe.com/go/developer_distribution_faq`, expected live URL
    Rule: no-dead-urls


═══════════════════════════════════════════════════════════════
                        SUMMARY
═══════════════════════════════════════════════════════════════

  📁 Files processed:    21
  📄 Files with issues:  8
  ❌ Total errors:       0
  ⚠️  Total warnings:     16
  📋 Total issues:       16

Result: ⚠️  PASSED WITH WARNINGS - No fatal errors

═══════════════════════════════════════════════════════════════

This comment was automatically generated by the linter bot.

@stutimansata04
stutimansata04 marked this pull request as ready for review August 10, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant