Skip to content

Commit 7b07325

Browse files
author
Phil Bennett
committed
Update docs
1 parent 91bf81f commit 7b07325

33 files changed

+2616
-1587
lines changed

docs/Gemfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll", "~> 4.3"
4+
gem "jekyll-theme-primer"
5+
6+
group :jekyll_plugins do
7+
gem "jekyll-feed"
8+
gem "jekyll-sitemap"
9+
end
10+
11+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
12+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
13+
gem "wdm", "~> 0.1", :platforms => [:mingw, :mswin, :x64_mingw]

docs/Gemfile.lock

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.3.0)
7+
bigdecimal (3.2.2)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.5)
11+
em-websocket (0.5.3)
12+
eventmachine (>= 0.12.9)
13+
http_parser.rb (~> 0)
14+
eventmachine (1.2.7)
15+
faraday (2.13.1)
16+
faraday-net_http (>= 2.0, < 3.5)
17+
json
18+
logger
19+
faraday-net_http (3.4.0)
20+
net-http (>= 0.5.0)
21+
ffi (1.17.2)
22+
ffi (1.17.2-aarch64-linux-gnu)
23+
ffi (1.17.2-aarch64-linux-musl)
24+
ffi (1.17.2-arm-linux-gnu)
25+
ffi (1.17.2-arm-linux-musl)
26+
ffi (1.17.2-arm64-darwin)
27+
ffi (1.17.2-x86-linux-gnu)
28+
ffi (1.17.2-x86-linux-musl)
29+
ffi (1.17.2-x86_64-darwin)
30+
ffi (1.17.2-x86_64-linux-gnu)
31+
ffi (1.17.2-x86_64-linux-musl)
32+
forwardable-extended (2.6.0)
33+
google-protobuf (4.31.1)
34+
bigdecimal
35+
rake (>= 13)
36+
google-protobuf (4.31.1-aarch64-linux-gnu)
37+
bigdecimal
38+
rake (>= 13)
39+
google-protobuf (4.31.1-aarch64-linux-musl)
40+
bigdecimal
41+
rake (>= 13)
42+
google-protobuf (4.31.1-arm64-darwin)
43+
bigdecimal
44+
rake (>= 13)
45+
google-protobuf (4.31.1-x86-linux-gnu)
46+
bigdecimal
47+
rake (>= 13)
48+
google-protobuf (4.31.1-x86-linux-musl)
49+
bigdecimal
50+
rake (>= 13)
51+
google-protobuf (4.31.1-x86_64-darwin)
52+
bigdecimal
53+
rake (>= 13)
54+
google-protobuf (4.31.1-x86_64-linux-gnu)
55+
bigdecimal
56+
rake (>= 13)
57+
google-protobuf (4.31.1-x86_64-linux-musl)
58+
bigdecimal
59+
rake (>= 13)
60+
http_parser.rb (0.8.0)
61+
i18n (1.14.7)
62+
concurrent-ruby (~> 1.0)
63+
jekyll (4.4.1)
64+
addressable (~> 2.4)
65+
base64 (~> 0.2)
66+
colorator (~> 1.0)
67+
csv (~> 3.0)
68+
em-websocket (~> 0.5)
69+
i18n (~> 1.0)
70+
jekyll-sass-converter (>= 2.0, < 4.0)
71+
jekyll-watch (~> 2.0)
72+
json (~> 2.6)
73+
kramdown (~> 2.3, >= 2.3.1)
74+
kramdown-parser-gfm (~> 1.0)
75+
liquid (~> 4.0)
76+
mercenary (~> 0.3, >= 0.3.6)
77+
pathutil (~> 0.9)
78+
rouge (>= 3.0, < 5.0)
79+
safe_yaml (~> 1.0)
80+
terminal-table (>= 1.8, < 4.0)
81+
webrick (~> 1.7)
82+
jekyll-feed (0.17.0)
83+
jekyll (>= 3.7, < 5.0)
84+
jekyll-github-metadata (2.16.1)
85+
jekyll (>= 3.4, < 5.0)
86+
octokit (>= 4, < 7, != 4.4.0)
87+
jekyll-sass-converter (3.1.0)
88+
sass-embedded (~> 1.75)
89+
jekyll-seo-tag (2.8.0)
90+
jekyll (>= 3.8, < 5.0)
91+
jekyll-sitemap (1.4.0)
92+
jekyll (>= 3.7, < 5.0)
93+
jekyll-theme-primer (0.6.0)
94+
jekyll (> 3.5, < 5.0)
95+
jekyll-github-metadata (~> 2.9)
96+
jekyll-seo-tag (~> 2.0)
97+
jekyll-watch (2.2.1)
98+
listen (~> 3.0)
99+
json (2.12.2)
100+
kramdown (2.5.1)
101+
rexml (>= 3.3.9)
102+
kramdown-parser-gfm (1.1.0)
103+
kramdown (~> 2.0)
104+
liquid (4.0.4)
105+
listen (3.9.0)
106+
rb-fsevent (~> 0.10, >= 0.10.3)
107+
rb-inotify (~> 0.9, >= 0.9.10)
108+
logger (1.7.0)
109+
mercenary (0.4.0)
110+
net-http (0.6.0)
111+
uri
112+
octokit (6.1.1)
113+
faraday (>= 1, < 3)
114+
sawyer (~> 0.9)
115+
pathutil (0.16.2)
116+
forwardable-extended (~> 2.6)
117+
public_suffix (6.0.2)
118+
rake (13.3.0)
119+
rb-fsevent (0.11.2)
120+
rb-inotify (0.11.1)
121+
ffi (~> 1.0)
122+
rexml (3.4.1)
123+
rouge (4.5.2)
124+
safe_yaml (1.0.5)
125+
sass-embedded (1.89.2)
126+
google-protobuf (~> 4.31)
127+
rake (>= 13)
128+
sass-embedded (1.89.2-aarch64-linux-android)
129+
google-protobuf (~> 4.31)
130+
sass-embedded (1.89.2-aarch64-linux-gnu)
131+
google-protobuf (~> 4.31)
132+
sass-embedded (1.89.2-aarch64-linux-musl)
133+
google-protobuf (~> 4.31)
134+
sass-embedded (1.89.2-arm-linux-androideabi)
135+
google-protobuf (~> 4.31)
136+
sass-embedded (1.89.2-arm-linux-gnueabihf)
137+
google-protobuf (~> 4.31)
138+
sass-embedded (1.89.2-arm-linux-musleabihf)
139+
google-protobuf (~> 4.31)
140+
sass-embedded (1.89.2-arm64-darwin)
141+
google-protobuf (~> 4.31)
142+
sass-embedded (1.89.2-riscv64-linux-android)
143+
google-protobuf (~> 4.31)
144+
sass-embedded (1.89.2-riscv64-linux-gnu)
145+
google-protobuf (~> 4.31)
146+
sass-embedded (1.89.2-riscv64-linux-musl)
147+
google-protobuf (~> 4.31)
148+
sass-embedded (1.89.2-x86_64-darwin)
149+
google-protobuf (~> 4.31)
150+
sass-embedded (1.89.2-x86_64-linux-android)
151+
google-protobuf (~> 4.31)
152+
sass-embedded (1.89.2-x86_64-linux-gnu)
153+
google-protobuf (~> 4.31)
154+
sass-embedded (1.89.2-x86_64-linux-musl)
155+
google-protobuf (~> 4.31)
156+
sawyer (0.9.2)
157+
addressable (>= 2.3.5)
158+
faraday (>= 0.17.3, < 3)
159+
terminal-table (3.0.2)
160+
unicode-display_width (>= 1.1.1, < 3)
161+
unicode-display_width (2.6.0)
162+
uri (1.0.3)
163+
webrick (1.9.1)
164+
165+
PLATFORMS
166+
aarch64-linux-android
167+
aarch64-linux-gnu
168+
aarch64-linux-musl
169+
arm-linux-androideabi
170+
arm-linux-gnu
171+
arm-linux-gnueabihf
172+
arm-linux-musl
173+
arm-linux-musleabihf
174+
arm64-darwin
175+
riscv64-linux-android
176+
riscv64-linux-gnu
177+
riscv64-linux-musl
178+
ruby
179+
x86-linux-gnu
180+
x86-linux-musl
181+
x86_64-darwin
182+
x86_64-linux-android
183+
x86_64-linux-gnu
184+
x86_64-linux-musl
185+
186+
DEPENDENCIES
187+
jekyll (~> 4.3)
188+
jekyll-feed
189+
jekyll-sitemap
190+
jekyll-theme-primer
191+
tzinfo-data
192+
wdm (~> 0.1)
193+
194+
BUNDLED WITH
195+
2.6.9

