HDDS-15923. Remove old website and Hugo#10829
Conversation
jojochuang
left a comment
There was a problem hiding this comment.
This will have the the benefit of reducing binary size. Probably not a lot but it helps.
Please wait a few days for folks to chime in. Originally, the idea was to have the docs shipped with the binary so admin can reference even without internet access. But that was a long time ago. In any case, that wouldn't work now given our doc has migrated to the website repo.
|
Yeah we can leave this open for a week or two, there's no rush. The only open issues I'm aware of are:
Yes this was a concern when we started the new website. At the time it was deemed a minor issue, because even though the cluster may be airgapped, the developer working on it almost certainly isn't and can go to As mentioned in the description, I'm also fine with removing the docs links from the WebUI all together, but I think they are useful in the common case. I previously advocated for putting the site in a separate repo but to this day I'm not sure it was the right choice. For a myriad of reasons it seems like a mono repo would have been easier. |
What changes were proposed in this pull request?
Generated with Claude Opus 4.8
The old Ozone website is still checked in to the master branch and built with Hugo. Sometimes devs mistakenly update content there thinking it will be published to the new website, which is in the ozone-site repo. This PR completely removes the old website and Hugo since it is now unused. The old content can still be built from past checkouts in git like release branches if needed. As part of this change:
designdirectory.rat.shis the only CI check which will run on changes made here.What is the link to the Apache JIRA
HDDS-15923
How was this patch tested?
designrequires an existing commit to master targeting the directory, which currently does not exist.