Some modifications #30
Merged
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.
This pull request introduces improvements to both the content structure and user experience of the Rust learning platform, along with some CSS styling adjustments and logic enhancements in navigation. The most significant changes include the addition of new lessons, improved navigation logic for lesson progression, and better visual feedback for completed steps.
Content Structure and Lesson Progression:
shadowing
andbool-and-float
topics, each with exercises, initial code, and expected responses to expand the curriculum. [1] [2]order
property in all lesson content files to define and control the sequence of lessons. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Navigation and Progress Tracking Logic:
[...slug].vue
to support step-based progression, allowing users to skip previously solved lessons and providing correct feedback for completed exercises. (pages/[...slug].vueL22-R82)Styling and Visual Improvements:
h1
-h6
) have full width, improving text alignment and readability.Dependency Updates:
@nuxtjs/tailwindcss
dependency to the latest version for better compatibility and new features.Codebase Maintenance:
[...slug].vue
by importing and usingParsedContent
for lesson document handling. (pages/[...slug].vueR6-R12)