Skip to content

Commit e5cf4d3

Browse files
authored
Merge branch 'main' into css-framework
2 parents bfc3e38 + 05955b6 commit e5cf4d3

File tree

17 files changed

+68
-9
lines changed

17 files changed

+68
-9
lines changed

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.repository_owner == 'github'
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 📂 checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: 💎 setup ruby
2626
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Setup Ruby
1818
uses: ruby/setup-ruby@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- all
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

collections/javascript-game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ items:
2222
- Cloud9c/taro
2323
- replit/kaboom
2424
- straker/kontra
25+
- jay19240/Haiku
2526
display_name: JavaScript Game Engines
2627
created_by: leereilly
2728
---

collections/programming-languages/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ items:
6363
- QB64Team/qb64
6464
- gleam-lang/gleam
6565
- Gwion/Gwion
66-
- vlang/v
6766
- carbon-language/carbon-lang
6867
- imba/imba
6968
- Jackojc/cane

collections/react-ui/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ items:
2727
- palantir/blueprint
2828
- rsuite/rsuite
2929
- Semantic-Org/Semantic-UI-React
30+
- creativetimofficial/material-tailwind
3031

3132
---
3233

topics/continuous-integration/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ aliases: ci
33
display_name: Continuous integration
44
short_description: Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production.
55
topic: continuous-integration
6+
related: cd, ci-cd, cicd, continuous-delivery, continuous-deployment
67
wikipedia_url: https://en.wikipedia.org/wiki/Continuous_integration
78
---
89
Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

topics/i18n/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
display_name: Internationalization (i18n)
3+
short_description: Internationalization is designing and developing in a way that can be adapted for users from any culture, region, or language.
4+
aliases: internationalization, internationalisation
5+
topic: i18n
6+
related: l10n, localization, localisation, intl, globalisation, globalization, translation, translate, g11n
7+
wikipedia_url: https://en.wikipedia.org/wiki/Internationalization_and_localization
8+
url: https://www.w3.org/International/i18n-drafts/nav/about
9+
---
10+
**Internationalization** (often abbreviated to **i18n** — this is a numeronym, where the “18” stands for the 18 letters between the first letter “i” and the last letter “n”) is designing and developing in a way that can be adapted for users from any culture, region, or language.

topics/iiif/iiif.png

7.23 KB
Loading

0 commit comments

Comments
 (0)