GitHub user Ma77Ball added a comment to the discussion: Feedback on where to host the operator documentation generator
Option 1 is ok given the build dependencies. Worth noting, though, Flink and Spark don’t just keep docs in their main repo; they keep the entire website there (themes, config, layouts) and sync the built output to a separate site repo. It seems a big reason for this is versioning: keeping docs alongside code means each release branch has the correct docs, which is harder to manage if the generator lives in the site repo. They still deal with the same cross-repo sync overhead listed as a con here. GitHub link: https://github.com/apache/texera/discussions/4380#discussioncomment-16568269 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
