Rewrite of the files and folders section#491
Draft
ferafiks wants to merge 11 commits intostride3d:masterfrom
Draft
Rewrite of the files and folders section#491ferafiks wants to merge 11 commits intostride3d:masterfrom
ferafiks wants to merge 11 commits intostride3d:masterfrom
Conversation
Contributor
Author
|
Aside from missing visualizations, the PR is ready for review. Also note, I originally planned to rewrite the engine asset pages and place them in the new section, but there are already a lot of changes and I could just do that in another PR. A few points of discussion:
|
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.
Motivation
The files and folders section is quite outdated and is lacking a lot of useful information. On top of that, the name of the section is quite misleading, implying to be about IO operations.
Additionally, there are other very minor sections that could be merged with files and folders into one, removing clutter from the sidebar.
Description
This PR:
Highlights
New sub-section "Building the game" that goes into detail how to setup, build and cleanup the game, providing a guide on how to make the publish directory look like this out of the box
New section "Packages" that includes information on how a C# solution works, how to create and configure additional packages and how dependencies work
New instructions for using Nuget packages and completely redone instructions on how to create add assets and publish them.
TODO