Skip to content

Conversation

marcomontalbano
Copy link
Owner

@marcomontalbano marcomontalbano commented Mar 17, 2025

Closes #173

What I did

Add the description and the documentationLinks to the fetched component.

...
  outputters: [
    async (pages) => {
      console.log(pages[0].components[0].description);
      console.log(pages[0].components[0].documentationLinks);
    }
  ]
...

@marcomontalbano marcomontalbano self-assigned this Mar 17, 2025
@marcomontalbano marcomontalbano added the PR: New Feature 🚀 Only for pull request. New feature label Mar 17, 2025
@marcomontalbano marcomontalbano force-pushed the i173-add-description-and-documentationLink branch from 2b11f0a to 4933197 Compare March 18, 2025 18:10
@marcomontalbano marcomontalbano marked this pull request as ready for review March 18, 2025 20:16
@marcomontalbano marcomontalbano merged commit 82b010c into main Mar 18, 2025
16 checks passed
@marcomontalbano marcomontalbano deleted the i173-add-description-and-documentationLink branch March 18, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: New Feature 🚀 Only for pull request. New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't access component description or documentationLink
1 participant