istio.io
istio.io copied to clipboard
Source for the istio.io site
There's a lot of features that are controlled through setting [environment variables in pilot](https://istio.io/latest/docs/reference/commands/pilot-discovery/#envvars). There is an anchor link to the table with all the env vars but the table...
Generated by Automator - 2025-06-15T02:01:42+00:00
## Description This PR resolves npm warnings caused by deprecated [email protected] and [email protected] by overriding them. few observations: ### Before ``` $ npm explain inflight glob [email protected] node_modules/inflight inflight@"^1.0.4" from...
## Description Serve `Splide` and `Three.js` locally via static directory to replace external `CDN` usage. Fixes #9723 Command run to download the css and js file - ``` curl -L...
Building on #15059 ``` 12:29:40 AM: npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported 12:29:40 AM: npm warn deprecated [email protected]: This module is not supported,...
Applied #16457 to `release-1.25` branch and regenerated archive. This should result in all docs pages (in all languages) having a localised header. I would prefer it didn't touch the other...
## Description Related Issue:-#16559 This PR fixes incorrect baseURL values used during site generation, which were causing invalid or broken URLs in sitemap.xml. Testing:- 1.Locally tested this with the command...
## Description ## Reviewers - [ ] Ambient - [x] Docs - [ ] Installation - [ ] Networking - [ ] Performance and Scalability - [ ] Extensions and...
Once #16559 is finished, we should know on any given Netlify deploy, if we are "production" or not, and what our baseURL is. #16558 adds a static robots.txt file. We...
While working on #16558 I noticed that our sitemaps are invalid. To fix this, we will need to update our deployment scripts to pass the correct baseURL into Netlify. This...