-
Can you give an example how to implement this in wyam ?
For example what has to be done in the config.wyam.
-
Independent of FluentBootstrap targeting .NET Core, we need a library that works with ASP.NET MVC Core and wraps it's `IHtmlHelper` interface. Now that Wyam is also using the MVC Core Razor host, this…
-
Hi,
I'm trying out Wyam for documenting a C# code base and in the code there is a case where xml doc comments are shared across a few (similiar) classes using the `include` xml doc element, documente…
-
When creating the documentation, the output is not pushed to GitHub. I am trying to push the documentation on Appveyor. Everything looks good but it is not pushed to git. The same locally when I force…
-
Currently, SPMeta2 uses a custom tailored, Wyam based workflow to generate documentation across several projects. This approach proven to be ineffective, complex and slow.
This is very similar to …
-
The `Wyam.All` metapackage has the wrong dependencies since 1.1.0 (guess that shows no one really uses it)
-
It would be nice to have 'Powered by Wyam' icon to put on the web sites or other Wyam based work.
-
Wyam documentation was recently added, but the long term goal will be to replace the documentation generated by Wyam with Statiq.
This is probably something I would need help with to achieve
-
I am learning “Integrating Wyam Into An ASP.NET MVS Site” from [this page](https://daveaglick.com/posts/integrating-wyam-into-an-aspnet-mvc-site). There are "Posts" and "Index" pipelines there and th…
-
I'm running into a few issues regarding creating a new Recipe with Wyam.
I've taken the existing `Wyam.Docs` project and created my own by copying the same structure and calling it `Wyam.EBook`. Th…