Skip to content

Rekhoff/unity blackhol.io tutorial switcher (#140) #144

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

Closed
wants to merge 1 commit into from

Conversation

cloutiertyler
Copy link
Contributor

  • 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


* 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants