Skip to content

Commit 9acd2f9

Browse files
Add basic structure
1 parent f9b69d1 commit 9acd2f9

22 files changed

Lines changed: 688 additions & 42 deletions

Gemfile.lock

Lines changed: 48 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,50 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.3)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.2.2)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
10-
addressable (2.8.4)
11-
public_suffix (>= 2.0.2, < 6.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
addressable (2.8.7)
17+
public_suffix (>= 2.0.2, < 7.0)
18+
base64 (0.2.0)
19+
benchmark (0.4.1)
20+
bigdecimal (3.2.2)
1221
coffee-script (2.4.1)
1322
coffee-script-source
1423
execjs
1524
coffee-script-source (1.11.1)
1625
colorator (1.1.0)
17-
commonmarker (0.23.9)
18-
concurrent-ruby (1.2.2)
19-
dnsruby (1.70.0)
26+
commonmarker (0.23.11)
27+
concurrent-ruby (1.3.5)
28+
connection_pool (2.5.3)
29+
dnsruby (1.72.4)
30+
base64 (~> 0.2.0)
31+
logger (~> 1.6.5)
2032
simpleidn (~> 0.2.1)
33+
drb (2.2.3)
2134
em-websocket (0.5.3)
2235
eventmachine (>= 0.12.9)
2336
http_parser.rb (~> 0)
2437
ethon (0.16.0)
2538
ffi (>= 1.15.0)
2639
eventmachine (1.2.7)
27-
execjs (2.8.1)
28-
faraday (2.7.7)
29-
faraday-net_http (>= 2.0, < 3.1)
30-
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (3.0.2)
32-
ffi (1.15.5)
40+
execjs (2.10.0)
41+
faraday (2.13.4)
42+
faraday-net_http (>= 2.0, < 3.5)
43+
json
44+
logger
45+
faraday-net_http (3.4.1)
46+
net-http (>= 0.5.0)
47+
ffi (1.17.2-arm64-darwin)
3348
forwardable-extended (2.6.0)
3449
gemoji (3.0.1)
3550
github-pages (228)
@@ -87,7 +102,7 @@ GEM
87102
activesupport (>= 2)
88103
nokogiri (>= 1.4)
89104
http_parser.rb (0.8.0)
90-
i18n (1.14.1)
105+
i18n (1.14.7)
91106
concurrent-ruby (~> 1.0)
92107
jekyll (3.9.3)
93108
addressable (~> 2.4)
@@ -197,38 +212,41 @@ GEM
197212
gemoji (~> 3.0)
198213
html-pipeline (~> 2.2)
199214
jekyll (>= 3.0, < 5.0)
215+
json (2.13.2)
200216
kramdown (2.3.2)
201217
rexml
202218
kramdown-parser-gfm (1.1.0)
203219
kramdown (~> 2.0)
204220
liquid (4.0.4)
205-
listen (3.8.0)
221+
listen (3.9.0)
206222
rb-fsevent (~> 0.10, >= 0.10.3)
207223
rb-inotify (~> 0.9, >= 0.9.10)
224+
logger (1.6.6)
208225
mercenary (0.3.6)
209226
minima (2.5.1)
210227
jekyll (>= 3.5, < 5.0)
211228
jekyll-feed (~> 0.9)
212229
jekyll-seo-tag (~> 2.1)
213-
minitest (5.18.1)
214-
nokogiri (1.13.10-arm64-darwin)
230+
minitest (5.25.5)
231+
net-http (0.6.0)
232+
uri
233+
nokogiri (1.18.9-arm64-darwin)
215234
racc (~> 1.4)
216-
nokogiri (1.13.10-x86_64-darwin)
235+
nokogiri (1.18.9-x86_64-darwin)
217236
racc (~> 1.4)
218237
octokit (4.25.1)
219238
faraday (>= 1, < 3)
220239
sawyer (~> 0.9)
221240
pathutil (0.16.2)
222241
forwardable-extended (~> 2.6)
223242
public_suffix (4.0.7)
224-
racc (1.7.1)
243+
racc (1.8.1)
225244
rb-fsevent (0.11.2)
226-
rb-inotify (0.10.1)
245+
rb-inotify (0.11.1)
227246
ffi (~> 1.0)
228-
rexml (3.2.5)
247+
rexml (3.4.1)
229248
rouge (3.26.0)
230-
ruby2_keywords (0.0.5)
231-
rubyzip (2.3.2)
249+
rubyzip (2.4.1)
232250
safe_yaml (1.0.5)
233251
sass (3.7.4)
234252
sass-listen (~> 4.0.0)
@@ -238,20 +256,17 @@ GEM
238256
sawyer (0.9.2)
239257
addressable (>= 2.3.5)
240258
faraday (>= 0.17.3, < 3)
241-
simpleidn (0.2.1)
242-
unf (~> 0.1.4)
259+
securerandom (0.4.1)
260+
simpleidn (0.2.3)
243261
terminal-table (1.8.0)
244262
unicode-display_width (~> 1.1, >= 1.1.1)
245-
typhoeus (1.4.0)
263+
typhoeus (1.4.1)
246264
ethon (>= 0.9.0)
247265
tzinfo (2.0.6)
248266
concurrent-ruby (~> 1.0)
249-
unf (0.1.4)
250-
unf_ext
251-
unf_ext (0.0.8.2)
252267
unicode-display_width (1.8.0)
253-
webrick (1.8.1)
254-
zeitwerk (2.6.8)
268+
uri (1.0.3)
269+
webrick (1.9.1)
255270

256271
PLATFORMS
257272
arm64-darwin-23

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ company: SQLBI Corp.
77
web_url: https://daxlib.org
88

99
# Privacy URL - It's added to the website footer
10-
privacy_url:
10+
privacy_url: https://docs.daxlib.org/terms/policy
1111

1212
# Terms URL - It's added to the website footer
13-
terms_url:
13+
terms_url: https://docs.daxlib.org/terms
1414

1515
# GitHub URL - Leave blank if you don't want to display links to GitHub repo
1616
github_url:

_myassets/_sass/_style.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
// Put your custom styles here
2+
.error404 {
3+
img {
4+
display: none;
5+
}
6+
h3 {
7+
font-size: 100px;
8+
}
9+
}

_myassets/_sass/_theme.scss

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,21 @@
33
// Light colors
44
@mixin my-light-colors {
55

6-
6+
--accent-color: #117865;
7+
--accent-hover-color: #0b5547;
8+
--accent-back-color: #DBEFEB;
9+
--accent-hover-back-color: #bfd7d2;
10+
--accent-border-color: #a4bfba;
11+
--accent-contrast-color: #fff;
712
}
813

914
// Dark colors
1015
@mixin my-dark-colors {
1116

12-
17+
--accent-color: #169b83;
18+
--accent-hover-color: #117966;
19+
--accent-back-color: #DBEFEB;
20+
--accent-hover-back-color: #bfd7d2;
21+
--accent-border-color: #a4bfba;
22+
--accent-contrast-color: #fff;
1323
}

_myassets/images/error-404.svg

Lines changed: 1 addition & 1 deletion
Loading

_myassets/images/icon-dark.png

16.8 KB
Loading

_myassets/images/icon.png

16.8 KB
Loading

_myassets/images/logo-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

_myassets/images/logo.svg

Lines changed: 1 addition & 1 deletion
Loading

_mydocs/api/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: page
3+
title: API Documentation
4+
published: true
5+
date: 2025-08-14
6+
modified: 2025-08-14
7+
order: /03
8+
next_reading: true
9+
---
10+

0 commit comments

Comments
 (0)