Skip to content

Commit 44a7de5

Browse files
authored
Merge branch 'main' into update-topics
2 parents 3d79d01 + 3765220 commit 44a7de5

File tree

10 files changed

+28
-2
lines changed

10 files changed

+28
-2
lines changed

.github/workflows/conflict.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Check for conflicts of interest
22

33
on:
44
pull_request:
5+
merge_group:
56

67
jobs:
78
check:

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/configure-pages@v3
3434

3535
- name: 🔨 install dependencies & build site
36-
uses: actions/[email protected].6
36+
uses: actions/[email protected].7
3737

3838
- name: ⚡️ upload artifact
3939
uses: actions/upload-pages-artifact@v1

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
pull_request:
88
workflow_dispatch:
9+
merge_group:
910

1011
jobs:
1112
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
pull_request:
88
workflow_dispatch:
9+
merge_group:
910

1011
jobs:
1112
test:

collections/javascript-game-engines/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ items:
99
- shakiba/stage.js
1010
- cocos2d/cocos2d-html5
1111
- playcanvas/engine
12-
- cookiengineer/lycheejs
12+
- ARC-MARKET/lycheejs
1313
- BabylonJS/Babylon.js
1414
- ekelokorpi/panda-engine
1515
- qiciengine/qiciengine

collections/made-in-africa/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ items:
2121
- bangajs/banga-cli
2222
display_name: Made in Africa
2323
created_by: mozzadrella
24+
image: made-in-africa.png
2425
---
2526
Developers in Africa use open source technology to solve some of the world's most intractable problems and grow their business ecosystems. Here's a snapshot of local projects across the continent.
60.6 KB
Loading

topics/classless/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
topic: classless
3+
display_name: Classless CSS
4+
short_description: Classless CSS frameworks apply styles directly to HTML elements without the need for classes.
5+
aliases: classless-css, classless-theme
6+
related: cssframework
7+
---
8+
These frameworks provide a set of pre-designed and pre-styled components that can be easily added to a web page without the need to write custom CSS classes. Classless CSS Frameworks are a great option for developers looking to create simple and fast-loading web pages without sacrificing design and style. They are also ideal for small projects or prototypes where the overhead of a full CSS framework may not be necessary.

topics/ipython/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
created_by: ipython
3+
display_name: IPython
4+
github_url: https://github.com/ipython/ipython
5+
logo: ipython.png
6+
related: python, jupyter, repl, notebook
7+
released: January 30, 2006
8+
short_description: IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages.
9+
topic: ipython
10+
url: https://ipython.readthedocs.org/
11+
wikipedia_url: https://en.wikipedia.org/wiki/ipython
12+
---
13+
14+
IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich media, shell syntax, tab completion, and history.

topics/ipython/ipython.png

29.5 KB
Loading

0 commit comments

Comments
 (0)