generated from block/oss-project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
open source dashboard: add romer-sdk and elasticgraph and add Ruby/Ge…
…m support
- Loading branch information
1 parent
5f134e7
commit 9544add
Showing
5 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
projects-dashboard/src/content/project/block_elasticgraph.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
repo: | ||
owner: block | ||
name: elasticgraph | ||
title: ElasticGraph | ||
description: Schema-driven, scalable, cloud-native, batteries-included GraphQL with superpowers | ||
branding: block | ||
lifeCycleStatus: mature | ||
ciChecks: | ||
- type: github-actions | ||
label: test | ||
value: ci.yml | ||
licenses: | ||
- type: github-license | ||
securityScans: | ||
- type: github-actions | ||
label: scan | ||
value: scorecards.yml | ||
scoreCards: | ||
- type: ossf | ||
contributing: | ||
- type: "code-of-conduct" | ||
value: "CODE_OF_CONDUCT.md" | ||
- type: "contribution-guidelines" | ||
value: "CONTRIBUTING.md" | ||
- type: "issues" | ||
packages: | ||
- packageName: elasticgraph | ||
language: ruby | ||
artifacts: | ||
- type: rubygems | ||
value: elasticgraph | ||
- type: reference-docs | ||
value: https://block.github.io/elasticgraph/docs/main/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
repo: | ||
owner: "block" | ||
name: "romer-sdk" | ||
title: romer-sdk | ||
description: "A ready-to-go library for integrating lightning payments into your application." | ||
branding: "block" | ||
lifeCycleStatus: "incubation" | ||
licenses: | ||
- type: "github-license" | ||
contributing: | ||
- type: "issues" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters