Skip to content

Commit e0b2e17

Browse files
committed
Automated deployment: Thu Jan 18 15:04:13 UTC 2024 1.12.1
1 parent 684a519 commit e0b2e17

File tree

12 files changed

+954
-131
lines changed

12 files changed

+954
-131
lines changed

index.html

+49-13
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="description" content="PSR-6 session persistence adapter for mezzio-session.">
8+
<meta name="description" content="PSR-6 session persistence adapter for mezzio-session.">
9+
10+
11+
12+
<meta name="docsearch:version" content="latest">
13+
<meta name="docsearch:language" content="en">
14+
<meta name="docsearch:component" content="mezzio-session-cache">
15+
916
<link rel="canonical" href="https://docs.mezzio.dev/mezzio-session-cache/">
1017
<link rel="shortcut icon" href="https://docs.laminas.dev/img/trademark-laminas-foundation-rgb.svg">
1118

@@ -143,6 +150,20 @@ <h5 class="subnavigation__subtitle">Table of Contents</h5>
143150

144151

145152

153+
<li class="subnavigation__list-item ">
154+
<a href="v1/installation/" class="subnavigation__link">Installation</a>
155+
</li>
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
146167
<li class="subnavigation__list-item ">
147168
<a href="v1/config/" class="subnavigation__link">Configuration</a>
148169
</li>
@@ -209,8 +230,8 @@ <h1 class="header__title">
209230
<a href="#" class="header__link header__link--search" data-toggle="modal" data-target="#mkdocs_search_modal" title="Open search">
210231
<i class="fa fa-search"></i> Search
211232
</a>
212-
<a href="https://github.com/mezzio/mezzio-session-cache/" class="header__link header__link--github" title="Go to repository of mezzio-session-cache">
213-
<i class="fa fa-github"></i> GitHub
233+
<a href="https://github.com/mezzio/mezzio-session-cache" class="header__link header__link--github" title="Go to repository of mezzio-session-cache">
234+
<i class="fab fa-github"></i> GitHub
214235
</a>
215236

216237
</div>
@@ -255,7 +276,7 @@ <h3>Using Composer</h3>
255276
<h2>Support</h2>
256277
<ul>
257278
<li>Issues: <a href="https://github.com/mezzio/mezzio-session-cache/issues">github.com/mezzio/mezzio-session-cache/issues</a></li>
258-
<li>Source: <a href="https://github.com/mezzio/mezzio-session-cache/">github.com/mezzio/mezzio-session-cache/</a></li>
279+
<li>Source: <a href="https://github.com/mezzio/mezzio-session-cache">github.com/mezzio/mezzio-session-cache</a></li>
259280
<li>Chat: <a href="https://laminas.dev/chat">laminas.dev/chat</a></li>
260281
<li>Forum: <a href="https://discourse.laminas.dev/">discourse.laminas.dev</a></li>
261282
</ul>
@@ -275,7 +296,9 @@ <h2>Support</h2>
275296
<li class="page-nav__item">
276297

277298
<a rel="next" class="page-nav__link page-nav__link--next" href="v1/intro/">
278-
Next <i class="fa fa-chevron-right"></i>
299+
<small class="page-nav__label">Next</small>
300+
Introduction
301+
<i class="fa fa-chevron-right"></i>
279302
</a>
280303

281304
</li>
@@ -284,7 +307,6 @@ <h2>Support</h2>
284307

285308

286309

287-
288310

289311
</div>
290312
<div class="col-md-3 col-sm-12 sidebar">
@@ -336,6 +358,20 @@ <h5 class="subnavigation__subtitle">Table of Contents</h5>
336358

337359

338360

