Skip to content

Commit 7d1f86d

Browse files
committed
jekyll build from Action 708b872
0 parents  commit 7d1f86d

File tree

34 files changed

+7037
-0
lines changed

34 files changed

+7037
-0
lines changed

.nojekyll

Whitespace-only changes.

1.0/basic-usage/index.html

Lines changed: 287 additions & 0 deletions
Large diffs are not rendered by default.

1.0/changelog/index.html

Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
2+
3+
4+
5+
6+
<!DOCTYPE html>
7+
<html lang="en">
8+
<head>
9+
<meta charset="utf-8">
10+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
13+
<meta name="description" content="Important changes made in recent releases">
14+
15+
<meta name="docsearch:version" content="1.0">
16+
17+
<title>Changelog - league/config</title>
18+
19+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
20+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
21+
<meta name="twitter:card" content="summary_large_image" />
22+
<meta name="twitter:site" content="@thephpleague" />
23+
<meta name="twitter:creator" content="@colinodell" />
24+
<meta property="og:url" content="https://config.thephpleague.com/1.0/changelog/" />
25+
26+
<meta property="og:title" content="Changelog - league/config" />
27+
28+
29+
<meta property="og:description" content="Important changes made in recent releases" />
30+
31+
<meta property="og:image" content="https://config.thephpleague.com/images/config-social.png" />
32+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?">
33+
<link rel="stylesheet" href="/custom.css?">
34+
<link rel="stylesheet" href="/global.css?">
35+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css">
36+
<link rel="stylesheet" href="/support.css?">
37+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous" />
38+
<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
39+
<script>
40+
window.dataLayer = window.dataLayer || [];
41+
function gtag() { dataLayer.push(arguments);}
42+
gtag('js', new Date());
43+
gtag('config', '');
44+
</script>
45+
</head>
46+
<body>
47+
<header>
48+
<div class="header-content">
49+
<h1 class="title">
50+
<a class="logo" href="/">
51+
<span class="name">
52+
<em>league\</em>config
53+
</span>
54+
</a>
55+
</h1>
56+
<div class="search"><input type="search" id="doc-search" placeholder="search the docs..."></div>
57+
<nav class="versions">
58+
<h2>v1.0 &#9662;</h2>
59+
<ul>
60+
61+
<li ><a href="/1.1/changelog/">v1.1</a></li>
62+
63+
<li class="selected"><a href="/1.0/changelog/">v1.0</a></li>
64+
65+
<li ><a href="/releases/">Notes</a></li>
66+
</ul>
67+
</nav>
68+
</div>
69+
</header>
70+
71+
<input type="checkbox" id="menu">
72+
<label for="menu" onclick>
73+
<div class="closed">&#9776;</div>
74+
<div class="open">&#10799;</div>
75+
</label>
76+
77+
<main>
78+
<menu>
79+
<div class="versions-small">
80+
<h2>Versions</h2>
81+
<ul>
82+
83+
<li >
84+
<a href="/1.1/">1.1</a>
85+
</li>
86+
87+
<li class="selected">
88+
<a href="/1.0/">1.0</a>
89+
</li>
90+
91+
<li ><a href="/releases/">Releases Notes</a></li>
92+
</ul>
93+
</div>
94+
95+
96+
97+
<div class="menu-section">
98+
<h2>Getting Started</h2>
99+
<ul>
100+
101+
<li >
102+
<a href="/1.0/">Overview</a>
103+
</li>
104+
105+
<li >
106+
<a href="/1.0/installation/">Installation</a>
107+
</li>
108+
109+
<li >
110+
<a href="/1.0/philosophy/">Philosophy</a>
111+
</li>
112+
113+
<li class="selected">
114+
<a href="/1.0/changelog/">Changelog</a>
115+
</li>
116+
117+
</ul>
118+
</div>
119+
120+
<div class="menu-section">
121+
<h2>Usage</h2>
122+
<ul>
123+
124+
<li >
125+
<a href="/1.0/basic-usage/">Basic Usage</a>
126+
</li>
127+
128+
<li >
129+
<a href="/1.0/schemas/">Schemas</a>
130+
</li>
131+
132+
<li >
133+
<a href="/1.0/setting-values/">Setting User-Provided Values</a>
134+
</li>
135+
136+
<li >
137+
<a href="/1.0/reading-values/">Reading Validated Options</a>
138+
</li>
139+
140+
</ul>
141+
</div>
142+
143+
<div class="menu-section">
144+
<h2>Advanced</h2>
145+
<ul>
146+
147+
<li >
148+
<a href="/1.0/mutability/">Mutability</a>
149+
</li>
150+
151+
<li >
152+
<a href="/1.0/lazy-processing/">Lazy Processing</a>
153+
</li>
154+
155+
</ul>
156+
</div>
157+
158+
159+
</menu>
160+
<article>
161+
162+
163+
164+
<p class="message-notice">This is the documentation for <code>version 1.0</code>. Please consider upgrading your code to <a href="/1.1/">the latest stable version</a></p>
165+
166+
167+
168+
169+
<h1 id="changelog">Changelog</h1>
170+
171+
<p>All notable changes made in <code class="language-plaintext highlighter-rouge">1.x</code> releases are shown below. See the <a href="/releases">full list of releases</a> for the complete changelog.</p>
172+
173+
<h2 id="older-versions">Older Versions</h2>
174+
175+
<p>Please see the <a href="/releases">full list of releases</a> for the complete changelog.</p>
176+
177+
178+
<hr>
179+
180+
<p>
181+
<a class="btn btn-sm btn-black" href="https://github.com/thephpleague/config/edit/1.1/docs/1.0/changelog.md" title="Edit this page on GitHub" target="_blank" rel="noopener"><i class="fas fa-edit"></i> Edit this page</a>
182+
</p>
183+
</article>
184+
185+
<aside class="support-banner-wrapper" x-data="{ show: false }" x-show.transition="show" x-init="h = localStorage.getItem('hideBanner'); (h === null || h < (new Date().getTime())) ? (setTimeout(() => show = true, 500)) : (show = false)">
186+
<div class="support-banner">
187+
<p class="support-banner-left">
188+
<strong>Love this library?</strong>
189+
<span class="hidden sm:inline-block lg:hidden">
190+
Show your support!
191+
</span>
192+
193+
<span class="hidden lg:inline-block">
194+
Support development via monthly sponsorship or a one-time donation!
195+
</span>
196+
</p>
197+
198+
<div class="support-banner-right">
199+
<a href="https://github.com/sponsors/colinodell" class="btn btn-pink btn-block">
200+
<i class="fas fa-heart fa-fw" aria-hidden="true"></i> Sponsor
201+
</a>
202+
203+
<a href="https://www.paypal.me/colinpodell/10.00" class="btn btn-green btn-block">
204+
<i class="fas fa-donate fa-fw" aria-hidden="true"></i> Donate
205+
</a>
206+
</div>
207+
208+
<button x-on:click="localStorage.setItem('hideBanner', new Date().getTime() + (7*24*60*60*1000)); show = false" class="support-banner-close">
209+
<i class="fas fa-times" aria-hidden="true"></i>
210+
</button>
211+
</div>
212+
</aside>
213+
</main>
214+
215+
<footer>
216+
<span>&copy; Copyright <a href="https://www.colinodell.com">Colin O'Dell</a> &amp; <a href="//thephpleague.com">The League of Extraordinary Packages</a>.</span>
217+
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
218+
</footer>
219+
<script src="/custom.js?"></script>
220+
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
221+
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
222+
<script> docsearch({
223+
apiKey: '8f03aec598536d377970de1d57a674a3',
224+
indexName: 'thephpleague',
225+
inputSelector: '#doc-search',
226+
algoliaOptions: { 'facetFilters': ["version:1.0"] },
227+
debug: false // Set debug to true if you want to inspect the dropdown
228+
});
229+
</script>
230+
</body>
231+
</html>

0 commit comments

Comments
 (0)