joelmartinez / Monodoc.Razor

razor renderer for monodoc ECMA documentation
MIT License
0 stars 0 forks source link

Member Overloads #23

Open joelmartinez opened 7 years ago

mattleibow commented 7 years ago

Navigation is a bit hard. For example, in this page: https://developer.xamarin.com/api/type/SkiaSharp.SKBitmap/ I have a link to : https://developer.xamarin.com/api/member/SkiaSharp.SKBitmap.GetPixels/ I was expecting a link to a list of overloads, but instead I get passed to the first method. Of course I can make my link more explicit, but is there a way to show a list of all the overloads, somewhere at the bottom of the page? Or on a separate page?

Maybe something like this: https://msdn.microsoft.com/en-us/library/system.drawing.bitmap.bitmap(v=vs.110).aspx Either the left hand column, or the actual page

If you see the actual docs for a member: https://msdn.microsoft.com/en-us/library/ms141944(v=vs.110).aspx It shows the docs, but also has a list of overloads on the side. We don't have to change our layout, but maybe we could have the table at the bottom of the page?