armadaproject / armada

A multi-cluster batch queuing system for high-throughput workloads on Kubernetes.
https://armadaproject.io
Apache License 2.0
460 stars 132 forks source link

armadaproject.io: Make it possible to develop via a fork #1105

Open jayofdoom opened 2 years ago

jayofdoom commented 2 years ago

In my recent work on armadaproject.io, I discovered that some of the HTML files contain direct URLs to assets needed. In order to develop this in a github pages fork, we need to be able to adjust those URLs to contain prefixes.

e.g.: https://jayofdoom.github.io/assets/img/brand/armada-under-shadow.svg 404s, because it did not add in the /armada needed (whereas https://jayofdoom.github.io/armada/assets/img/brand/armada-under-shadow.svg works).

Determine how to do this, and document a development process that involves github in the readme.txt for future developers. There are already limited instructions there pointing out this limitation.

┆Issue is synchronized with this Jira Task by Unito

sagnik3788 commented 8 months ago

@Mo-Fatah, @Sharpz7 I would like to work on it if no one is currently working on it

Mo-Fatah commented 8 months ago

all yours!