Skip to content

Commit c01fe35

Browse files
Merge branch 'space-wizards:master' into cyprin
2 parents 1bb5b13 + 7ad516a commit c01fe35

304 files changed

Lines changed: 6718 additions & 894 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/src/en/community/admin/ @nikthechampiongr @crazybrain23
2-
/src/en/community/admin.md @nikthechampiongr @crazybrain23
1+
/src/en/community/admin/ @crazybrain23
2+
/src/en/community/admin.md @crazybrain23
33
/src/ru/* @ficcialfaint
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test image links
2+
3+
on:
4+
pull_request:
5+
push:
6+
7+
jobs:
8+
test-image-links:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v4
13+
- name: Run image link check
14+
run: python tests/test_image_links.py

.github/workflows/test-summary.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test SUMMARY.md
2+
3+
on:
4+
pull_request:
5+
push:
6+
7+
jobs:
8+
test-summary:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v4
13+
- name: Run SUMMARY.md link check
14+
run: python tests/test_summary.py

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
book
2+
3+
# Jetbrains (Rider, etc) project config folder
24
.idea/
35

4-
# editor files
6+
# Editor files
57
.*~
68
*.swp
79

8-
# VSCodium files
10+
# VSCode and VSCodium project config folder
911
.vscode/
12+
13+
# Obsidian vault config folder
14+
.obsidian/

src/SUMMARY.md

Lines changed: 64 additions & 18 deletions
-7.85 KB
8.13 KB
431 KB
13.4 KB

0 commit comments

Comments
 (0)