Skip to content

MAINT: adds plugin install tab for apple silicon arch #20

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

lizgehret
Copy link
Member

closes #19

Copy link

cloudflare-workers-and-pages bot commented Jul 10, 2025

Deploying library with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6db3b12
Status: ✅  Deploy successful!
Preview URL: https://00b9829b.library-b91.pages.dev
Branch Preview URL: https://apple-silicon-install-tab.library-b91.pages.dev

View logs

u('tabItem', key({title: '[Fresh Install (Apple Silicon)]'}), [
u('code', key({lang: 'bash', class: '!my-3'}), create_silicon),
]),
u('tabItem', key({title: '[Fresh Install (all other architectures)]'}), [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The titles end up being pretty long, I wonder if we can just have an exception for (Apple Silicon)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, i know... i do worry about it being confusing if we only have one arch specified. let me think about other name options to see if there's still a way to convey this that's less verbose

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2025-07-10 at 4 23 04 PM

How do you feel about this @ebolyen?

@lizgehret lizgehret requested a review from ebolyen July 10, 2025 23:24
@github-project-automation github-project-automation bot moved this to Backlog in 2025.10 👻 Jul 10, 2025
@lizgehret lizgehret moved this from Backlog to Needs Review in 2025.10 👻 Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Review
Development

Successfully merging this pull request may close these issues.

MAINT: add tab for apple silicon install instructions
2 participants