- Notifications
You must be signed in to change notification settings - Fork3
[WIP/Discussion] DocFx example for Serilog org#5
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
merbla commentedOct 8, 2018
nblumhardt commentedOct 8, 2018
👏 I can't speak to the DocFx vs Hugo question (as first committer I think you own that choice :-)) but this looks pretty impressive for a starting point! Nightly builds seem like the best bet, we'd be constantly churning it otherwise. Happy to be signed up for whatever I can usefully contribute, just give the word! (Or let me know a day we can get around a cafe table and hack at it :-)) |
AraHaan commentedSep 17, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I think this could help with nightly builds as well too (for those who prefer installers for shared framework versions to serilog and all of it's supported sinks). Sadly I would like to ask if the serilog org can take it on (I have set up dependabot so pr's should just be as easy as merge them every now and then)https://github.com/Elskom/Serilog-Installer (It uses dotnet/arcade however). However it will need to have a few updated files for the installer as well, it got references to one of my other shared frameworks in the installer's text while some others are from the dotnet/runtime repo as I do not know any language except english (those would also require changes). Also the purple theme and the icon would need to be changed to the serilog icon and to red to match serilog more. Why a shared framework you ask? Because sometimes people like me want to share their serilog dependencies with all of their projects, however in .NET 6+ |


Uh oh!
There was an error while loading.Please reload this page.
Following on from discussions inserilog/serilog#1164.
Existinglanding page remains intact and uses subfolder
docsfor output.Basic Workflow for DocFx
make build-docs. This will do the [following]:(https://github.com/serilog/serilog.github.io/pull/5/files#diff-b67911656ef5d18c4ae36cb6741b7965)docs.make serve-docsto serve content athttp://localhost:8080.Example site structure
More questions...
After working withHugo for sometime, I found DocFx cumbersome and light on features.