361+
<li class="subnavigation__list-item ">
362+
<a href="v1/installation/" class="subnavigation__link">Installation</a>
363+
</li>
364+
365+
366+
367+
368+
369+
370+
371+
372+
373+
374+
339375
<li class="subnavigation__list-item ">
340376
<a href="v1/config/" class="subnavigation__link">Configuration</a>
341377
</li>
@@ -401,13 +437,13 @@ <h4 class="footer__headline">Support</h4>
401437
<a href="https://discourse.laminas.dev" class="support__link" title="Forum"><i class="fa fa-comments"></i></a>
402438
</li>
403439
<li class="support__list-item">
404-
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fa fa-slack"></i></a>
440+
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fab fa-slack"></i></a>
405441
</li>
406442
<li class="support__list-item">
407-
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fa fa-github"></i></a>
443+
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fab fa-github"></i></a>
408444
</li>
409445
<li class="support__list-item">
410-
<a href="https://twitter.com/getlaminas" class="support__link" title="Twitter"><i class="fa fa-twitter"></i></a>
446+
<a href="https://phpc.social/@getlaminas" class="support__link" title="Mastodon"><i class="fab fa-mastodon"></i></a>
411447
</li>
412448
<li class="support__list-item">
413449
<a href="https://getlaminas.org/blog/rss.xml" class="support__link" title="Blog feed"><i class="fa fa-rss"></i></a>
@@ -423,7 +459,7 @@ <h4 class="footer__headline">Support</h4>
423459
<h4 class="footer__headline">License</h4>
424460
<p>
425461
Code licensed under <a
426-
href="https://github.com/mezzio/mezzio-session-cache/blob/master/LICENSE.md">BSD 3-Clause</a>.
462+
href="https://github.com/mezzio/mezzio-session-cache/blob/-/LICENSE.md">BSD 3-Clause</a>.
427463
</p>
428464
</div>
429465

@@ -433,7 +469,7 @@ <h4 class="footer__headline">Copyright</h4>
433469
<p>
434470
<!--Built with love by the Laminas team with the help of our
435471
<a href="https://github.com/mezzio/mezzio-session-cache/graphs/contributors">contributors</a>.<br>-->
436-
&copy; 2021 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
472+
&copy; 2024 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
437473
</p>
438474
</div>
439475
</div>
@@ -480,6 +516,6 @@ <h5 class="modal-title">Search</h5>
480516
</html>
481517

482518
<!--
483-
MkDocs version : 1.1.2
484-
Build Date UTC : 2021-04-20 16:18:45.822380+00:00
519+
MkDocs version : 1.5.3
520+
Build Date UTC : 2024-01-18 15:04:13.675668+00:00
485521
-->

pages/404.html

+44-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="description" content="PSR-6 session persistence adapter for mezzio-session.">
8+
<meta name="description" content="PSR-6 session persistence adapter for mezzio-session.">
9+
10+
11+
12+
<meta name="docsearch:version" content="latest">
13+
<meta name="docsearch:language" content="en">
14+
<meta name="docsearch:component" content="mezzio-session-cache">
15+
16+
917
<link rel="shortcut icon" href="https://docs.laminas.dev/img/trademark-laminas-foundation-rgb.svg">
1018

1119
<title>mezzio-session-cache - Laminas Docs</title>
@@ -142,6 +150,20 @@ <h5 class="subnavigation__subtitle">Table of Contents</h5>
142150

143151

144152

153+
<li class="subnavigation__list-item ">
154+
<a href="../v1/installation/" class="subnavigation__link">Installation</a>
155+
</li>
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
145167
<li class="subnavigation__list-item ">
146168
<a href="../v1/config/" class="subnavigation__link">Configuration</a>
147169
</li>
@@ -208,8 +230,8 @@ <h1 class="header__title">
208230
<a href="#" class="header__link header__link--search" data-toggle="modal" data-target="#mkdocs_search_modal" title="Open search">
209231
<i class="fa fa-search"></i> Search
210232
</a>
211-
<a href="https://github.com/mezzio/mezzio-session-cache/" class="header__link header__link--github" title="Go to repository of mezzio-session-cache">
212-
<i class="fa fa-github"></i> GitHub
233+
<a href="https://github.com/mezzio/mezzio-session-cache" class="header__link header__link--github" title="Go to repository of mezzio-session-cache">
234+
<i class="fab fa-github"></i> GitHub
213235
</a>
214236

