-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
adamlaska/osmos-cosmos-sdk
#5Labels
HacktoberfestGood issue for Hacktoberfest challengeGood issue for Hacktoberfest challengecontribution welcomeContributions welcomeContributions welcomestatus: community assignedCommunity assignedCommunity assigned
Description
Feature request
What problem does this feature solve?
Currently, when trying to import a code snippet from a non-existing file, vuepress will create a snippet that says "File not found".
Input:
<<< @/file_does_not_exist.js
Output:
Not found: /app/file_does_not_exist.js
This is a problem because it results in broken documentation. In a CI/CD environment it would be great to surface this problem early.
What does the proposed API look like?
Vuepress should fail to render if a code snippet isn't found.
How should this be implemented in your opinion?
Are you willing to work on this yourself?
meichstedt
Metadata
Metadata
Assignees
Labels
HacktoberfestGood issue for Hacktoberfest challengeGood issue for Hacktoberfest challengecontribution welcomeContributions welcomeContributions welcomestatus: community assignedCommunity assignedCommunity assigned