demystifyfp / FsConfig

FsConfig is a F# library for reading configuration data from environment variables and AppSettings with type safety.

Home Page:https://www.demystifyfp.com/FsConfig/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs link is broken

jkone27 opened this issue · comments

commented

@tamizhvendan I have no access to GitHub Pages setup and this workflow seems to have run automatically wiping out the docs. Is there anything you can do?

commented

I can see that the docs are available at https://www.demystifyfp.com/FsConfig/content/index.html rather than root

@queil It looks like it has been broken for a long time.

The static site is set for the docs folder, and it is pointing to https://www.demystifyfp.com/FsConfig. Since the generated index.html is available inside the content folder, we need to use the additional path to render it. We should be good if we can change the auto-generation logic to generate the files inside the docs folder!

commented

Fixed by b1fbcfa

@jkone27