diff --git a/README.md b/README.md index 14bd6f73..62a5dd10 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the documentation for MonoGame. -## Building Form Source +## Building From Source The MonoGame website is built using the .NET tool [DocFX](https://dotnet.github.io/docfx/) to generate the base MonoGame documentation and the API reference documentation. This means you will need the following prerequisites to build locally from source diff --git a/articles/getting_to_know/howto/HowTo_AutomaticRotation.md b/articles/getting_to_know/howto/HowTo_AutomaticRotation.md index 8eb729df..40c1a19f 100644 --- a/articles/getting_to_know/howto/HowTo_AutomaticRotation.md +++ b/articles/getting_to_know/howto/HowTo_AutomaticRotation.md @@ -1,6 +1,6 @@ --- title: How to manage automatic rotation and scaling -description: A walkthrough what is involved in figuring out if two objects collide for MonoGame! +description: Demonstrates how to manage rotation and scaling based on device orientation. requireMSLicense: true --- diff --git a/articles/getting_to_know/howto/index.md b/articles/getting_to_know/howto/index.md index f520f8b5..72625d5b 100644 --- a/articles/getting_to_know/howto/index.md +++ b/articles/getting_to_know/howto/index.md @@ -43,7 +43,7 @@ This section details some of the operational aspects of running a MonoGame game. * [How to manage automatic rotation and scaling](HowTo_AutomaticRotation.md) - A walkthrough what is involved in figuring out if two objects collide for MonoGame! + Demonstrates how to manage rotation and scaling based on device orientation. * [How to exit a Game Immediately](HowTo_ExitNow.md)