From: Michael Insel Date: Tue, 7 May 2019 14:27:40 +0000 (+0200) Subject: Doc: Fix Windows Dev Env indentation X-Git-Tag: v2.11.0-rc1~108^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfba1c173f3e1d5b24755c118ae0470b6789ca7f;p=icinga2 Doc: Fix Windows Dev Env indentation This fixes the broken indentation in the Development with Visual Studio chapter (only visible in MkDocs). --- diff --git a/doc/21-development.md b/doc/21-development.md index fe0da2ccd..467337d2c 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -985,30 +985,30 @@ You need a free Microsoft account to download and also store your preferences. Choose these individual components on Visual Studio 2017: * .NET - * .NET Framework 4.6 targeting pack - * .NET Framework 4.6.1 SDK - * .NET Framework 4.6.1 targeting pack + * .NET Framework 4.6 targeting pack + * .NET Framework 4.6.1 SDK + * .NET Framework 4.6.1 targeting pack * Code tools - * Git for Windows - * Static analysis tools + * Git for Windows + * Static analysis tools * Compilers, build tools and runtimes - * C# and Visual Basic Roslyn compilers - * C++/CU Support - * VC++ 2017 v141 toolset (x86_64) + * C# and Visual Basic Roslyn compilers + * C++/CU Support + * VC++ 2017 v141 toolset (x86_64) * Debugging and testing - * C++ profiling tools - * Just-in-Time debugger + * C++ profiling tools + * Just-in-Time debugger * Development activities - * Visual Studio C++ core features + * Visual Studio C++ core features * Games and Graphics - * Graphics debugger and GPU profiler for DirectX (required by C++ profiling tools) + * Graphics debugger and GPU profiler for DirectX (required by C++ profiling tools) * SDKs, libraries and frameworks - * Graphics Tools Windows 8.1 SDK (required by C++ profiling tools) - * Windows 10 SDK **10.0.10240.0 - exactly this version** - * Windows 8.1 SDK - * Windows Universal C Runtime + * Graphics Tools Windows 8.1 SDK (required by C++ profiling tools) + * Windows 10 SDK **10.0.10240.0 - exactly this version** + * Windows 8.1 SDK + * Windows Universal C Runtime * Uncategorized - * GitHub Extension for Visual Studio + * GitHub Extension for Visual Studio After a while, Visual Studio will be ready.