Commit Graph

38 Commits

Author SHA1 Message Date
imgbot[bot] bc5edc8b41
[ImgBot] Optimize images (#6482)
*Total -- 3,315.63kb -> 2,462.23kb (25.74%)

/content/en/docs/setup/platform-setup/kubesphere/images/kubesphere-console.png -- 334.02kb -> 203.49kb (39.08%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-service-select-productpage.png -- 218.73kb -> 149.48kb (31.66%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-service.png -- 188.14kb -> 131.59kb (30.05%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-select-dashboard.png -- 328.05kb -> 230.16kb (29.84%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/dashboard-ratings.png -- 190.72kb -> 135.04kb (29.19%)
/content/en/docs/examples/microservices-istio/add-mtls/dashboard-ratings-mtls.png -- 140.99kb -> 100.51kb (28.71%)
/content/en/docs/examples/microservices-istio/add-istio/dashboard-mesh.png -- 228.11kb -> 164.63kb (27.83%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/dashboard-mesh-all.png -- 260.44kb -> 188.96kb (27.45%)
/content/en/docs/examples/microservices-istio/add-new-microservice-version/bookinfo-reviews-v2.png -- 93.56kb -> 71.35kb (23.74%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/kiali-initial.png -- 170.96kb -> 136.51kb (20.15%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/kiali-edge-labels-menu.png -- 182.78kb -> 146.78kb (19.7%)
/content/en/docs/examples/microservices-istio/enable-istio-all-microservices/kiali-display-menu.png -- 183.97kb -> 148.12kb (19.49%)
/content/en/docs/examples/microservices-istio/istio-ingress-gateway/kiali-ingress-gateway-only.png -- 178.97kb -> 145.13kb (18.91%)
/content/en/docs/examples/microservices-istio/istio-ingress-gateway/kiali-ingress-gateway.png -- 188.66kb -> 153.92kb (18.41%)
/content/en/docs/examples/microservices-istio/add-mtls/kiali-mtls.png -- 201.32kb -> 164.84kb (18.12%)
/content/en/docs/examples/microservices-istio/logs-istio/prometheus.png -- 219.38kb -> 184.89kb (15.72%)
/content/zh/about/contribute/review/review-process.svg -- 6.85kb -> 6.80kb (0.66%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: Imgbot <help@imgbot.net>
2020-02-18 20:30:20 -08:00
2BFL d9f7bab217
zh-translation: update for ServiceMesher#1786-1791 (#6477)
* update: /docs/setup/platform-setup/minikube/index.md #1786

* update: /about/contribute/diagrams/index.md #1787

* update: /docs/ops/diagnostic-tools/istioctl/index.md #1788

* update: /docs/setup/platform-setup/gke/index.md #1790

* update: tasks/traffic-management/ingress/ingress-certmgr/index.md #1791
2020-02-16 02:03:45 -08:00
2BFL b31b6fd756
zh-translation: update for ServiceMesher#1778-1785 (#6478)
* update: /docs/setup/platform-setup/ibm/index.md #1778

* update: /about/feature-stages/index.md #1780

* update: /docs/setup/install/multicluster/gateways/index.md #1782

* update: /blog/2019/trustworthy-jwt-sds/index.md #1784

* update: /docs/setup/install/multicluster/shared-gateways/index.md #1785
2020-02-15 21:50:39 -08:00
2BFL ab99298346
zh-translation: ServiceMesher#1735 and others (#6441)
* fix glossary

* zh-translation: /blog/2020/_index.md #1735

* sync, edit and delete
2020-02-11 03:47:31 -08:00
yuxiaobo96 6d8156643e
zh-update: /about/community/partners/index.md (#6406) 2020-02-05 22:41:08 -08:00
owen e5a743c069 zh-translation: Update index.md#6234 (#6234)
* Update index.md

initial version

* Update index.md

fix review comments from @gorda

* Update index.md

* Update index.md

Fix lint issue
2019-12-28 21:42:20 -08:00
Gau Liang facf8be147 zh-translation: /about/security-vulnerabilities/index.md (#6208)
* Translation security vulnerablities.

* Update index.md
2019-12-25 21:43:19 -08:00
Gau Liang b8c88d9d5f zh-translation: /about/contribute/style-guide/index.md (#6198)
* translation: style-guide

* Fixs lint errors.

* Update index.md
2019-12-24 18:17:44 -08:00
Gau Liang 8bd41b55eb Translation media-resources. (#6183) 2019-12-23 21:37:18 -08:00
Kyle Liu cbabfd17ee zh-translation: /about/contribute/creating-and-editing-pages/index.md (#6117)
* zh-translation: /about/contribute/creating-and-editing-pages/index.md

* [fix] fix some problem

* [fix] fix some problems

* [fix] fix some problem

* fix some problem
2019-12-23 00:35:06 -08:00
Gau Liang 71c4087789 Error fix: review > 审查 (#6114) 2019-12-16 02:20:49 -08:00
Gau Liang f5799473bc zh-translation: content/zh/about/contribute/github/index.md (#6106)
* Translation: Working with GitHub

* Fix: order of chapters.

* istio -> Istio
2019-12-15 04:48:48 -08:00
ilylia 613edad5de zh-translation: sync docs/ops and some other posts from en to zh (#5990)
* zh-translation: sync docs/ops and some other posts from en to zh

* fix internal link

* fix internal link
2019-12-05 21:20:48 -08:00
Martin Taillefer 6165cb9821
Replace cookies with local storage. (#5949)
- We don't need cookies for istio.io, the few settings we do have should be
managed with browser-local storage instead. This is a better privacy posture,
and avoids sending needless data to the server for every request.
2019-12-02 13:02:51 -08:00
2BFL 49566e0abe zh-translation: about/community/partners/index.md (#1047) (#5868) 2019-11-27 05:16:37 -08:00
vflong 8194afe26b zh-translation:/about/contribute/creating-and-editing-pages/index.md (#5815)
* zh-translation:/about/contribute/creating-and-editing-pages/index.md; /docs/reference/glossary/adapters.md

* del extra space

* Revert "del extra space"

This reverts commit 52170dbfb3.

* del extra space

* recover .spelling

* fix spell; add /zh
2019-11-27 05:16:22 -08:00
2BFL 4a2d0e1124 zh-translation: about/contribute/diagrams/index.md (#5869)
* zh-translation: about/contribute/diagrams/index.md (#1125)

* zh-translation: diagrams/index.md update with reviewer suggest

* zh-translation: diagrams/index.md update with self idea
2019-11-26 22:31:11 -08:00
imgbot[bot] 7c3ac7dbea [ImgBot] Optimize images (#5881)
*Total -- 16.78kb -> 8.67kb (48.3%)

/content/zh/about/community/customers/inspurcloud.png -- 8.39kb -> 4.34kb (48.3%)
/content/en/about/community/customers/inspurcloud.png -- 8.39kb -> 4.34kb (48.3%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-26 10:15:11 -08:00
Caleb Wang a7d546e5ce Add Inspur company to customers (#5865)
* add inspur to customers

* remove spaces
2019-11-26 09:44:56 -08:00
chentanjun 4a7e1eb85f zh-translation:content/zh/about/contribute/github/index.md (#5847)
* zh-translation:content/zh/about/contribute/github/index.md

* fix zh-trans according to review
2019-11-25 19:21:42 -08:00
chentanjun f24e8d41f5 add zh in /zh、update lintcheck ci、fix conflicts (#5823) 2019-11-24 21:47:38 -08:00
yuxiaobo96 971a07661e zh-trans: /about/community/join/index.md (#5785)
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-11-19 18:26:46 -08:00
Martin Taillefer a01547341a
Add a new lint check. (#5744)
- Prevent translated content from declaring aliases against the English content.

- Fix all instances where the above was happening.
2019-11-15 17:13:03 -08:00
JHDST 25b5e0ec6b zh-translation:/about/release-cadence/index.md (#5676)
* translate docs

* translate docs
2019-11-14 05:35:46 -08:00
JHDST cd3d577e17 translate docs (#5675) 2019-11-14 01:53:45 -08:00
yuxiaobo96 75647524c6 zh-translation:/about/bugs/index.md (#5374) 2019-11-10 20:45:53 -08:00
Frank Budinsky f2e005466e
Standalone operator (#5433)
* Standalone operator guide

* verify install

* separate controller and CR

* tweaks

* add section

* address review comments

* remove update command

* fix lint
2019-11-08 19:10:21 -05:00
Frank Budinsky a6a5769f12
Organize security tasks (#5474)
* Organize security tasks

* lint errors

* fixes

* more fixes
2019-11-07 15:54:27 -05:00
vflong e311cbe1e3 fix format: content/en/about/contribute/creating-and-editing-pages/index.md; sync: content/zh/about/contribute/creating-and-editing-pages/index.md (#5402) 2019-11-06 22:19:14 -08:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -08:00
Martin Taillefer 3304aceca3
Clean up build logic. (#5380)
- Swap the "build" and "gen" terms used in this repo to match
what we do in other repos. "gen" generates a bunch of files, which
is needed by "build". Unlike other repos, the output of "gen" doesn't
need to be checked in to Git however.

- The clean target now cleans the generated directory.

- Makefile.core.mk now defines SOURCE_BRANCH_NAME that decides which
branch we get reference material from. This makes it much simpler to
switch branches.

- Added the "update_all" target which does all the work needed to pull
in the imported content.
2019-11-05 10:24:45 -08:00
Jimmy Song 41892ae557 zh-translations: most of _index.md (#5338)
Refer to the following issues:
- https://github.com/servicemesher/istio-official-translation/issues/1390
- https://github.com/servicemesher/istio-official-translation/issues/1389
- https://github.com/servicemesher/istio-official-translation/issues/1386
- https://github.com/servicemesher/istio-official-translation/issues/1385
- https://github.com/servicemesher/istio-official-translation/issues/1382
- https://github.com/servicemesher/istio-official-translation/issues/1365
- https://github.com/servicemesher/istio-official-translation/issues/1363
- https://github.com/servicemesher/istio-official-translation/issues/1362
- https://github.com/servicemesher/istio-official-translation/issues/1360
- https://github.com/servicemesher/istio-official-translation/issues/1359
- https://github.com/servicemesher/istio-official-translation/issues/1358
- https://github.com/servicemesher/istio-official-translation/issues/1357
- https://github.com/servicemesher/istio-official-translation/issues/1356
- https://github.com/servicemesher/istio-official-translation/issues/1355
- https://github.com/servicemesher/istio-official-translation/issues/1349
- https://github.com/servicemesher/istio-official-translation/issues/1345
- https://github.com/servicemesher/istio-official-translation/issues/1320
- https://github.com/servicemesher/istio-official-translation/issues/1313
- https://github.com/servicemesher/istio-official-translation/issues/1309
- https://github.com/servicemesher/istio-official-translation/issues/1302
- https://github.com/servicemesher/istio-official-translation/issues/1301
- https://github.com/servicemesher/istio-official-translation/issues/1290
- https://github.com/servicemesher/istio-official-translation/issues/1280
- https://github.com/servicemesher/istio-official-translation/issues/1272
- https://github.com/servicemesher/istio-official-translation/issues/1254
- https://github.com/servicemesher/istio-official-translation/issues/1241
- https://github.com/servicemesher/istio-official-translation/issues/1235
- https://github.com/servicemesher/istio-official-translation/issues/1231
- https://github.com/servicemesher/istio-official-translation/issues/1226
- https://github.com/servicemesher/istio-official-translation/issues/1218
- https://github.com/servicemesher/istio-official-translation/issues/1159
- https://github.com/servicemesher/istio-official-translation/issues/1148
- https://github.com/servicemesher/istio-official-translation/issues/1143
- https://github.com/servicemesher/istio-official-translation/issues/1120
- https://github.com/servicemesher/istio-official-translation/issues/1118
- https://github.com/servicemesher/istio-official-translation/issues/1108
- https://github.com/servicemesher/istio-official-translation/issues/1104
- https://github.com/servicemesher/istio-official-translation/issues/1099
- https://github.com/servicemesher/istio-official-translation/issues/1073
- https://github.com/servicemesher/istio-official-translation/issues/1058
- https://github.com/servicemesher/istio-official-translation/issues/1040
- https://github.com/servicemesher/istio-official-translation/issues/1038
- https://github.com/servicemesher/istio-official-translation/issues/1031
- https://github.com/servicemesher/istio-official-translation/issues/1026
- https://github.com/servicemesher/istio-official-translation/issues/1025

Signed-off-by: Jimmy song <rootsongjc@gmail.com>
2019-11-04 18:47:44 -08:00
Martin Taillefer 4d4e6ae28e
General cleanup items. (#5325)
- Fix a bunch of heading capitalization.

- Remove words that shouldn't be in the dictionary
and update the text accordingly.

- Added a few @@ sequences to reference content files from text blocks.

- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -08:00
Jimmy Song c06befe4da zh-translation: content/zh/about/community/_index.md (#5331)
- refer to https://github.com/servicemesher/istio-official-translation/issues/1341
2019-11-04 04:24:03 -08:00
Jimmy Song bcaea11f4c zh-translation: initialize the translation content (#5305)
* zh-translation: initialize the translation content

- Restart the Chinese translation precess, refer to https://github.com/istio/istio.io/issues/5250
- Translation progress is tracked on https://github.com/servicemesher/istio-official-translation
2019-11-02 06:47:26 -07:00
Kebe 021d6ecdab Add DaoCloud to customers (#5045) 2019-09-24 07:24:42 -07:00
Eric Van Norman 2d1243292b Path updates (#4869) 2019-08-29 08:57:32 -07:00
Martin Taillefer 55d4514a08
Move Chinese content to content/zh, as agreed in WG meeting. (#4791) 2019-08-14 16:02:51 -07:00