-
Notifications
You must be signed in to change notification settings - Fork 145
Docs: add Spotlights and Testimonials section for landing page #389
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
Conversation
docs/theme/overrides/home.html
Outdated
| <p> | ||
| Tart utilizes <i>Virtualization.Framework</i> to achieve nearly native performance. | ||
| Benefit from clean ephemeral environments for your automations with no performance implications. | ||
| </p> | ||
| <p> | ||
| For storing virtual machine images Tart integrates with OCI-compatible container registries. | ||
| Push and pull virtual machines like you used to with Docker containers. | ||
| </p> | ||
| <p> | ||
| Tart powers several continuous integration systems including <a href="/github-actions">on-demand GitHub Actions</a> | ||
| and <a href="https://cirrus-ci.org/guide/macOS/">Cirrus CI</a>. Tart can be easily <a href="/cirrus-cli">integrated with any other CI</a> | ||
| and soon will get <a href="https://github.com/cirruslabs/tart/issues/372">clustering capabilities</a> | ||
| Tart can be easily | ||
| <a href="/cirrus-cli">integrated with any other CI</a> and soon will | ||
| get | ||
| <a | ||
| href="https://github.com/cirruslabs/tart/issues/372" | ||
| target="_blank" | ||
| >clustering capabilities</a | ||
| > | ||
| to orchestrate virtual machines on multiple physical hosts. | ||
| </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this paragraph since. We'll add a separate spotlight section for clustering.
docs/theme/overrides/home.html
Outdated
| </h3> | ||
| <hr /> | ||
| <cite> | ||
| It’s been plain-sailing with the Cirrus Runners — |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a link to Cirrus Runners to /github-actions
docs/theme/overrides/home.html
Outdated
| <hr /> | ||
| <cite> | ||
| Previously, we were using the GitHub‑hosted macOS runners | ||
| and our iOS build took ~30 minutes. Now with Cirrus Runners, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link here as well.
|
I think we can also remove these blocks https://github.com/cirruslabs/tart/pull/389/files#diff-f338260625eae9c31edf42851c1ad9c0918b73a33954f66bc6f702f655b18ed0L85-L89 since we now have more content. |
No description provided.