Skip to content

Commit 281e80e

Browse files
committed
deploy: feb0682
1 parent f663530 commit 281e80e

15 files changed

Lines changed: 152 additions & 150 deletions

classes/libredte-api-client-ApiClient.html

Lines changed: 71 additions & 67 deletions
Large diffs are not rendered by default.

classes/libredte-api-client-ApiException.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,8 @@ <h2 class="phpdocumentor-content__title">
181181

182182

183183

184-
185-
186-
187-
184+
185+
188186
<h3 id="toc">
189187
Table of Contents
190188
<a href="classes/libredte-api-client-ApiException.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
@@ -244,6 +242,8 @@ <h3 id="toc">
244242
if (xhr.status < 400 && xhr.responseText) {
245243
code.textContent = xhr.responseText;
246244
Prism.highlightElement(code);
245+
d=document.getElementsByClassName("line-numbers");
246+
d[0].scrollTop = d[0].children[1].offsetTop;
247247
return;
248248
}
249249

classes/libredte-api-client-HttpCurlClient.html

Lines changed: 43 additions & 41 deletions
Large diffs are not rendered by default.

css/template.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
display: block;
101101
font-size: var(--text-sm);
102102
border: 1px solid #f0f0f0;
103+
margin-bottom: calc(var(--spacing-sm));
103104
}
104105