215237
</div>
@@ -289,6 +311,20 @@ <h5 class="subnavigation__subtitle">Table of Contents</h5>
289311

290312

291313

314+
<li class="subnavigation__list-item ">
315+
<a href="../v1/installation/" class="subnavigation__link">Installation</a>
316+
</li>
317+
318+
319+
320+
321+
322+
323+
324+
325+
326+
327+
292328
<li class="subnavigation__list-item ">
293329
<a href="../v1/config/" class="subnavigation__link">Configuration</a>
294330
</li>
@@ -354,13 +390,13 @@ <h4 class="footer__headline">Support</h4>
354390
<a href="https://discourse.laminas.dev" class="support__link" title="Forum"><i class="fa fa-comments"></i></a>
355391
</li>
356392
<li class="support__list-item">
357-
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fa fa-slack"></i></a>
393+
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fab fa-slack"></i></a>
358394
</li>
359395
<li class="support__list-item">
360-
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fa fa-github"></i></a>
396+
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fab fa-github"></i></a>
361397
</li>
362398
<li class="support__list-item">
363-
<a href="https://twitter.com/getlaminas" class="support__link" title="Twitter"><i class="fa fa-twitter"></i></a>
399+
<a href="https://phpc.social/@getlaminas" class="support__link" title="Mastodon"><i class="fab fa-mastodon"></i></a>
364400
</li>
365401
<li class="support__list-item">
366402
<a href="https://getlaminas.org/blog/rss.xml" class="support__link" title="Blog feed"><i class="fa fa-rss"></i></a>
@@ -376,7 +412,7 @@ <h4 class="footer__headline">Support</h4>
376412
<h4 class="footer__headline">License</h4>
377413
<p>
378414
Code licensed under <a
379-
href="https://github.com/mezzio/mezzio-session-cache/blob/master/LICENSE.md">BSD 3-Clause</a>.
415+
href="https://github.com/mezzio/mezzio-session-cache/blob/-/LICENSE.md">BSD 3-Clause</a>.
380416
</p>
381417
</div>
382418

@@ -386,7 +422,7 @@ <h4 class="footer__headline">Copyright</h4>
386422
<p>
387423
<!--Built with love by the Laminas team with the help of our
388424
<a href="https://github.com/mezzio/mezzio-session-cache/graphs/contributors">contributors</a>.<br>-->
389-
&copy; 2021 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
425+
&copy; 2024 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
390426
</p>
391427
</div>
392428
</div>

search/lunr.js

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.8
3-
* Copyright (C) 2019 Oliver Nightingale
2+
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
3+
* Copyright (C) 2020 Oliver Nightingale
44
* @license MIT
55
*/
66

@@ -54,10 +54,10 @@ var lunr = function (config) {
5454
return builder.build()
5555
}
5656

57-
lunr.version = "2.3.8"
57+
lunr.version = "2.3.9"
5858
/*!
5959
* lunr.utils
60-
* Copyright (C) 2019 Oliver Nightingale
60+
* Copyright (C) 2020 Oliver Nightingale
6161
*/
6262

6363
/**
@@ -177,7 +177,7 @@ lunr.FieldRef.prototype.toString = function () {
177177
}
178178
/*!
179179
* lunr.Set
180-
* Copyright (C) 2019 Oliver Nightingale
180+
* Copyright (C) 2020 Oliver Nightingale
181181
*/
182182

183183
/**
@@ -211,8 +211,8 @@ lunr.Set.complete = {
211211
return other
212212
},
213213

214-
union: function (other) {
215-
return other
214+
union: function () {
215+
return this
216216
},
217217

218218
contains: function () {
@@ -389,7 +389,7 @@ lunr.Token.prototype.clone = function (fn) {
389389
}
390390
/*!
391391
* lunr.tokenizer
392-
* Copyright (C) 2019 Oliver Nightingale
392+
* Copyright (C) 2020 Oliver Nightingale
393393
*/
394394

