Commit Graph

73 Commits

Author SHA1 Message Date
John Howard d89dec59c0
Remove references to internal data structures (#16170)
These are not user facing configurations

See https://github.com/istio/proxy/pull/6070
2025-01-14 20:42:52 -05:00
Craig Box bec1c82394
Update reference doc updater (#15880) 2024-11-07 00:21:26 -05:00
John Howard 9a980a9729
Bump master to next version (#15595)
* Bump master to next version

* remove link to removed IstioOperator doc

* disable operator test

* improve test

* Add back operator doc

* fix version

* drop operator

* bump version

* snips

* fix

* fix lint

* Add redirect

* Kick GitHub

* fix lint

* I hope this isn't genchecked

* fix Gateway API test

* bump again

* fix cleanup

Signed-off-by: Faseela K <faseela.k@est.tech>

* fix cleanup

Signed-off-by: Faseela K <faseela.k@est.tech>

* fix multicluster cleanup

Signed-off-by: Faseela K <faseela.k@est.tech>

* disable skywalking test

Signed-off-by: Faseela K <faseela.k@est.tech>

* fix spire and multiple controlplane tests

Signed-off-by: Faseela K <faseela.k@est.tech>

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Faseela K <faseela.k@est.tech>
2024-09-12 11:00:36 -04:00
Eric Van Norman fbb5c8df9b
update_ref_docs fails on an arm machine (#13816)
* update_ref_docs fails on an arm machine

* Remove retired ist0117

* Fix removed link
2023-09-05 12:10:02 -07:00
Eric Van Norman c27d9681d0
Warn and do not copy duplicate reference docs (#13359) 2023-06-14 06:43:10 -07:00
Eric Van Norman 94d1e906e7
Update reference docs in zh path (#11252)
* Update reference docs in zh path

* Update grab_reference_docs.sh to do both `en` and `zh`.
2022-05-09 20:35:08 -07:00
Eric Van Norman 72de90d75b
Advance master to release-1.13 (#10516)
* build an archive of v1.11 in master

* update data/versions.yml and archive index page

* advance master to release-1.13

* ANother script update

* go get remaing istio repos to satisfy linter

* Temporarily fix link broken by istio/api #2148

* Temporarily disable istioctl analyze test.
2021-11-19 06:52:51 -08:00
Dhi Aurrahman 65c240814e
Allow to override istio/api Git URL (#10366)
This allows to override the default istio/api Git repo URL
(https://github.com/istio/api.git) with something else, for example, a
local directory, hence we can check how the documentation generated from
*.proto is rendered and layouted.

Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
2021-09-24 07:36:03 -07:00
Pengyuan Bian 0331e39bc8
Add command reference for install-cni. (#10087)
* Add command reference for install-cni.

* lint
2021-07-19 08:30:57 -07:00
Brian Avery 7af90b201a
Add ability to automatically render feature status based on the current (#9533)
status from the enhancements repo
2021-04-19 13:53:40 -07:00
Eric Van Norman bc5076191a
Update reference script to not strip leading istio.io on /vx.y (#8310)
* Update reference script to not strip leading istio.io on /vx.y

* Update sed

* Run make update_ref_docs
2020-10-19 06:29:58 -07:00
Eric Van Norman 59ebec040b
Update reference docs - remove metrics items (#8061)
* Update reference docs - remove metrics items

* Fix links

* Actually fix links

* Fix make gen

* Early change from https://github.com/istio/api/pull/1617

* Review comments and rebase
2020-09-02 10:21:04 -07:00
Frank Budinsky e0a64264ef
Remove mix from update_ref_docs (#8005)
Force merge to fix build break.
2020-08-24 10:52:18 -04:00
Eric Van Norman 140e1eb449
Update grab_reference_docs to also strip `latest` from url (#7773)
* Update grab_reference_docs to also strip `latest` from url

* Update scripts/grab_reference_docs.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-07-23 06:45:47 -07:00
Eric Van Norman 2099bade11
Remove extraneous operator repo from grab_reference_docs.sh (#7212)
Force merge because of netlify flakiness

* Manual doc ref update

* Remove extraneous operator check

* Another manual update
2020-05-04 09:22:50 -04:00
John Howard d280c271b9
Remove node_agent from ref docs check (#7216) 2020-05-01 21:33:37 -07:00
davidhauck 9c24d0d72b
add linkinator to replace htmlproofer (#7204) 2020-05-01 11:30:44 -07:00
Travis Clarke a937dec53c
Fix reference docs: galley cmd removed (#7132) 2020-04-23 07:44:01 -07:00
Xinnan Wen 74550f1bd4
add proxy repo to scrap docs from (#7113)
* add proxy repo to scrap docs

* add new docs

* fix lint
2020-04-21 17:19:54 -07:00
Travis Clarke 71a9cd7ef0
Update generated docs (#6870) 2020-03-16 11:47:36 -07:00
Martin Taillefer 323f2a67fa
Update generated docs (#6759) 2020-03-05 15:21:03 -08:00
Jason Wang 3e410d2462
Update grab reference docs scripts (#6393)
* Update reference docs for 1.5

* scripts

* rerun update

* update contents

* update contents again
2020-02-06 11:18:59 -08:00
girishranganathan 4c68100797
adding layer5 adapter to the repos (#6376) 2020-01-31 08:02:03 -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
Martin Taillefer d6445fc726
Update reference docs. (#5173)
preliminary.istio.io will now display reference material for the release-1.4 branches
of istio/istio, istio/api, and istio/operator.
2019-10-17 11:09:11 -07:00
Martin Taillefer 9944d952ff
Add support for config analysis messages. (#5096)
- This provides the place where we can pour config analysis message
descriptions.
2019-10-08 10:30:41 -07:00
Kyle DeFrancia d1cc1c3965 add newrelic-istio-adapter repo to adapter docs (#5053) 2019-09-25 08:51:35 -07:00
Martin Taillefer e4d9f90839
Update reference docs. (#4979) 2019-09-12 13:23:39 -07:00
Martin Ostrowski d06177b3ee Add operator repo to internal Istio repos (#4955) 2019-09-10 16:09:55 -07:00
Martin Taillefer d46044856c
Update reference docs. (#4937) 2019-09-07 07:13:42 -07:00
Martin Taillefer 9cbf4ff46b
Update common files and enable more linters. (#4874) 2019-08-29 20:41:08 -07:00
Martin Taillefer a48f05a3e9 Update common files (#4870)
- Enable a bunch of linting rules in the repo, and addressed all the linting
errors
2019-08-29 08:09:32 -07:00
Martin Taillefer 8c74d34ae2
Update reference docs. (#4829)
- This required fixing the script that grabs the reference docs, it had degenerated in the last
few weeks. While I was there, I made the script work using the build-tools container, and fixed
a bunch of shell script linting warnings.
2019-08-26 14:03:41 -07:00
Martin Taillefer d0cf1e171e
Move English content to content/en as agreed in WG meeting. (#4789)
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00
Martin Taillefer 822958f02a
Update reference docs. (#4771) 2019-08-07 07:08:49 -07:00
Martin Taillefer 9cd1368a65
Update reference docs. (#4737) 2019-07-29 10:23:50 -07:00
Martin Taillefer 8777efc969
Update reference docs. (#4514) 2019-06-20 12:27:36 -07:00
Martin Taillefer 0c936f92f5
Update refefence docs. (#4452) 2019-06-17 12:42:23 -07:00
Martin Taillefer 73c4478315
Update reference docs (#4391) 2019-06-13 10:58:07 -07:00
Martin Taillefer 92b11e66cd Update reference docs (#4389)
Also run the SVG optimizer.
2019-06-13 17:46:51 +00:00
mtail 793fe3ae92 Update reference docs.
And delete stale OWNERS files
2019-05-30 11:28:41 -07:00
Martin Taillefer 1efa84d298
Update reference docs. (#4236) 2019-05-28 20:27:52 -07:00
Martin Taillefer 533a3efc0e
Merge from release-1.1 branch (#4012) 2019-04-20 08:16:09 -07:00
Martin Taillefer a015e6eb4f
Point to istio/istio#master for preliminary.istio.io. (#3860) 2019-03-26 21:16:44 -07:00
Martin Taillefer b322ba16c2
Add test files for text block tests. (#3726) 2019-03-17 08:22:03 -07:00
Martin Taillefer 8a0b90baab
Update reference docs. (#3383) 2019-02-25 21:14:18 -08:00
Martin Taillefer f345007ca3
Add do not edit warnings to auto-generated files. (#3366) 2019-02-23 12:21:43 -08:00
Martin Taillefer 8fd070d4ca Fix CI failures. (#2989)
This includes updating to the latest reference docs from the 1.1 branches.
2018-12-17 15:05:38 -08:00
Martin Taillefer 208760597b
Add support for partner components. (#2704)
Partner components (adapters not controlled by the Istio org) are now
called out as such on their page. Component authors have a chance to put
all sorts of info about their component to make it easy for customers
to find and use their component.
2018-09-28 15:40:10 -07:00
Venil Noronha 8ce1a5b739 Add Wavefront by VMware to adapters list (#2685)
Signed-off-by: Venil Noronha <veniln@vmware.com>
2018-09-25 14:43:38 -04:00