You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "SkyeYoung (via GitHub)" <gi...@apache.org> on 2023/05/06 15:26:29 UTC

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1577: fix: redirect / to README

SkyeYoung opened a new pull request, #1577:
URL: https://github.com/apache/apisix-website/pull/1577

   Fixes: #[Add issue number here]
   
   Changes:
   
   <!-- Add here what changes were made in this pull request and if possible provide links showcasing the changes. -->
   
   Screenshots of the change:
   
   <!-- Add screenshots depicting the changes. -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] jiangfucheng commented on pull request #1577: fix: redirect `/` to `/README`

Posted by "jiangfucheng (via GitHub)" <gi...@apache.org>.
jiangfucheng commented on PR #1577:
URL: https://github.com/apache/apisix-website/pull/1577#issuecomment-1537173220

   
   ![image](https://user-images.githubusercontent.com/33349046/236635025-362df115-72ed-45ec-baef-38e0462b4d98.png)
   
   The APISIX website seems occur some error, i'm not sure if it's related to this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] juzhiyuan merged pull request #1577: fix: redirect `/` to `/README`

Posted by "juzhiyuan (via GitHub)" <gi...@apache.org>.
juzhiyuan merged PR #1577:
URL: https://github.com/apache/apisix-website/pull/1577


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SkyeYoung commented on a diff in pull request #1577: fix: redirect `/` to `/README`

Posted by "SkyeYoung (via GitHub)" <gi...@apache.org>.
SkyeYoung commented on code in PR #1577:
URL: https://github.com/apache/apisix-website/pull/1577#discussion_r1186712639


##########
.htaccess:
##########
@@ -40,7 +40,8 @@ Redirect 302 "/slack" "https://join.slack.com/t/the-asf/shared_invite/zt-1ugrg37
 Redirect 302 "/community-meeting-signup" "https://docs.google.com/forms/d/1C9bIJ3eh0bQrBdv4rPGxHDUvX4giNQ_IRCmDDOQ2mgE/"
 Redirect 302 "/contributor-workshop-signup" "https://docs.google.com/forms/d/1LUER3R9-aFsUm7MhjVd_CM1xAGnkuWIe62prFH5aqAE/"
 Redirect 302 "/guest-blog-post" "https://forms.gle/unQpSm7FyqkfaSSP8/"
-
+Redirect 302 "/docs/apisix/getting-started" "/docs/apisix/getting-started/README"
+Redirect 302 "/zh/docs/apisix/getting-started" "/zh/docs/apisix/getting-started/README"

Review Comment:
   ```suggestion
   Redirect 302 "/docs/apisix/getting-started/$" "/docs/apisix/getting-started/README/"
   Redirect 302 "/zh/docs/apisix/getting-started/$" "/zh/docs/apisix/getting-started/README/"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] yzeng25 commented on pull request #1577: fix: redirect `/` to `/README`

Posted by "yzeng25 (via GitHub)" <gi...@apache.org>.
yzeng25 commented on PR #1577:
URL: https://github.com/apache/apisix-website/pull/1577#issuecomment-1537175067

   > ![image](https://user-images.githubusercontent.com/33349046/236635025-362df115-72ed-45ec-baef-38e0462b4d98.png)
   > 
   > The APISIX website seems occur some error, i'm not sure if it's related to this PR
   
   Same here, return 404 pages: 
   
   - https://deploy-preview-1577--apache-apisix.netlify.app/docs/apisix/getting-started/
   - https://deploy-preview-1577--apache-apisix.netlify.app/zh/docs/apisix/getting-started/
   
   Probably need further fixes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] netlify[bot] commented on pull request #1577: fix: redirect / to README

Posted by "netlify[bot] (via GitHub)" <gi...@apache.org>.
netlify[bot] commented on PR #1577:
URL: https://github.com/apache/apisix-website/pull/1577#issuecomment-1537164841

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |:-:|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | 604737e2966a605c7ca5e7dbed8f014436f182b7 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/645671a57e7a7c00081410cb |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org