395395
/**
@@ -465,7 +465,7 @@ lunr.tokenizer = function (obj, metadata) {
465465
lunr.tokenizer.separator = /[\s\-]+/
466466
/*!
467467
* lunr.Pipeline
468-
* Copyright (C) 2019 Oliver Nightingale
468+
* Copyright (C) 2020 Oliver Nightingale
469469
*/
470470

471471
/**
@@ -732,7 +732,7 @@ lunr.Pipeline.prototype.toJSON = function () {
732732
}
733733
/*!
734734
* lunr.Vector
735-
* Copyright (C) 2019 Oliver Nightingale
735+
* Copyright (C) 2020 Oliver Nightingale
736736
*/
737737

738738
/**
@@ -929,7 +929,7 @@ lunr.Vector.prototype.toJSON = function () {
929929
/* eslint-disable */
930930
/*!
931931
* lunr.stemmer
932-
* Copyright (C) 2019 Oliver Nightingale
932+
* Copyright (C) 2020 Oliver Nightingale
933933
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
934934
*/
935935

@@ -1151,7 +1151,7 @@ lunr.stemmer = (function(){
11511151
lunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')
11521152
/*!
11531153
* lunr.stopWordFilter
1154-
* Copyright (C) 2019 Oliver Nightingale
1154+
* Copyright (C) 2020 Oliver Nightingale
11551155
*/
11561156

11571157
/**
@@ -1316,7 +1316,7 @@ lunr.stopWordFilter = lunr.generateStopWordFilter([
13161316
lunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')
13171317
/*!
13181318
* lunr.trimmer
1319-
* Copyright (C) 2019 Oliver Nightingale
1319+
* Copyright (C) 2020 Oliver Nightingale
13201320
*/
13211321

13221322
/**
@@ -1343,7 +1343,7 @@ lunr.trimmer = function (token) {
13431343
lunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')
13441344
/*!
13451345
* lunr.TokenSet
1346-
* Copyright (C) 2019 Oliver Nightingale
1346+
* Copyright (C) 2020 Oliver Nightingale
13471347
*/
13481348

13491349
/**
@@ -1827,7 +1827,7 @@ lunr.TokenSet.Builder.prototype.minimize = function (downTo) {
18271827
}
18281828
/*!
18291829
* lunr.Index
1830-
* Copyright (C) 2019 Oliver Nightingale
1830+
* Copyright (C) 2020 Oliver Nightingale
18311831
*/
18321832

18331833
/**
@@ -1994,7 +1994,7 @@ lunr.Index.prototype.query = function (fn) {
19941994
*/
19951995
var clause = query.clauses[i],
19961996
terms = null,
1997-
clauseMatches = lunr.Set.complete
1997+
clauseMatches = lunr.Set.empty
19981998

19991999
if (clause.usePipeline) {
20002000
terms = this.pipeline.runString(clause.term, {
@@ -2319,7 +2319,7 @@ lunr.Index.load = function (serializedIndex) {
23192319
}
23202320
/*!
23212321
* lunr.Builder
2322-
* Copyright (C) 2019 Oliver Nightingale
2322+
* Copyright (C) 2020 Oliver Nightingale
23232323
*/
23242324

23252325
/**
@@ -3456,7 +3456,7 @@ lunr.QueryParser.parseBoost = function (parser) {
34563456
} else if (typeof exports === 'object') {
34573457
/**
34583458
* Node. Does not work with strict CommonJS, but
3459-
* only CommonJS-like enviroments that support module.exports,
3459+
* only CommonJS-like environments that support module.exports,
34603460
* like Node.
34613461
*/
34623462
module.exports = factory()

0 commit comments

Comments
 (0)