Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9bea163 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed May 20, 2024
1 parent c299b9e commit 316fccf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion additional-documentation/development-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 id="requirements">Requirements</h2>
</ul>
<h2 id="basic-setup">Basic setup</h2>
<blockquote>
<p>Please ensure that if you are on Windows that you have set the git setting <code>core.autocrlf</code> to <code>true</code>!</p>
<p>Please ensure that if you are on Windows that you have set the git setting <code>core.autocrlf</code> to <code>false</code> and <code>core.eol</code> to <code>lf</code>!</p>
</blockquote>
<p>This will give you a setup of both repositories of the main Git branches.</p>
<ol>
Expand Down
4 changes: 2 additions & 2 deletions js/search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion license.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="content-data">

<p>MIT License</p>
<p>Copyright (c) 2022 Cobbler Project <a href="mailto:&#x63;&#111;&#x62;&#98;&#x6c;&#x65;&#114;&#46;&#112;&#x72;&#111;&#106;&#101;&#x63;&#x74;&#x40;&#103;&#109;&#x61;&#105;&#x6c;&#46;&#99;&#111;&#x6d;">&#x63;&#111;&#x62;&#98;&#x6c;&#x65;&#114;&#46;&#112;&#x72;&#111;&#106;&#101;&#x63;&#x74;&#x40;&#103;&#109;&#x61;&#105;&#x6c;&#46;&#99;&#111;&#x6d;</a></p>
<p>Copyright (c) 2022 Cobbler Project <a href="mailto:&#x63;&#111;&#98;&#x62;&#108;&#101;&#114;&#x2e;&#x70;&#x72;&#x6f;&#x6a;&#x65;&#x63;&#116;&#x40;&#x67;&#x6d;&#97;&#x69;&#108;&#46;&#99;&#111;&#109;">&#x63;&#111;&#98;&#x62;&#108;&#101;&#114;&#x2e;&#x70;&#x72;&#x6f;&#x6a;&#x65;&#x63;&#116;&#x40;&#x67;&#x6d;&#97;&#x69;&#108;&#46;&#99;&#111;&#109;</a></p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
Expand Down
12 changes: 6 additions & 6 deletions miscellaneous/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ <h3 id="index">Index</h3>
<a href="#cobblerUrlFactory" title="projects/cobbler-api/src/lib/lib.config.ts" ><b>cobblerUrlFactory</b>&nbsp;&nbsp;&nbsp;(projects/.../lib.config.ts)</a>
</li>
<li>
<a href="#context" title="projects/cobbler-api/src/test.ts" ><b>context</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
<a href="#context" title="projects/cobbler-frontend/src/test.ts" ><b>context</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
</li>
<li>
<a href="#context" title="projects/cobbler-frontend/src/test.ts" ><b>context</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
<a href="#context" title="projects/cobbler-api/src/test.ts" ><b>context</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
</li>
<li>
<a href="#context" title="projects/typescript-xmlrpc/src/test.ts" ><b>context</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
Expand All @@ -87,10 +87,10 @@ <h3 id="index">Index</h3>
<a href="#environment" title="projects/cobbler-frontend/src/environments/environment.ts" ><b>environment</b>&nbsp;&nbsp;&nbsp;(projects/.../environment.ts)</a>
</li>
<li>
<a href="#require" title="projects/cobbler-api/src/test.ts" ><b>require</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
<a href="#require" title="projects/cobbler-frontend/src/test.ts" ><b>require</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
</li>
<li>
<a href="#require" title="projects/cobbler-frontend/src/test.ts" ><b>require</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
<a href="#require" title="projects/cobbler-api/src/test.ts" ><b>require</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
</li>
<li>
<a href="#require" title="projects/typescript-xmlrpc/src/test.ts" ><b>require</b>&nbsp;&nbsp;&nbsp;(projects/.../test.ts)</a>
Expand Down Expand Up @@ -209,7 +209,7 @@ <h3></h3> <table class="table table-sm table-bordered">
</tbody>
</table>
</section>
<h3>projects/cobbler-api/src/test.ts</h3>
<h3>projects/cobbler-frontend/src/test.ts</h3>
<section>
<h3></h3> <table class="table table-sm table-bordered">
<tbody>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h3></h3> <table class="table table-sm table-bordered">
</tbody>
</table>
</section>
<h3>projects/cobbler-frontend/src/test.ts</h3>
<h3>projects/cobbler-api/src/test.ts</h3>
<section>
<h3></h3> <table class="table table-sm table-bordered">
<tbody>
Expand Down

0 comments on commit 316fccf

Please sign in to comment.