anax
anax copied to clipboard
Hosting Problem
Currently the anax is host on Github Pages and this can`t be preview we can use another platforms like vercel and netlify for hosting anax
cc @joewxboy @linggao
The anax binaries are available on the Releases page. Just link here: https://github.com/open-horizon/anax/releases
If you're looking for the docs, not the binaries. https://github.com/open-horizon/anax/wiki
@Ayush7614 Try using a prefix of https://open-horizon.github.io/docs/anax/
So the anax repo's /docs/ folder will appear in https://github.com/open-horizon/open-horizon.github.io/tree/master/docs/anax when the GHA starts working.
That means that https://github.com/open-horizon/anax/blob/master/docs/api.md will have a URL of https://open-horizon.github.io/docs/anax/api.html when all is said and done.
See the following issues:
- https://github.com/open-horizon/anax/issues/3044
- https://github.com/open-horizon/anax/issues/2771