Skip to content

Commit 8f46bc3

Browse files
committed
Update docs
1 parent 7605c92 commit 8f46bc3

17 files changed

Lines changed: 1310 additions & 110 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Read the [CONTRIBUTING.md](https://github.com/poing/JS2PySecrets/blob/main/CONTR
107107

108108
## To Do
109109

110-
- Restructure and split into seterate modules
110+
- Restructure and split into separate modules
111111
- Move the backend functions outside the main module
112112
- Restructure and clean-up the tests
113113

docs/404.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,27 @@
309309

310310

311311

312+
313+
314+
315+
316+
317+
318+
<li class="md-nav__item">
319+
<a href="/contributing/rng/" class="md-nav__link">
320+
321+
322+
<span class="md-ellipsis">
323+
RNG
324+
</span>
325+
326+
327+
</a>
328+
</li>
329+
330+
331+
332+
312333
</ul>
313334
</nav>
314335

docs/blog/2024-03-09/why-start-with-a-javascript-package/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,27 @@
316316

317317

318318

319+
320+
321+
322+
323+
324+
325+
<li class="md-nav__item">
326+
<a href="../../../contributing/rng/" class="md-nav__link">
327+
328+
329+
<span class="md-ellipsis">
330+
RNG
331+
</span>
332+
333+
334+
</a>
335+
</li>
336+
337+
338+
339+
319340
</ul>
320341
</nav>
321342

docs/blog/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111

12-
<link rel="prev" href="../contributing/tests/">
12+
<link rel="prev" href="../contributing/rng/">
1313

1414

1515
<link rel="next" href="../mkdocs/">
@@ -318,6 +318,27 @@
318318

319319

320320

321+
322+
323+
324+
325+
326+
327+
<li class="md-nav__item">
328+
<a href="../contributing/rng/" class="md-nav__link">
329+
330+
331+
<span class="md-ellipsis">
332+
RNG
333+
</span>
334+
335+
336+
</a>
337+
</li>
338+
339+
340+
341+
321342
</ul>
322343
</nav>
323344

docs/commands/index.html

Lines changed: 142 additions & 33 deletions
Large diffs are not rendered by default.

docs/contributing/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,27 @@
528528

529529

530530

531+
532+
533+
534+
535+
536+
537+
<li class="md-nav__item">
538+
<a href="rng/" class="md-nav__link">
539+
540+
541+
<span class="md-ellipsis">
542+
RNG
543+
</span>
544+
545+
546+
</a>
547+
</li>
548+
549+
550+
551+
531552
</ul>
532553
</nav>
533554

0 commit comments

Comments
 (0)