docs/_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ twitter_url: https://twitter.com/philipobenito
1616

1717
# build settings
1818
markdown: kramdown
19+
highlighter: rouge
1920

2021
permalink: pretty
2122

2223
sass:
2324
style: compressed
25+
26+
kramdown:
27+
syntax_highlighter: rouge
28+
syntax_highlighter_opts:
29+
css_class: 'highlight'
30+
span:
31+
line_numbers: false

docs/_data/releases.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
Events: '/unstable/events/'
1616
Inflectors: '/unstable/inflectors/'
1717
Delegate Containers: '/unstable/delegate-containers/'
18+
Reflection Modes: '/unstable/reflection-modes/'
19+
Attribute Resolution: '/unstable/attribute-resolution/'
1820
Auto Wiring: '/unstable/auto-wiring/'
1921
Upgrade Guide: '/unstable/upgrade-guide/'
2022
-
@@ -42,7 +44,7 @@
4244
default: false
4345
version: 4.x
4446
name: League\Container 4.x
45-
type: Current
47+
type: Old
4648
requires: PHP >= 7.2
4749
release: 4.2.4 - 2024-11
4850
support: Ongoing
@@ -57,19 +59,3 @@
5759
Delegate Containers: '/4.x/delegate-containers/'
5860
Auto Wiring: '/4.x/auto-wiring/'
5961
Upgrade Guide: '/4.x/upgrade-guide/'
60-
-
61-
version: 3.x
62-
name: League\Container 3.x
63-
type: Old
64-
requires: PHP >= 7.0
65-
release: 3.4.1 - 2021-07
66-
support: 2022-02
67-
url: /3.x/
68-
menu:
69-
Getting Started: '/3.x/'
70-
Dependency Injection: '/3.x/dependency-injection/'
71-
Definitions: '/3.x/definitions/'
72-
Service Providers: '/3.x/service-providers/'
73-
Inflectors: '/3.x/inflectors/'
74-
Delegate Containers: '/3.x/delegate-containers/'
75-
Auto Wiring: '/3.x/auto-wiring/'

docs/_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="content">
2222
<p>{{ site.description }}</p>
2323
<ul class="actions">
24-
<li><a href="#one" class="button next scrolly">Get Started</a></li>
24+
<li><a href="#one" class="button special next scrolly">Get Started</a></li>
2525
</ul>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)