-
Notifications
You must be signed in to change notification settings - Fork 61
Changes to satisfy #225 #156
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
Merged
Merged
Conversation
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
tomspilman
reviewed
Jul 11, 2025
Latest "Learn" page (replaces docs) |
tomspilman
approved these changes
Jul 18, 2025
cdhanna
added a commit
to cdhanna/docs.monogame.github.io
that referenced
this pull request
Aug 30, 2025
* Updated samples page (MonoGame#149) * Add samples section to main docs links * Updated samples page * Update index.md (MonoGame#147) corrected spelling on line 20 * Update index.md (MonoGame#146) Lines 211 - 214 (Key changes made): There was an update needed to this. Previous stated the file name was "04B_11.ttf" and the size was "32". The update is to match the snippet and the download. * Update textureregion.cs (MonoGame#153) Fix the comments for the constructor * typo (MonoGame#152) * Update WhatIs_Sprite.md (MonoGame#151) Corrected coordinates in the overview section * removed accidental backtick in CLI command (MonoGame#150) * "the" (MonoGame#154) * Update core.cs * Update tilemap.cs * Update core.cs * Update core.cs * Update core.cs * Update index.md * Fix for AudioController.Update() at 2d game tutorial. (MonoGame#148) * fix for AudioController.Update() at 2d game tutorial. * update code with backward iteration --------- Co-authored-by: Hyunwook Ha <[email protected]> * fix(docs): correct typos and improve consistency across articles (MonoGame#145) * Clarify distance labels in circle collision explanation - Added missing word "circles" in description of 'a' - Reworded all three distance descriptions for clarity and consistency * fix(title scene draw): remove unused color assignment to dropShadowColor * fix(title scene draw): add missing comment above dropShadowColor assignment * refactor: fix typo in textureatlas.cs filename * fix(docs): correct typos and improve wording across documentation * (Fix)Removed < > from xref links and set unordered list to ordered list --------- Co-authored-by: Simon (Darkside) Jackson <[email protected]> * Update Roadmap - Resolves MonoGame#137 * Add Maui instructions to "Getting Started guide" and add image - resolves MonoGame#157 * Fix formatting of Tip Admonition (MonoGame#159) * Changes to satisfy #225 (MonoGame#156) * Changes to satisfy #226 * Remove create as it moved to the main site * Fix footer to match * Update links for Bsky and mastodon * Revert MonoGame checkout to 3.8.4 * fix spelling mistake in the ContentManager Methods section of chapter 5 bulding 2d games tutorial (MonoGame#160) * working * Remove exiting from Game1 class and make ExitOnEscape true by default in the core class (MonoGame#163) * Update to remove the usage of the word "objects" which can be confused for OOP (MonoGame#162) * Add info about security and protection (MonoGame#161) * material class * debug ui * working * Gum styling update 2025 8 (MonoGame#164) * Updated styling docs to use ButtonVisual Updated using statements to match new gum namespace * Fixed usings * Upped NuGet versions for MonoGame Docs * Oops forgot this using statement. * Upped version number * Addressed feedback from AristurtleDev * Updated Cartblanch's Samples links and text. * color swap mostly complete * vertex shaders * Fix typo with iOS build instructions (MonoGame#167) * Fix minor Markdown error in CH 21 of the 2D game tutorial (MonoGame#168) * getting started on lighting * in progress * finishing draft of lighitng chapter * shadow stuff * before stencil * mostly done * stencil shadows * zug zug * remove old name * rename folder, update toc, and gif support * metadata * typos * links and callouts * hlsl highlighting support * fixing indentation --------- Co-authored-by: Simon (Darkside) Jackson <[email protected]> Co-authored-by: Mckeehan <[email protected]> Co-authored-by: jani-r <[email protected]> Co-authored-by: bo <[email protected]> Co-authored-by: Quaspen <[email protected]> Co-authored-by: Hyunwook Ha <[email protected]> Co-authored-by: Hyunwook Ha <[email protected]> Co-authored-by: Quest <[email protected]> Co-authored-by: Christopher Whitley <[email protected]> Co-authored-by: Sean Buchas <[email protected]> Co-authored-by: Victor Chelaru <[email protected]> Co-authored-by: Dominique Louis <[email protected]> Co-authored-by: buymyhubs <[email protected]> Co-authored-by: alfuwu <[email protected]>
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.
Description of change
Restructures the documentation site as requested by #225
This resolves #226 as per the request.
Issue #227 is partially completed as the page is ready but needs the relevant projects behind it.
(Also needs some lipstick)
Supporting images