-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Convert Wyam to DocFx #801
Conversation
TOC files need population of contents Contribute and Docs need most attention Url's need checking throughout
Be worth adding a .gitignore entry for the |
Ready for API generation
revert to github actions SDK installer
Add filter for inherited Object
Update build
Projects require fixing for GlobalUsings where usings exist without relevant dll
you can avoid compiling all of the src projects and use the nuget packages. should drastically reduce your build time. see https://github.com/dpvreony/documentation/blob/main/src/upstream/upstream.csproj for an example. |
Thank you David It's taking a long time for some reason, it only takes 10 minutes at the most too build and create the whole thing on my laptop. I will definitely consider the nuget option It's probably best if it's based on the last release anyway rather than what could be an updated in-between version. |
It looks like the build is not an issue it takes 16 minutes in the cloud compared to 4 minutes on my laptop, but the overall build only takes 10 minutes from start to finish having a running website on my laptop, the issue seems to be that it's taking a long time to build the website API docs in the cloud. So far, I haven't seen it complete in less than 5 hours at which point I cancelled it. I separated the website build from the API build to see the difference and where it's getting stuck. |
ReactiveUI Solution outstanding for completion of migration
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What are the main goals of this change?
Is this change related to any reported issue? (Optional)
#789
#776
#770
#441
#682 - Remove link
#744 - Update links
#758
#349 - Use ReactiveMarbles.ObservableEvents.SourceGenerator
Notes (Optional)