Skip to content

Commit fe28bcd

Browse files
committed
feat: Laminas announcement
1 parent d189429 commit fe28bcd

18 files changed

+3263
-597
lines changed

404.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<title>Not Found - ZF Docs</title>
1313

14-
<link rel="stylesheet" href="/css/styles-e95dab66f8.css">
14+
<link rel="stylesheet" href="/css/styles-18b942728f.css">
1515
<link href="/css/site.css" rel="stylesheet">
1616
</head>
1717
<body id="page-top">
@@ -124,6 +124,17 @@ <h1 class="header__title">
124124
</header>
125125

126126

127+
<div class="laminas-announcement">
128+
<div class="container">
129+
<div class="row">
130+
<div class="col-xs-12">
131+
Zend Framework transitions to the Linux Foundation. <a href="https://getlaminas.org">Learn More.</a>
132+
</div>
133+
</div>
134+
</div>
135+
</div>
136+
137+
127138
<div class="container">
128139
<div class="row">
129140
<div class="col-md-9 col-xs-12 content" role="main">
@@ -291,9 +302,8 @@ <h4 class="footer__headline">Support</h4>
291302
var base_url = '..',
292303
siteName = 'ZF Docs';
293304
</script>
294-
<script src="/js/scripts-a978f1ec1a.js"></script>
295-
<script src="/search/require.js"></script>
296-
<script src="/search/search.js"></script>
305+
<script src="/js/scripts-0bcb0a3bb3.js"></script>
306+
<script src="/search/main.js"></script>
297307

298308

299309
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">

css/styles-18b942728f.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles-e95dab66f8.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

index.html

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<title>Home - ZF Docs</title>
1313

14-
<link rel="stylesheet" href="./css/styles-e95dab66f8.css">
15-
<link href="./css/site.css" rel="stylesheet">
14+
<link rel="stylesheet" href="./css/styles-18b942728f.css">
15+
<link href="css/site.css" rel="stylesheet">
1616
</head>
1717
<body id="page-top">
1818

@@ -67,7 +67,7 @@
6767

6868
<div class="subnavigation hidden-print">
6969
<h4 class="subnavigation__title">
70-
<a href=".">ZF Docs</a>
70+
<a href="">ZF Docs</a>
7171
</h4>
7272

7373
<h5 class="subnavigation__subtitle">Table of Contents</h5>
@@ -76,7 +76,7 @@ <h5 class="subnavigation__subtitle">Table of Contents</h5>
7676

7777

7878
<li class="subnavigation__list-item ">
79-
79+
<a href="404/" class="subnavigation__link">Not Found</a>
8080
</li>
8181

8282

@@ -124,6 +124,17 @@ <h1 class="header__title">
124124
</header>
125125

126126

127+
<div class="laminas-announcement">
128+
<div class="container">
129+
<div class="row">
130+
<div class="col-xs-12">
131+
Zend Framework transitions to the Linux Foundation. <a href="https://getlaminas.org">Learn More.</a>
132+
</div>
133+
</div>
134+
</div>
135+
</div>
136+
137+
127138
<div class="container">
128139
<div class="row">
129140
<div class="col-md-9 col-xs-12 content" role="main">
@@ -664,7 +675,7 @@ <h5 class="component-selector__subtitle">Find documentation…</h5>
664675

665676
<div class="subnavigation hidden-print">
666677
<h4 class="subnavigation__title">
667-
<a href=".">ZF Docs</a>
678+
<a href="">ZF Docs</a>
668679
</h4>
669680

670681
<h5 class="subnavigation__subtitle">Table of Contents</h5>
@@ -673,7 +684,7 @@ <h5 class="subnavigation__subtitle">Table of Contents</h5>
673684

674685

675686
<li class="subnavigation__list-item ">
676-
687+
<a href="404/" class="subnavigation__link">Not Found</a>
677688
</li>
678689

679690

@@ -751,9 +762,8 @@ <h4 class="footer__headline">Support</h4>
751762
var base_url = '.',
752763
siteName = 'ZF Docs';
753764
</script>
754-
<script src="./js/scripts-a978f1ec1a.js"></script>
755-
<script src="./search/require.js"></script>
756-
<script src="./search/search.js"></script>
765+
<script src="./js/scripts-0bcb0a3bb3.js"></script>
766+
<script src="search/main.js"></script>
757767

758768

759769
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
@@ -791,6 +801,6 @@ <h4 class="modal-title" id="exampleModalLabel">Search</h4>
791801
</html>
792802

793803
<!--
794-
MkDocs version : 0.17.3
795-
Build Date UTC : 2018-11-16 14:59:10
804+
MkDocs version : 1.0.4
805+
Build Date UTC : 2019-04-17 14:08:57
796806
-->

js/scripts-0bcb0a3bb3.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/scripts-a978f1ec1a.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)