Ken Chen

Results 11 comments of Ken Chen

Could you share more details about what error you see?

Is it possible to share a sample project that can reproduce this issue?

@MathewSachin if you don't want markdown to be converted to html, what kind of functionality do you want from DocFX? You can directly send your markdown files to gitbook..

someone also reported the same issue for .NET Core doc: https://github.com/dotnet/core-docs/issues/321

@sergey-vershinin left TOC should be scrollable, could you give me a sample where you see this issue?

Foo.Bar{`1} is a generic instantiation using the second parameter of class Foo. @agjohnson, could you share the yaml file generated from docfx?

@agjohnson could you point out the place where you think is a problem? I briefly looked at the file and didn't find any problem. @vwxyzh

@atrauzzi We recommend to use SSH to launch container as it's much more stable than JNLP. Please have a try and let us know if there is any issue.

From the error message, you don't have a SignalR server to handle the client connections (see this [doc](https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-concept-internals) for more details). Could you elaborate a bit more on how your...

Let me explain this a bit more. Azure SignalR Service can work in two different ways: 1. If your server is a typical ASP.NET web application, you can create a...