Skip to content

Conversation

khromov
Copy link
Collaborator

@khromov khromov commented Sep 26, 2025

No description provided.

Copy link

vercel bot commented Sep 26, 2025

@khromov is attempting to deploy a commit to the Svelte team on Vercel, but is not a member of this team. To resolve this issue, you can:

  • Make your repository public. Collaboration is free for open source and public repositories.
  • Add @khromov as a member. A Pro subscription is required to access Vercel's collaborative features.
    • If you're the owner of the team, click here and add @khromov as a member.
    • If you're the user who initiated this build request, click here to request access.
    • If you're already a member of the Svelte team, make sure that your Vercel account is connected to your GitHub account.

To read more about collaboration on Vercel, click here.

}
}

export async function getSections() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Dummy data until sveltejs/svelte.dev#1556 is merged

{
name: 'list-sections',
enabled: () => false,
enabled: () => true,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
enabled: () => true,

Copy link

vercel bot commented Sep 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
mcp Ready Ready Preview Comment Oct 2, 2025 9:30am

@paoloricciuti
Copy link
Member

@khromov I think this is ready to go...we can think later how and if we want to cache the results.

@paoloricciuti paoloricciuti changed the title wip: simplified documentation listing feat: simplified documentation listing Oct 2, 2025
const formatted_sections = available_sections
.map(
(section) =>
`* title: ${section.title}, use_cases: ${section.use_cases}, path: ${section.url}`,
Copy link
Collaborator Author

@khromov khromov Oct 2, 2025

Choose a reason for hiding this comment

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

Maybe let's not add use_cases if it's empty, and put it at the end (so it's title, path, (maybe) use_cases)?

@paoloricciuti paoloricciuti merged commit 7b5bea6 into main Oct 2, 2025
5 checks passed
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.

2 participants