Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated envoy website URLs to new domain #13772

Merged
merged 6 commits into from
Nov 21, 2023

Conversation

RichardoC
Copy link
Contributor

Please provide a description for what this PR is for.

And to help us figure out who should review this PR, please
put an X in all the areas that this PR affects.

  • Ambient
  • Docs
  • Installation
  • Networking
  • Performance and Scalability
  • Extensions and Telemetry
  • Security
  • Test and Release
  • User Experience
  • Developer Infrastructure

@RichardoC RichardoC requested review from a team as code owners August 25, 2023 14:32
@istio-policy-bot
Copy link

😊 Welcome! This is either your first contribution to the Istio documentation repo, or
it's been awhile since you've been here. A few things you should know:

  • You can learn about how we write and maintain documentation, about our style guidelines,
    and about all the available web site features by visiting Contributing to the Docs.

  • In the next few minutes, an automatic preview of your change will be
    built as a full copy of the istio.io website. You can find this preview by clicking on
    the Details link next to the deploy/netlify entry in the Status section of this
    page.

  • We care about quality, so we've put in place a number of checks to ensure our documentation
    is top notch. We do spell checking, we sanitize the markdown, we ensure all hyperlinks point
    to valid location, and more. If your PR doesn't pass one of these checks, you'll see a red X in the
    status section of the page. Click on the Details link to get a list of the problems with your PR.
    Fix those problems and push an update to your PR. This will automatically rerun the tests and
    hopefully this time everything will be perfect.

  • Once your changes are accepted and merged into the repository, they will initially show up
    on https://preliminary.istio.io. The changes will be published to https://istio.io
    the next time we do a major release (which typically happens every 3 months or so).

Thanks for contributing!

Courtesy of your friendly welcome wagon.

@istio-testing istio-testing added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. needs-ok-to-test labels Aug 25, 2023
@istio-testing
Copy link
Contributor

Hi @RichardoC. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@RichardoC
Copy link
Contributor Author

I've deliberately excluded everything under archive because this (may) have been a valid URL when those pages were created

@kfaseela
Copy link
Member

cc @phlax

@kfaseela
Copy link
Member

/ok-to-test

@istio-testing istio-testing added ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. and removed needs-ok-to-test labels Aug 25, 2023
Copy link
Contributor

@craigbox craigbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed to the glossary definition throughout, as the context of all of them is a link to the project, not to the docs.

When the preview is ready I'll confirm that the {{<gloss>}} shortcode does the right thing for the ZH pages too.

content/en/blog/2017/0.1-auth/index.md Outdated Show resolved Hide resolved
content/en/blog/2017/0.1-using-network-policy/index.md Outdated Show resolved Hide resolved
content/en/news/releases/0.x/announcing-0.1/index.md Outdated Show resolved Hide resolved
content/zh/blog/2017/0.1-auth/index.md Outdated Show resolved Hide resolved
@@ -29,7 +29,7 @@ target_release: 0.1

## 实现{#implementation}

Istio 的代理基于 [`Envoy`](https://envoyproxy.github.io/envoy/),它作为数据平面的用户空间守护进程实现的,使用标准套接字与网络层交互。这使它在处理方面具有很大的灵活性,并允许它在容器中分发(和升级!)。
Istio 的代理基于 [`Envoy`](https://www.envoyproxy.io/docs/envoy/),它作为数据平面的用户空间守护进程实现的,使用标准套接字与网络层交互。这使它在处理方面具有很大的灵活性,并允许它在容器中分发(和升级!)。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Istio 的代理基于 [`Envoy`](https://www.envoyproxy.io/docs/envoy/),它作为数据平面的用户空间守护进程实现的,使用标准套接字与网络层交互。这使它在处理方面具有很大的灵活性,并允许它在容器中分发(和升级!)。
Istio 的代理基于 {{<gloss envoy>}}Envoy{{</gloss>}},它作为数据平面的用户空间守护进程实现的,使用标准套接字与网络层交互。这使它在处理方面具有很大的灵活性,并允许它在容器中分发(和升级!)。

content/zh/news/releases/0.x/announcing-0.1/index.md Outdated Show resolved Hide resolved
@craigbox
Copy link
Contributor

craigbox commented Nov 9, 2023

(p.s. if this PR were updated to "maintainers can edit" then I am happy to make these changes myself.)

@RichardoC
Copy link
Contributor Author

(p.s. if this PR were updated to "maintainers can edit" then I am happy to make these changes myself.)

Have updated, sorry about that

@istio-testing istio-testing added the needs-rebase Indicates a PR needs to be rebased before being merged label Nov 9, 2023
@istio-testing istio-testing removed the needs-rebase Indicates a PR needs to be rebased before being merged label Nov 21, 2023
@wilsonwu
Copy link
Member

/test lint

@istio-testing istio-testing merged commit 8e1ba38 into istio:master Nov 21, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/docs ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants