-
Notifications
You must be signed in to change notification settings - Fork 652
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
Refresh website #2599
Refresh website #2599
Conversation
Split the CLI documentation into four parts: 1. Installation 2. Arguments 3. Output 4. Assembly Patching Also move the argument documentation from HelpWriter and into arguments.md.
1. Add a GitHub Actions workflow for validating the documentation. 2. Add A `Build-Documentation` Cake task to only build (not publish) the documentation.
I'm having some Cake problems:
And:
|
@asbjornu what command are you running when you get this error? |
@gep13 |
Ah gotcha, you mean this error is coming up when running the new docs workflow? On phone, so hard to view that. Could it be due to not everything being checked up? In the build.hmm there is an additional checkout step, which is likely required to fully assert version number. Arguably this isn't needed for a docs build, so could be that we make that part of the Setup task conditional? |
Good point, @gep13. If I only knew where |
@asbjornu this isn't a Task, but rather a setup method: https://github.com/gittools/gitversion/blob/main/build.cake#L55 |
Gotcha @gep13. Thanks! |
d2626c2
to
0ff84a1
Compare
@asbjornu look really great the new UI, really fresh. I had a quick review, there is one comment I added but overall looks good. I think we can merge it as it is now, later we can/need to improve with follow up PRs |
Description
This PR refreshes the website to match the logo created by @LazaroOnline in #2508. It also updates the documentation so it resolves #2326.
Related Issue
Motivation and Context
The documentation was chaotic and outdated. This PR does not complete that work, but it improves it a whole lot.
How Has This Been Tested?
Screenshots (if appropriate):
Checklist: