feat(adventure): add levels to The Accessibility Nightmare: intermediate - #254
Merged
Merged
Conversation
Contributor
|
- Remove rewards block (deadline and tiers) from adventure.yaml Signed-off-by: Sinduri Guntupalli <sinduri.guntupalli@dynatrace.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update: The Accessibility Nightmare
Auto-synced from the challenges repo.
Source: https://github.com/off-on-dev/open-source-challenges/tree/main/adventures/accessibility-nightmare
Levels in this PR:
intermediateBefore merging
topics:on each level, auto-set to all adventure tags, refine to level-specific subset if neededdiscussion_url:in each level once the Discourse threads are createddiscussionUrlin each*-posts.jsonstubManual steps (only if needed)
architecture_diagramSVG was not auto-fetched (check the sync logs for a warning), add the SVG manually tosrc/assets/diagrams/and addarchitecture_diagram: <file>.svgto that level inadventure.yaml- [ ] If a level has anarchitecture_diagrambut nodiagram_alt, adddiagram_alt:to that level inadventure.yamlwith a one-sentence description of the diagram - [ ] Runnode scripts/refresh-discussions.mjsafterdiscussionUrlvalues are setRoutes & sitemap
Routes are generated from
adventure.yamlby the Astro content collectionat build time (
getStaticPaths) — there is nothing to regenerate or commit.The leaderboard registry derives from adventure.yaml at runtime via
buildAdventureCategories()in refresh-leaderboard.mjs -- nothing to hand-maintain.Checks