Skip to content

Commit 283f030

Browse files
authored
Merge branch 'main' into main
2 parents 8306f3c + 40395aa commit 283f030

File tree

11 files changed

+52
-4
lines changed

11 files changed

+52
-4
lines changed

.github/workflows/conflict.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- run: |
1212
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
1313
echo "This was not checked:"
14-
echo "> I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee)"
14+
echo "> I am not the sole author or employee of a company who created the topic or collection I'm changing."
1515
echo "This is a requirement to maintain a high level of independence in this project. Please update if you are able to verify that you meet that requirement."
1616
echo "Thank you!"
1717
exit 1
18-
if: contains(github.event.pull_request.body, '- [ ] I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee).')
18+
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection')
1919
name: Fail
2020
- run: exit 0
21-
if: contains(github.event.pull_request.body, '- [x] I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee).')
21+
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection')
2222
name: Succeed

collections/choosing-projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ items:
77
- SerenityOS/serenity
88
- komodorio/helm-dashboard
99
- cloudquery/cloudquery
10-
- EddieHubCommunity/LinkFree
10+
- EddieHubCommunity/BioDrop
1111
- Ileriayo/markdown-badges
1212

1313
display_name: How to choose (and contribute to) your first open source project

collections/clean-code-linters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ items:
3131
- dotenv-linter/dotenv-linter
3232
- florianschanda/miss_hit
3333
- pmd/pmd
34+
- diffplug/spotless
3435
display_name: Clean code linters
3536
created_by: holman
3637
---

collections/devops-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ items:
4040
- cloudquery/cloudquery
4141
- devtron-labs/devtron
4242
- livecycle/preevy
43+
- cloudposse/atmos
4344

4445
display_name: DevOps tools
4546
---

topics/csharp/csharp.png

45.5 KB
Loading

topics/open-graph/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
aliases: opengraph, open-graph-tags, opengraph-tags, open-graph-protocol
3+
related: meta-tags, twitter-cards, dublin-core, semantic-web
4+
created_by: Facebook
5+
display_name: Open Graph protocol
6+
released: 2010
7+
short_description: Open Graph is a protocol, originally developed by facebook, inspired by Dublin Core, link-rel canonical, Microformats, and RDFa.
8+
topic: open-graph
9+
logo: open-graph.png
10+
wikipedia_url: https://en.wikipedia.org/wiki/Facebook_Platform#Open_Graph_protocol
11+
url: https://ogp.me/
12+
---
13+
The **Open Graph protocol** enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook.
14+
15+
For example:
16+
```html
17+
<meta property="og:title" content="Example title of article">
18+
```

topics/open-graph/open-graph.png

7.77 KB
Loading

topics/seo/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
related: meta-tags, metatags
3+
aliases: search-engine-optimization
4+
display_name: Search engine optimization (SEO)
5+
short_description: SEO is the process of improving the quality and quantity of website traffic to a website or a web page from search engines.
6+
topic: seo
7+
wikipedia_url: https://en.wikipedia.org/wiki/Search_engine_optimization
8+
---
9+
As an Internet marketing strategy, search engine optimization considers how search engines work, the computer-programmed algorithms that dictate search engine behavior, what people search for, the actual search terms or keywords typed into search engines, and which search engines are preferred by their targeted audience. SEO is performed because a website will receive more visitors from a search engine when websites rank higher on the search engine results page (SERP). These visitors can then potentially be converted into customers.

topics/web-accessibility/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Web Accessibility (a11y)
3+
topic: web-accessibility
4+
aliases: accessibility, a11y
5+
related: wai-aria
6+
short_description: During server-side rendering, the content of a webpage is prepared on the server and only needs to be hydrated by the client.
7+
wikipedia_url: https://en.wikipedia.org/wiki/Web_accessibility
8+
---
9+
**(Web) Accessibility** (often abbreviated to **[A11y](https://www.accessibility.com/glossary/a11y)** — this is a numeronym, where the “11” stands for the 11 letters between the first letter “a” and the last letter “y”) in web development means enabling as many people as possible to use websites, even when those people's abilities are limited in some way.

topics/xk6/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
created_by: Grafana Labs
3+
display_name: Grafana k6 extension
4+
github_url: https://github.com/grafana/k6
5+
logo: xk6.png
6+
short_description: Extensions for the Grafana k6.
7+
topic: xk6
8+
url: https://k6.io/docs/extensions
9+
---
10+
With [k6](https://k6.io) extensions, you can create custom [k6](https://k6.io) binaries to support your specific reliability-testing needs.

0 commit comments

Comments
 (0)