Skip to content

Commit

Permalink
Deploy to wildfly-security/wildfly-elytron gh-pages branch - Tue Sep …
Browse files Browse the repository at this point in the history
…19 15:39:41 UTC 2023
  • Loading branch information
Skyllarr committed Sep 19, 2023
1 parent d17958b commit fb9417d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 14 deletions.
Binary file modified assets/images/setup-elytron/setup-elytron_github-clone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions assets/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>WildFly Elytron</title>
<link>https://wildfly-security.github.io/wildfly-elytron</link>
<description></description>
<lastBuildDate>Wed, 13 Sep 2023 13:57:57 +0000</lastBuildDate>
<lastBuildDate>Tue, 19 Sep 2023 15:39:25 +0000</lastBuildDate>

<item>
<title>Vlog: Join us at Open Source Day on September 22, 2023 and Make Meaningful Contributions</title>
Expand Down
7 changes: 5 additions & 2 deletions guides/setup-elytron-linux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,18 @@ <h2 id="cloning-wildfly-elytron"><a class="anchor" href="#cloning-wildfly-elytro
<p>Now go to your fork of the repository, the URL will be <strong><a href="https://github.com//wildfly-elytron" class="bare">https://github.com//wildfly-elytron</a></strong>. Replace <code>&lt;USERNAME&gt;</code> with your GitHub username.</p>
</li>
<li>
<p>At the top right, you&#8217;ll see there is a green "Code" button. Click on that, and for the easiest setup choose the "HTTPS" tab. Click on the button next to the URL to copy it.</p>
<p>At this point, you can follow the GitHub guide for <a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account?platform=linux">adding a new SSH key to your GitHub account</a> to set up an SSH key so you can clone your repository.</p>
</li>
<li>
<p>At the top right, you will see there is a green "Code" button. Click on that and choose the "SSH" tab. Click on the button next to the url to copy it.</p>
<div class="imageblock responsive-img_capped text-center">
<div class="content">
<img src="../../assets/images/setup-elytron/setup-elytron_github-clone.png" alt="Screenshot of options under &quot;Code&quot; button, under HTTPS tab.Default URL is https://github.com//wildfly-elytron.git">
</div>
</div>
</li>
<li>
<p>Open your terminal and navigate to the directory where you want to clone this project. Then enter <code>git clone [URL]</code> and replace <code>[URL]</code> with the URL you copied in step 4. Now you should see a directory called <code>wildfly-elytron</code> that contains the code for the WildFly Elytron project.</p>
<p>Open your terminal and navigate to the directory where you want to clone this project. Then enter <code>git clone [URL]</code> and replace <code>[URL]</code> with the URL you copied in step 6. Now you should see a directory called <code>wildfly-elytron</code> that contains the code for the WildFly Elytron project.</p>
</li>
<li>
<p>Next, add a remote reference to upstream, for pulling future updates from the source repository. Execute the following command in the terminal:</p>
Expand Down
7 changes: 5 additions & 2 deletions guides/setup-elytron-macos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,18 @@ <h2 id="cloning-wildfly-elytron"><a class="anchor" href="#cloning-wildfly-elytro
<p>Now go to your fork of the repository, the URL will be <strong><a href="https://github.com//wildfly-elytron" class="bare">https://github.com//wildfly-elytron</a></strong>. Replace <code>&lt;USERNAME&gt;</code> with your GitHub username.</p>
</li>
<li>
<p>At the top right, you&#8217;ll see there is a green "Code" button. Click on that, and for the easiest setup choose the "HTTPS" tab. Click on the button next to the URL to copy it.</p>
<p>At this point, you can follow the GitHub guide for <a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account?platform=mac">adding a new SSH key to your GitHub account</a> to set up an SSH key so you can clone your repository.</p>
</li>
<li>
<p>At the top right, you will see there is a green "Code" button. Click on that and choose the "SSH" tab. Click on the button next to the url to copy it.</p>
<div class="imageblock responsive-img_capped text-center">
<div class="content">
<img src="../../assets/images/setup-elytron/setup-elytron_github-clone.png" alt="Screenshot of options under &quot;Code&quot; button, under HTTPS tab.Default URL is https://github.com//wildfly-elytron.git">
</div>
</div>
</li>
<li>
<p>Open your terminal and navigate to the directory where you want to clone this project. Then enter <code>git clone [URL]</code> and replace <code>[URL]</code> with the URL you copied in step 4. Now you should see a directory called <code>wildfly-elytron</code> that contains the code for the WildFly Elytron project.</p>
<p>Open your terminal and navigate to the directory where you want to clone this project. Then enter <code>git clone [URL]</code> and replace <code>[URL]</code> with the URL you copied in step 6. Now you should see a directory called <code>wildfly-elytron</code> that contains the code for the WildFly Elytron project.</p>
</li>
<li>
<p>Next, add a remote reference to upstream, for pulling future updates from the source repository. Execute the following command in the terminal:</p>
Expand Down
7 changes: 5 additions & 2 deletions guides/setup-elytron-windows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,15 +386,18 @@ <h2 id="cloning-wildfly-elytron"><a class="anchor" href="#cloning-wildfly-elytro
<p>Now go to your fork of the repository, the URL will be <strong><a href="https://github.com/&lt;USERNAME&gt;/wildfly-elytron" class="bare">https://github.com/&lt;USERNAME&gt;/wildfly-elytron</a></strong>. Replace <code>&lt;USERNAME&gt;</code> with your GitHub username.</p>
</li>
<li>
<p>At the top right, you&#8217;ll see there is a green "Code" button. Click on that, and for the easiest setup choose the "HTTPS" tab. Click on the button next to the URL to copy it.</p>
<p>At this point, you can follow the GitHub guide for <a href="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account?platform=windows">adding a new SSH key to your GitHub account</a> to set up an SSH key so you can clone your repository.</p>
</li>
<li>
<p>At the top right, you will see there is a green "Code" button. Click on that and choose the "SSH" tab. Click on the button next to the url to copy it.</p>
<div class="imageblock responsive-img_capped text-center">
<div class="content">
<img src="../../assets/images/setup-elytron/setup-elytron_github-clone.png" alt="Screenshot of options under &quot;Code&quot; button, under HTTPS tab. Default URL is https://github.com/&lt;USERNAME&gt;/wildfly-elytron.git">
</div>
</div>
</li>
<li>
<p>Open your terminal and navigate to the directory where you want to clone this project. Then enter <code>git clone [URL]</code> and replace <code>[URL]</code> with the URL you copied in step 4. Now you should see a directory called <code>wildfly-elytron</code> that contains the code for the WildFly Elytron project.</p>
<p>Open your terminal and navigate to the directory where you want to clone this project. Then enter <code>git clone [URL]</code> and replace <code>[URL]</code> with the URL you copied in step 6. Now you should see a directory called <code>wildfly-elytron</code> that contains the code for the WildFly Elytron project.</p>
</li>
<li>
<p>Next, add a remote reference to upstream, for pulling future updates from the source repository. Execute the following command in the terminal:</p>
Expand Down

0 comments on commit fb9417d

Please sign in to comment.