diff --git a/assets/images/setup-elytron/setup-elytron_github-clone.png b/assets/images/setup-elytron/setup-elytron_github-clone.png index 34e08f970f7..d8cb87422fd 100644 Binary files a/assets/images/setup-elytron/setup-elytron_github-clone.png and b/assets/images/setup-elytron/setup-elytron_github-clone.png differ diff --git a/assets/main.css b/assets/main.css index 5f301f13e1d..5ae97167a9c 100644 --- a/assets/main.css +++ b/assets/main.css @@ -147,7 +147,7 @@ pre > code { */ .wrapper { max-width: -webkit-calc(800px - (30px * 2)); - max-width: calc(800px - (30px * 2)); + max-width: calc(800px - 30px * 2); margin-right: auto; margin-left: auto; padding-right: 30px; @@ -333,35 +333,35 @@ table td { .footer-col-1 { width: -webkit-calc(35% - (30px / 2)); - width: calc(35% - (30px / 2)); + width: calc(35% - 30px / 2); } .footer-col-2 { width: -webkit-calc(20% - (30px / 2)); - width: calc(20% - (30px / 2)); + width: calc(20% - 30px / 2); } .footer-col-3 { width: -webkit-calc(45% - (30px / 2)); - width: calc(45% - (30px / 2)); + width: calc(45% - 30px / 2); } @media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); - width: calc(50% - (30px / 2)); + width: calc(50% - 30px / 2); } .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); - width: calc(100% - (30px / 2)); + width: calc(100% - 30px / 2); } } @media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); - width: calc(100% - (30px / 2)); + width: calc(100% - 30px / 2); } } /** diff --git a/feed.xml b/feed.xml index 806d05feeb3..9476cbb8a42 100644 --- a/feed.xml +++ b/feed.xml @@ -5,7 +5,7 @@ WildFly Elytron https://wildfly-security.github.io/wildfly-elytron - Wed, 13 Sep 2023 13:57:57 +0000 + Tue, 19 Sep 2023 15:39:25 +0000 Vlog: Join us at Open Source Day on September 22, 2023 and Make Meaningful Contributions diff --git a/guides/setup-elytron-linux/index.html b/guides/setup-elytron-linux/index.html index c35ace07a20..1ca854e0857 100644 --- a/guides/setup-elytron-linux/index.html +++ b/guides/setup-elytron-linux/index.html @@ -401,7 +401,10 @@

https://github.com//wildfly-elytron. Replace <USERNAME> with your GitHub username.

  • -

    At the top right, you’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.

    +

    At this point, you can follow the GitHub guide for adding a new SSH key to your GitHub account to set up an SSH key so you can clone your repository.

    +
  • +
  • +

    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.

    Screenshot of options under "Code" button, under HTTPS tab.Default URL is https://github.com//wildfly-elytron.git @@ -409,7 +412,7 @@

    https://github.com//wildfly-elytron. Replace <USERNAME> with your GitHub username.

  • -

    At the top right, you’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.

    +

    At this point, you can follow the GitHub guide for adding a new SSH key to your GitHub account to set up an SSH key so you can clone your repository.

    +
  • +
  • +

    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.

    Screenshot of options under "Code" button, under HTTPS tab.Default URL is https://github.com//wildfly-elytron.git @@ -348,7 +351,7 @@

    https://github.com/<USERNAME>/wildfly-elytron. Replace <USERNAME> with your GitHub username.

  • -

    At the top right, you’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.

    +

    At this point, you can follow the GitHub guide for adding a new SSH key to your GitHub account to set up an SSH key so you can clone your repository.

    +
  • +
  • +

    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.

    Screenshot of options under "Code" button, under HTTPS tab. Default URL is https://github.com/<USERNAME>/wildfly-elytron.git @@ -394,7 +397,7 @@