hansva opened a new pull request, #279:
URL: https://github.com/apache/hop-website/pull/279

   Companion to apache/hop#8189, which folds the technical documentation pages 
into the user and developer manuals. Both should merge together.
   
   Changes:
   
   * remove the `tech-manual` source from `site.yml` and `site-local.yml`
   * drop the "Technical Documentation" entry from the Documentation menu and 
close the weight gap
   * add **Community > Logo and Icons** (`content/community/branding.adoc`), 
pointing at the brand assets this site already hosts under 
`/graphical_resources/` — the manual carried a duplicate copy of the same 30 
files
   * drop the tech manual from the documentation contribution guide
   * redirect every `/tech-manual/<version>/*` URL to its new home
   
   The redirects matter: removing the source from `site.yml` also removes the 
component for the 2.10–2.19 versions it was built for, so the old URLs would 
404 at the next site build. The rules match any version segment, so 
`/tech-manual/2.16.0/docker-container.html` and 
`/tech-manual/latest/docker-container.html` both land on the user manual page, 
with a catch-all for anything not named explicitly. The 2020 roundup blog post 
that links into the tech manual keeps working through those rules.
   
   `.htaccess` is copied into the `asf-site` branch by the Jenkinsfile, so the 
rules go live with the site build.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to