Closed nhirschey closed 2 years ago
That's fantastic, thanks @nhirschey. Good thing, because I have no idea how the doc build system worked. I will spend some time with the PR to understand it all.
Awesome, thanks again for this Nicholas. It will be great to have a working docs page. I've run it, and I have a few questions to ask...
GITHUB_TOKEN just available for you automatically inside GitHub Actions.
Excel.FinancialFunctions.Financial
type.Ok, thanks for the above. @sergey-tihon, appreciate the education on github token. I will have to think some more about the namespaces here, because having the many API at the same level as a random enum seems subpar for discoverability. Also, do you know how we can fix the [learn more] links in the screenshot above? It would seem that the intent is for them to be clickable links in the docs.
Anyway, nice work. Merging now. Also fixes #47
Hi @jcoliz, thanks for updating this to netstandard2.0! I was watching this because I wanted to use it this spring on net6.0.
This pull request is all about updating the documentation tool and facilitating automatic docs deployment via github actions. the changes were:
To see docs locally, do
Closes #16