Skip to content

Commit cc51ee7

Browse files
GodDirtmanMinerPL
andauthored
C3 beta updated docs (#36)
* Add files via upload * Add files via upload * Add files via upload * Delete img/antyxray/1.png * Delete img/antyxray/test.png * Add files via upload * Delete img/antyxray/2..png * Update antyxray.md * Delete img/antyxray/1.png * Add files via upload * Delete img/antyxray/1.png * Add files via upload * Delete img/antyxray/1.png * Add files via upload * Update antyxray.md * Add files via upload * Update antyxray.md * Delete img/antyxray/a1.png * Add files via upload * Delete img/antyxray/a1.png * Add files via upload * Update antyxray.md * Create 2-update.png * Update ftp * Update bettermc.md * Update world.md (test) * Update world.md * Updates * Updates * Fixes * Delete assets directory Not used, made temporarily. * Update ftp.md * New C3 docs * Images for C3 docs * Update marketplace.md * Update marketplace.md * Fixes * Updates and fixes to C3 new docs * Fixes * Setup MkDocs (#38) * mkdocs, dracula theme * Use material theme instead of dracula, add umami * CI Build for docs * CI Build for docs * Add theme directory --------- Co-authored-by: Dawid Jaworski <[email protected]>
1 parent adf6780 commit cc51ee7

File tree

144 files changed

+873
-768
lines changed

Some content is hidden

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

144 files changed

+873
-768
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: ci
2+
on:
3+
push:
4+
branches:
5+
- c3-beta
6+
permissions:
7+
contents: write
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Configure Git Credentials
14+
run: |
15+
git config user.name github-actions[bot]
16+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17+
- uses: actions/setup-python@v5
18+
with:
19+
python-version: 3.x
20+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21+
- uses: actions/cache@v4
22+
with:
23+
key: mkdocs-material-${{ env.cache_id }}
24+
path: .cache
25+
restore-keys: |
26+
mkdocs-material-
27+
- run: pip install -r requirements.txt
28+
- run: mkdocs gh-deploy --force

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.idea/*
2+
*.iml
3+
.gitignore
4+
site/

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

bettermc.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/Beta/backupy.md

Lines changed: 32 additions & 0 deletions

docs/Beta/image.png

49 KB

docs/Beta/marketplace.md

Lines changed: 28 additions & 0 deletions

docs/Beta/silniki.md

Lines changed: 15 additions & 0 deletions

docs/README.md

Lines changed: 6 additions & 0 deletions

antyxray.md renamed to docs/antyxray.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)