105106
.phpdocumentor .phpdocumentor-signature.-deprecated .phpdocumentor-signature__name {

files/src-apiclient.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ <h2 class="phpdocumentor-content__title">ApiClient.php</h2>
139139

140140
<p class="phpdocumentor-summary">LibreDTE: Cliente de API en PHP.</p>
141141

142-
143-
<section class="phpdocumentor-description"><p>Copyright (C) LibreDTE <a href="https://www.libredte.cl">https://www.libredte.cl</a></p>
142+
143+
<section class="phpdocumentor-description"><p>Copyright (C) LibreDTE <a href="https://www.libredte.cl">https://www.libredte.cl</a></p>
144144
<p>Este programa es software libre: usted puede redistribuirlo y/o modificarlo
145145
bajo los términos de la GNU Lesser General Public License (LGPL) publicada
146146
por la Fundación para el Software Libre, ya sea la versión 3 de la Licencia,
@@ -154,12 +154,10 @@ <h2 class="phpdocumentor-content__title">ApiClient.php</h2>
154154
<a href="http://www.gnu.org/licenses/lgpl.html">http://www.gnu.org/licenses/lgpl.html</a>.</p>
155155
</section>
156156

157+
157158

158159

159-
160-
161-
162-
160+
163161
<h3 id="toc">
164162
Table of Contents
165163
<a href="files/src-apiclient.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
@@ -185,7 +183,6 @@ <h4 id="toc-classes">
185183

186184

187185

188-
189186

190187

191188

@@ -225,6 +222,8 @@ <h4 id="toc-classes">
225222
if (xhr.status < 400 && xhr.responseText) {
226223
code.textContent = xhr.responseText;
227224
Prism.highlightElement(code);
225+
d=document.getElementsByClassName("line-numbers");
226+
d[0].scrollTop = d[0].children[1].offsetTop;
228227
return;
229228
}
230229

files/src-apiexception.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ <h2 class="phpdocumentor-content__title">ApiException.php</h2>
139139

140140
<p class="phpdocumentor-summary">LibreDTE: Cliente de API en PHP.</p>
141141

142-
143-
<section class="phpdocumentor-description"><p>Copyright (C) LibreDTE <a href="https://www.libredte.cl">https://www.libredte.cl</a></p>
142+
143+
<section class="phpdocumentor-description"><p>Copyright (C) LibreDTE <a href="https://www.libredte.cl">https://www.libredte.cl</a></p>
144144
<p>Este programa es software libre: usted puede redistribuirlo y/o modificarlo
145145
bajo los términos de la GNU Lesser General Public License (LGPL) publicada
146146
por la Fundación para el Software Libre, ya sea la versión 3 de la Licencia,
@@ -154,12 +154,10 @@ <h2 class="phpdocumentor-content__title">ApiException.php</h2>
154154
<a href="http://www.gnu.org/licenses/lgpl.html">http://www.gnu.org/licenses/lgpl.html</a>.</p>
155155
</section>
156156

157+
157158

158159

159-
160-
161-
162-
160+
163161
<h3 id="toc">
164162
Table of Contents
165163
<a href="files/src-apiexception.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
@@ -186,7 +184,6 @@ <h4 id="toc-classes">
186184

187185

188186

189-
190187

191188

192189

@@ -226,6 +223,8 @@ <h4 id="toc-classes">
226223
if (xhr.status < 400 && xhr.responseText) {
227224
code.textContent = xhr.responseText;
228225
Prism.highlightElement(code);
226+
d=document.getElementsByClassName("line-numbers");
227+
d[0].scrollTop = d[0].children[1].offsetTop;
229228
return;
230229
}
231230

files/src-httpcurlclient.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ <h2 class="phpdocumentor-content__title">HttpCurlClient.php</h2>
139139

140140
<p class="phpdocumentor-summary">LibreDTE: Cliente de API en PHP.</p>
141141

142-
143-
<section class="phpdocumentor-description"><p>Copyright (C) LibreDTE <a href="https://www.libredte.cl">https://www.libredte.cl</a></p>
142+
143+
<section class="phpdocumentor-description"><p>Copyright (C) LibreDTE <a href="https://www.libredte.cl">https://www.libredte.cl</a></p>
144144
<p>Este programa es software libre: usted puede redistribuirlo y/o modificarlo
145145
bajo los términos de la GNU Lesser General Public License (LGPL) publicada
146146
por la Fundación para el Software Libre, ya sea la versión 3 de la Licencia,
@@ -154,12 +154,10 @@ <h2 class="phpdocumentor-content__title">HttpCurlClient.php</h2>
154154
<a href="http://www.gnu.org/licenses/lgpl.html">http://www.gnu.org/licenses/lgpl.html</a>.</p>
155155
</section>
156156

157+
157158

158159

159-
160-
161-
162-
160+
163161
<h3 id="toc">
164162
Table of Contents
165163
<a href="files/src-httpcurlclient.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
@@ -185,7 +183,6 @@ <h4 id="toc-classes">
185183

186184

187185

188-
189186

190187

191188

@@ -225,6 +222,8 @@ <h4 id="toc-classes">
225222
if (xhr.status < 400 && xhr.responseText) {
226223
code.textContent = xhr.responseText;
227224
Prism.highlightElement(code);
225+
d=document.getElementsByClassName("line-numbers");
226+
d[0].scrollTop = d[0].children[1].offsetTop;
228227
return;
229228
}
230229

guide/index.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -137,26 +137,10 @@ <h1>Docs: libredte-api-client-php</h1>
137137
<a href="https://github.com/libredte/libredte-api-client-php/actions/workflows/ci.yml?query=branch%3Amaster"><img
138138
src="https://github.com/libredte/libredte-api-client-php/actions/workflows/ci.yml/badge.svg?branch=master&amp;event=push"
139139
/>
140-
</a>
141-
<a href="https://scrutinizer-ci.com/g/libredte/libredte-api-client-php/"><img
142-
src="https://scrutinizer-ci.com/g/libredte/libredte-api-client-php/badges/quality-score.png?b=master"
143-
/>
144-
</a>
145-
<a href="https://scrutinizer-ci.com/g/libredte/libredte-api-client-php/"><img
146-
src="https://scrutinizer-ci.com/g/libredte/libredte-api-client-php/badges/coverage.png?b=master"
147-
/>
148140
</a>
149141
<a href="https://packagist.org/packages/libredte/libredte-api-client"><img
150142
src="https://poser.pugx.org/libredte/libredte-api-client/license"
151143
/>
152-
</a>
153-
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2FLibreDTE%2Flibredte-api-client-php?ref=badge_shield&amp;issueType=license"><img
154-
src="https://app.fossa.com/api/projects/git%2Bgithub.com%2FLibreDTE%2Flibredte-api-client-php.svg?type=shield&amp;issueType=license"
155-
/>
156-
</a>
157-
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2FLibreDTE%2Flibredte-api-client-php?ref=badge_shield&amp;issueType=security"><img
158-
src="https://app.fossa.com/api/projects/git%2Bgithub.com%2FLibreDTE%2Flibredte-api-client-php.svg?type=shield&amp;issueType=security"
159-
/>
160144
</a>
161145
<a href="https://packagist.org/packages/libredte/libredte-api-client"><img
162146
src="https://poser.pugx.org/libredte/libredte-api-client/downloads"
@@ -236,7 +220,7 @@ <h2>Enlaces</h2>
236220

237221
<li class="dash"><a href="https://packagist.org/packages/libredte/libredte-api-client">Paquete en Packagist</a></li>
238222

239-
<li class="dash"><a href="https://developers.libredte.cl/">Documentación</a></li>
223+
<li class="dash"><a href="https://api-client-php.docs.libredte.cl">Documentación</a></li>
240224

241225
</ul>
242226

namespaces/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ <h4 id="namespaces">
202202
if (xhr.status < 400 && xhr.responseText) {
203203
code.textContent = xhr.responseText;
204204
Prism.highlightElement(code);
205+
d=document.getElementsByClassName("line-numbers");
206+
d[0].scrollTop = d[0].children[1].offsetTop;
205207
return;
206208
}
207209

namespaces/libredte-api-client.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ <h4 id="toc-classes">
203203
if (xhr.status < 400 && xhr.responseText) {
204204
code.textContent = xhr.responseText;
205205
Prism.highlightElement(code);
206+
d=document.getElementsByClassName("line-numbers");
207+
d[0].scrollTop = d[0].children[1].offsetTop;
206208
return;
207209
}
208210

0 commit comments

Comments
 (0)