This repository was archived by the owner on Aug 8, 2025. It is now read-only.
Rekhoff/unity blackhol.io tutorial switcher (#140)#144
Closed
cloutiertyler wants to merge 1 commit intoreleasefrom
Closed
Rekhoff/unity blackhol.io tutorial switcher (#140)#144cloutiertyler wants to merge 1 commit intoreleasefrom
cloutiertyler wants to merge 1 commit intoreleasefrom
Conversation
* Unified Rust and C# documentation for Blackhol.io Creates a single markdown file for each page, containing both Rust and C# server implementations, using the following format: :::rust # A rust section ::: :::csharp # A csharp section ::: The visibility of each section should then be controlled by a dropdown on the website itself, leveraging tooling not contained in this branch. * Updated language code blocks to clarify the block refers to the server's language Prepped the combined documents to specifically tag for the server side code such that: :::server-rust A rust server implementation section. ::: :::server-csharp A csharp server implementation section. ::: And in a future additionally update the documentation to differentiate the client portion too, like: :::client-unity A Unity client implementation section. ::: * Update part-4.md Added additional clarification that the linked repo contained content beyond the scope of the tutorial. * Updated subscriptions to match new API format * Small fixes to unity tutorial index page * Added a note about column names to the C# tutorial * Merged a section which was now abutting another section * Clarified where you are supposed to put C# reducers * Small, mostly whitespace fixes --------- Co-authored-by: Tyler Cloutier <cloutiertyler@aol.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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Creates a single markdown file for each page, containing both Rust and C# server implementations, using the following format: :::rust
A rust section
:::
:::csharp
A csharp section
:::
The visibility of each section should then be controlled by a dropdown on the website itself, leveraging tooling not contained in this branch.
Prepped the combined documents to specifically tag for the server side code such that: :::server-rust
A rust server implementation section.
:::
:::server-csharp
A csharp server implementation section.
:::
And in a future additionally update the documentation to differentiate the client portion too, like: :::client-unity
A Unity client implementation section.
:::
Added additional clarification that the linked repo contained content beyond the scope of the tutorial.
Updated subscriptions to match new API format
Small fixes to unity tutorial index page
Added a note about column names to the C# tutorial
Merged a section which was now abutting another section
Clarified where you are supposed to put C# reducers
Small, mostly whitespace fixes