Update documentation structure#7281
Update documentation structure#7281harry-cpp merged 8 commits intoMonoGame:developfrom SimonDarksideJ:docs_shuffle
Conversation
SimonDarksideJ
commented
Aug 7, 2020
- Move 3.7 and XNA migration to Getting Started content
- Updated toc for Getting Started pages to include the migration guides
- Removed old links from header toc
- Renamed DotNet to .NET in Getting Started TOC
- Move 3.7 and XNA migration to Getting Started content - Updated toc for Getting Started pages to include the migration guides - Removed old links from header toc
|
|
||
| If you currently have a MonoGame 3.7 project and wish to upgrade it to MonoGame 3.8, please check our handy [Upgrade Guide](~/articles/migrate38.md). | ||
|
|
||
| ## Migrating from XNA to MonoGame |
There was a problem hiding this comment.
I would argue to removing "to MonoGame" from this. It isn't needed. Same with the section above "Migrating from 3.7".
@Jjagg ?
There was a problem hiding this comment.
Agreed on this one, other one I like MG 3.7 better, but don't have a strong opinion on it.
…g MonoGame statements
|
|
||
| ## Migrating from XNA | ||
|
|
||
| If you currently have an XNA project or sample and wish to upgrade it to MonoGame, please check our handy [Porting guide for XNA](~/articles/porting_xna.md) |
There was a problem hiding this comment.
hmm, should we maybe change the way we refer to the migrating guides in the description itself?
| - name: Visual Studio for Mac | ||
| href: 1_creating_a_new_project_vsm.md | ||
| - name: DotNet core CLI | ||
| - name: .NET Core CLI |
There was a problem hiding this comment.
It is .NET Core CLI: https://docs.microsoft.com/en-us/dotnet/core/tools/
Though probably will be just .NET CLI when .NET 5 releases.
|
@SimonDarksideJ I don't know why we all started writing comments instead of directly editing the wrong parts XD. |
|
Hah... good point @harry-cpp |
|
Gonna merge this and fix file locations in my PR. |