Skip to content

Commit 825af4c

Browse files
Init and optimize
* Moved over from internal repo * Removed IntelliJ configuration * Converted image blobs to AVIF where possible (5-10x smaller) Co-Authored-By: Johannes Rabauer <[email protected]>
1 parent 47aee3f commit 825af4c

File tree

114 files changed

+1818
-0
lines changed

Some content is hidden

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

114 files changed

+1818
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Antora build output
2+
build/
3+
.cache/
4+
5+
# Node.js dependencies (if installed locally)
6+
node_modules/
7+
package-lock.json
8+
npm-debug.log
9+
yarn.lock
10+
pnpm-lock.yaml
11+
12+
# Logs
13+
*.log
14+
15+
# OS junk
16+
.DS_Store
17+
18+
# Editor settings
19+
.vscode/
20+
.idea/
21+
*.swp
22+
*.swo
23+
24+
# Temporary files
25+
*.tmp
26+
*.bak
27+
*~

README.md

Lines changed: 8 additions & 0 deletions

antora-playbook.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
site:
2+
title: "XDEV Commit Cards"
3+
start_page: cards::index.adoc
4+
robots: allow
5+
6+
# see https://docs.antora.org/antora/2.3/playbook/configure-runtime/
7+
runtime:
8+
cache_dir: ./.cache/antora
9+
log:
10+
# use pretty even on CI
11+
format: pretty
12+
# set to info to get details from the Antora extensions
13+
level: info
14+
# Antora exits with a non-zero exit code if an error is logged -> https://docs.antora.org/antora/latest/playbook/runtime-log-failure-level
15+
failure_level: error
16+
17+
content:
18+
sources:
19+
- url: .
20+
start_path: .
21+
22+
ui:
23+
bundle:
24+
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
25+
snapshot: true
26+
supplemental_files: ./supplemental-ui

antora.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: cards
2+
title: XDEV Commit Cards
3+
version: v1.1
4+
nav:
5+
- modules/ROOT/nav.adoc
Lines changed: 10 additions & 0 deletions
9.68 KB
Binary file not shown.
7.51 KB
Binary file not shown.
7.55 KB
Binary file not shown.
7.24 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)