errose28 opened a new pull request, #10829:
URL: https://github.com/apache/ozone/pull/10829

   ## 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:
   
   - Pre-build rendered docs from the old site are still accessible at 
https://ozone.apache.org/docs/2.0.0, no change in availability to users.
   - Design docs are moved to a top level `design` directory.
     - This could be located anywhere in the repo, but a top level separate 
from the source code seems to make sense.
     - `rat.sh` is the only CI check which will run on changes made here.
   - Web UIs' documentation links were updated to point to 
https://ozone.apache.org/docs
     - They previously opened a version of the docs bundled with the build, but 
these docs have been outdated since we switched to the new website.
     - We could also optionally remove this link, or bundle a snapshot of the 
website with the dist build profile in a follow-up change.
   - The outdated OEP "design" doc was removed since it is intended to be 
replaced by https://github.com/apache/ozone/pull/10822.
     - We could optionally leave this and remove it after the website PR, but 
its content is somewhat stale anyways.
   
   
   ## What is the link to the Apache JIRA
   
   HDDS-15923
   
   ## How was this patch tested?
   
   - Manual review of AI generated changes
   - Manually verified updated links in existing design docs
   - Manually checked OM,SCM,DN web UI docs links in a docker cluster
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to