Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider moving the website into main rust-gpu repo #14

Open
LegNeato opened this issue Nov 1, 2024 · 1 comment
Open

Consider moving the website into main rust-gpu repo #14

LegNeato opened this issue Nov 1, 2024 · 1 comment

Comments

@LegNeato
Copy link
Contributor

LegNeato commented Nov 1, 2024

I just threw it in here as that was the quickest way to get the webpage up with github pages.

Docs/website in the main repo:

Pros:

  • Docs stay close to the code, so it’s easier to keep them updated alongside changes.
  • Contributors only need to work in one place, so adding or updating docs is straightforward.
  • No need to manage multiple repos—everything lives together.
    Cons:
  • The repo gets bigger, which can slow down cloning and pull requests for everyone.
  • Mixing code and doc issues in one place can get messy, making it harder to focus on core development.

Using a separate repo for docs/website:

Pros:

  • Keeps the main repo cleaner and code-focused, so it’s easier to navigate.
  • Doc updates are simpler to track and review on their own, without touching the code.
  • Main repo stays leaner and faster to work with.
    Cons:
  • It’s tougher to keep docs in sync with code changes, as they’re in different places.
  • Managing a separate repo adds overhead, like additional issue tracking and reviews.
@LegNeato LegNeato changed the title Decide if we want to move website content into main rust-gpu repo Consider moving the website into main rust-gpu repo Nov 1, 2024
@LegNeato
Copy link
Contributor Author

LegNeato commented Nov 1, 2024

FWIW when rust-cuda is rebooted I would like rust-gpu.github.io to be the umbrella site that links off to other project-specific sites or sections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant