-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
variables and operators in guides #17
Merged
Merged
Conversation
This file contains 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
…er from 'rel' to 'ref' in href.
- Changed "Featured Resources" to "Explore Top Resources" on home page - Added a new section for "Learn the Basics" with relevant content - Included a featured guides card with highlight information - Updated button link text on home page from "Getting started" to "Learn"
This is a merge commit the virtual branches in your workspace. Due to GitButler managing multiple virtual branches, you cannot switch back and forth between git branches and virtual branches easily. If you switch to another branch, GitButler will need to be reinitialized. If you commit on this branch, GitButler will throw it away. Here are the branches that are currently applied: - v2/landing-page (refs/gitbutler/v2/landing-page) branch head: d2dc5ac - app/(home)/page.tsx - components/shared/footer.tsx - public/gradient.png - components/shared/home/guides-card.tsx For more information about what we're doing here, check out our docs: https://docs.gitbutler.com/features/virtual-branches/integration-branch
- disabled global colors of fumadocs
v2/landing-page
bryan308
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Oct 23, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
bryan308
commented
Oct 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏿
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 comprehensive updates to the JavaScript guides, including new content on variables and operators, as well as updates to the resources data. The most important changes include the addition of new guides on variables and operators, updates to metadata, and the inclusion of new resources.
Content Updates:
content/guides/(javascript)/variables-and-operators/index.mdx
: Added a new guide on variables and operators, including sections on variable declaration, types of variables, naming conventions, and various operators.content/guides/(javascript)/variables-and-operators/operators.mdx
: Added detailed content on JavaScript operators, including types and examples of arithmetic, assignment, comparison, and logical operations.content/guides/(javascript)/variables-and-operators/variables.mdx
: Added comprehensive information on JavaScript variables, including their declaration usingvar
,let
,const
, and examples demonstrating their usage.Metadata Updates:
content/guides/(javascript)/variables-and-operators/meta.json
: Added metadata for the new variables and operators guide.content/guides/meta.json
: Updated the main meta file to include the new guide on variables and operators.Resources Data Updates:
data/resources.ts
: Added new resources for SVG icons and generators, including "SVGmix" and "Creatica". [1] [2]