-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create GH-pages to host the docs #8
Comments
I believe GH-pages doesn only work for public repos (or for the paid team-accounts). So as first spike: https://mycsharptest.z6.web.core.windows.net @BenjaminAbt what do you think of this generated content? |
We put this repo public asap...? |
But dont know if we really need GH docs, our lib is very simple and limited? :-) |
Once we did #7 (in anyway) I'm OK with making it public.
No we don't need it. But
For CI/CD I did this with AzPipelines, should be quite similar for GH-actions. I don't know. But as the effort is little, I'm leaning towards publishing gh-pages. |
In my eyes #7 is just a nice to have, because it's not in our responsibility as we just use external APIs.
So we fight for a ranking....for a tiny lib? What are our competitors, I dont get it..? |
We set a sizelimit, so each entry needs to set it too, otherwise: bang exception
OK, let's forget it. (So why xml-docs at all?) |
To avoid warnings during build :-) Jokes aside. I am welcome to add GH Docs, I have no passion for that at all. I'm just a big opponent of work that is unnecessary. Hence the very minimalist summary documentation. |
Just remove HttpUserAgentParser/Directory.Build.props Lines 22 to 24 in 44d7ed9
|
The core of the library is a single line ( A 100% solution is a worthy goal, but other tasks should have a higher priority. Let's put the thing public, build it into the portal and then we have an 80% solution that will last for 99% for the next weeks/month/decades |
should get an exception because of #7. |
Can use something like https://dotnet.github.io/docfx integrated in CI/CD to push to gh-pages branch when built from main.
The text was updated successfully, but these errors were encountered: