docs: Merge gh-pages commits into main#2546
Conversation
|
@vnikolova Let me know if you think there'd be any issue with the html redirect files being moved to |
|
@e5l I noticed when pushing directly to I'm assuming that, moving forward, we will want to only trigger this action manually with a release, not every time a commit is merged to |
vnikolova
left a comment
There was a problem hiding this comment.
@bog-walk The changes in the documentation-website folder need to be reverted to match what is on the main branch (cfg/buildprofiles.xml and hi.tree). These changes are not necessary anymore as GH pages should only use the static files from the docs folder.
|
@vnikolova we're going to drop gh-pages and use main as target documentation branch instead to simplify API docs publishing |
- State on branch should now be equivalent to documentation-website folder on main
92ac81f to
130694b
Compare
Description
Summary of the change: Merge the 6 documentation commits made to
gh-pages, which are missing onmain.Detailed description:
Why: Documentation website redirects and API docs have been updated and deployed from
gh-pagessince around 0.58.0. So these files onmainhave not been updated since then. Part of the release process involves callingdokkaGenerateonmain, then copying-and-pasting a local copy ofdocs/apitogh-pagesdirectly each time.What:
gh-pagesthat diverged frommainType of Change
Please mark the relevant options with an "X":