Where can I access up to date FULL documentation for dfx & canisters etc?
I am currently trying to work out how to setup redirects for my asset canister so my SPA works as expected. (i.e. any url redirects to /index.html)
Initial searching leans toward the creation of a “.ic-assets.json” file. However when I deploy with some invalid config I get the error:
unknown field
fallback, expected one ofmatch,cache,headers,ignore,enable_aliasing,allow_raw_access,encodings,security_policy,disable_security_policy_warning
To which I think, great! I’ll just search for some of the keywords to find a page that lays out what the “.ic-assets.json” file supports… WRONG!
No hits on: enable_aliasing, disable_security_policy_warning etc.
Where do I find a concise list of stuff that this wonderful platform supports?