boostorg / release-tools

5 stars 24 forks source link

Patch Antora directories only #58

Closed alandefreitas closed 9 months ago

alandefreitas commented 9 months ago

Changes the release script to only patch libs with directories from the Antora documentation.

This means libs won't be patched with files from the Antora build dir, such as 404.html, robots.txt, and sitemap.xml, as these are the responsibility of the boost website. Antora also used to generate and need a search-index.js file but that's been already removed in https://github.com/cppalliance/site-docs/commit/fc1bd3962203f673877ea08d3b010a6034afbbf6.

The only problem left is _ in libs. We're discussing a solution to that.

Related to #57.

alandefreitas commented 9 months ago

We're discussing a solution to that.

Considering the antora directory layout, the solutions proposed so far were for the _ directory:

sdarwin commented 9 months ago

There are a list of proposals here. Let me know if I can merge the existing update.

alandefreitas commented 9 months ago

There are a list of proposals here. Let me know if I can merge the existing update

The update in this PR is independent of the proposals. This PR is improving what we have. The proposals are about the _ directory, which this PR doesn't fix.