VitePress site that lists Discord-submitted resources. Resource markdown lives in content/resources/*.md with frontmatter fields for discord_thread_id and vote counts.
- Auto index:
npm run generate:resourcesbuilds.vitepress/resources.jsonfor theResourceIndexVue component. - Votes history:
data/votes.jsonis written by the Discord updater in../discord-resources/scripts/updateVotes.js. - Build:
npm run build(runs the generator first viaprebuild).
To add a new resource manually, drop a markdown file under content/resources/ with the required frontmatter and re-run the generator.