Skip to content

Commit 7c1c74a

Browse files
committed
Deployed c16b50d to 1.2 with MkDocs 1.6.1 and mike 2.1.3
1 parent d63c28d commit 7c1c74a

File tree

23 files changed

+1408
-40
lines changed

23 files changed

+1408
-40
lines changed

1.2/404.html

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

1717

1818
<link rel="icon" href="/pydeployment/1.2/assets/images/favicon.png">
19-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.39">
19+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
2020

2121

2222

@@ -738,6 +738,27 @@
738738

739739

740740

741+
742+
743+
744+
745+
746+
747+
<li class="md-nav__item">
748+
<a href="/pydeployment/1.2/SECURITY/" class="md-nav__link">
749+
750+
751+
<span class="md-ellipsis">
752+
Security
753+
</span>
754+
755+
756+
</a>
757+
</li>
758+
759+
760+
761+
741762
</ul>
742763
</nav>
743764

1.2/CODE_OF_CONDUCT/index.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
<link rel="prev" href="../CONTRIBUTING/">
1919

2020

21+
<link rel="next" href="../SECURITY/">
22+
2123

2224
<link rel="icon" href="../assets/images/favicon.png">
23-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.39">
25+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
2426

2527

2628

@@ -794,6 +796,27 @@
794796

795797

796798

799+
800+
801+
802+
803+
804+
805+
<li class="md-nav__item">
806+
<a href="../SECURITY/" class="md-nav__link">
807+
808+
809+
<span class="md-ellipsis">
810+
Security
811+
</span>
812+
813+
814+
</a>
815+
</li>
816+
817+
818+
819+
797820
</ul>
798821
</nav>
799822

1.2/CONTRIBUTING/index.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
<link rel="icon" href="../assets/images/favicon.png">
25-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.39">
25+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
2626

2727

2828

@@ -800,6 +800,27 @@
800800

801801

802802

803+
804+
805+
806+
807+
808+
809+
<li class="md-nav__item">
810+
<a href="../SECURITY/" class="md-nav__link">
811+
812+
813+
<span class="md-ellipsis">
814+
Security
815+
</span>
816+
817+
818+
</a>
819+
</li>
820+
821+
822+
823+
803824
</ul>
804825
</nav>
805826

@@ -886,7 +907,7 @@ <h2 id="testing-the-development-version">Testing the Development Version</h2>
886907
<p>In order to test macOS notarization, you will need to create a file named
887908
<code>.env</code> in the project directory with the information necessary to notarize an
888909
application. See
889-
<a href="../user-guide/advanced/macos-notarization.md">macOS Notarization</a> for details
910+
<a href="../user-guide/advanced/macos-notarization/">macOS Notarization</a> for details
890911
on the necessary values.</p>
891912
<pre><code>CERT=&quot;Developer ID Application: Name Here (TEAMIDHERE)&quot;
892913
KEYC=&quot;keychain-profile-name&quot;

0 commit comments

Comments
 (0)