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

Add new community page #120

Merged
merged 8 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
49 changes: 49 additions & 0 deletions content/en/docs/community/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: "Community"
linkTitle: "Community"
weight: 10
Victor_Hugo: "true"
Focus_Keyword: "Join the Score community"
url: /docs/community
aliases:
- /docs/contribute
- /docs/talks
- /docs/presentations
- /docs/cncf
- /docs/samples
- /docs/examples
---

## Join the Score community

Score is open-source and a [Cloud Native Computing Foundation (CNCF) Sandbox project](https://www.cncf.io/projects/score/)!

Connect with fellow Score developers on our [Slack](https://cloud-native.slack.com/archives/C07DN0D1UCW) channel on the CNCF Slack (<https://slack.cncf.io/>) or start find your way to [contribute to Score](https://github.com/score-spec/spec/blob/main/CONTRIBUTING.md)!

Got something to say or ask about Score? [We're all ears](https://github.com/score-spec/spec/discussions)! We’d love to discuss your ideas on where the project should go next or how we can improve.

We host [regular community meetings](https://github.com/score-spec/spec?tab=readme-ov-file#-get-in-touch) to discuss updates, share ideas, and collaborate.

## Watch talks about Score

- [ChatLoopBackOff - Episode 23 (Score)](https://www.youtube.com/watch?v=BRiZ0t6MYNo&list=PLj6h78yzYM2PnyOsrsCbR_kqjCKfPObHK&index=22)
- [Open at Microsoft - Improve the Developers Experience from your Platform with Score](https://learn.microsoft.com/en-us/shows/open-at-microsoft/improve-the-developers-experience-from-your-platform-with-score)
- [PlatformCon 2024 - Dapr + Score: Crafting and improving your developers experience](https://platformcon.com/talks/dapr-score-crafting-and-improving-your-developers-experience)
- [PlatformCon 2024 - Bridging the gap between local and remote environments in your platform](https://platformcon.com/talks/bridging-the-gap-between-local-and-remote-environments-in-your-platform)
- [CNCF WG Platforms with Score](https://www.youtube.com/watch?v=P6otOxdOKDk&t=1260s)
- [Dapr Community Call - Dapr and Score](https://www.youtube.com/watch?v=4gT0Y6QxinU&t=141s)
- [InfraCloud - Deep Dive into Workload Specification with Score](https://www.infracloud.io/webinars/deep-dive-into-workload-specification-with-score/)

## Read external blog posts about Score

- [What if the `Azure-Samples/aks-store-demo` was using Score?](https://itnext.io/what-if-the-azure-samples-aks-store-demo-was-using-score-655c55f1c3dd)
- [Dapr with Score and Humanitec — Improving the Developer Experience of your Platform, on steroids!](https://medium.com/@mabenoit/dapr-with-score-and-humanitec-developer-experience-with-your-platform-on-steroids-a848f2de0a5a)
- [Mastering Workload Specifications: Finding the Right Fit for Your Developers](https://www.infracloud.io/blogs/mastering-workload-specifications/)

## Leverage example projects using Score

- [`sample-score-app`](https://github.com/score-spec/sample-score-app)
- [`sample-app-gif`](https://github.com/score-spec/sample-app-gif)
- [`onlineboutique-demo`](https://github.com/Humanitec-DemoOrg/onlineboutique-demo)
- [`aks-store-demo`](https://github.com/Humanitec-DemoOrg/aks-store-demo)
- [`dapr-score`](https://github.com/mathieu-benoit/dapr-score-humanitec)
2 changes: 1 addition & 1 deletion content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aliases:

## What is Score?

Score is an open-source, platform-agnostic, container-based workload specification. With Score, you can define your workload once using the Score Specification and then use a Score Implementation to translate it to multiple platforms such as Docker Compose, Kubernetes, Helm or Google Cloud Run.
Score is an open-source and a [Cloud Native Computing Foundation (CNCF) Sandbox project](https://www.cncf.io/projects/score/), platform-agnostic, container-based workload specification. With Score, you can define your workload once using the Score Specification and then use a Score Implementation to translate it to multiple platforms such as Docker Compose, Kubernetes, Helm or Google Cloud Run.

Score aims to reduce developer toil and cognitive load by enabling the definition of a single file that works across multiple platforms.

Expand Down
6 changes: 0 additions & 6 deletions content/en/docs/overview/score-for-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,3 @@ Score is designed by developers for developers. We’ll spare you the usual mark
- **Lightweight Abstraction:** Score offers a simple abstraction layer that respects your expertise level. You can stay at the top level of the Score file or dive deep into manipulating generated deployment manifests if you’re a seasoned pro.

- **Easy Workflow Integration**: Adding Score to your workflow is easy. It integrates with your existing toolchain, acting as a bridge, rather than an additional layer or replacement. Simply add the Score spec file to your workload, and use the standalone CLI to generate the required configuration file for your target platform. With minimal lock-in, reverting to your previous workflow is no problem.

### Join the Score community

Score is open source! Connect with fellow Score developers on our [Slack](https://join.slack.com/t/scorecommunity/shared_invite/zt-2a0x563j7-i1vZOK2Yg2o4TwCM1irIuA) or browse through our [GitHub repository](https://github.com/score-spec/spec) to see what’s new, or start your own implementation project.

Got something to say about Score? [We're all ears](https://github.com/score-spec/spec?tab=readme-ov-file#-get-involved)! We’d love to discuss your ideas on where the project should go next or how we can improve.