Commit Graph

15 Commits

Author SHA1 Message Date
Craig Box a13a2bbd1d
Update sidecar getting started guide (#15436)
* Update sidecar getting started guide.

* Fix tests

* Apply suggestions from code review

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Fix gencheck

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2024-07-30 00:43:11 -04:00
Dan Ciruli 8b70b3aec6
[1.5] fixed link in blog post, fixed typo in relnote template (#6792)
* fixed link in blog post, fixed typo in relnote template

* fixed broken link in roadmap

* fixing the broken link in my broken link
2020-03-06 13:21:54 -08:00
Martin Taillefer 9f353c69a6
Improve hugo perf a bit. (#6001)
- Improve efficiency of some lookups and loops.

- Stop generating spurious feed.xml files all over the
hierarchy.
2019-12-05 16:08:10 -08:00
Martin Taillefer 1480cacce7
Don't link to language-specific content from preliminary.istio.io to istio.io. (#5900) 2019-11-27 12:56:51 -08:00
Martin Taillefer 2c5775d77d
Fixes to the release note action buttons. (#5701)
- For the main release page, have the DOWNLOAD selection take you to the getting started install page.
In other cases, it throws you to GitHub's release page.

- Fix color highlighting for the action areas. Some text was becoming invisible on
hover and the buttons generally didn't follow our color scheme & transitions. Now
they have like buttons do in terms of colors.
2019-11-15 07:34:34 -08:00
Martin Taillefer 48c8a28968
Prepare for 1.5. (#5689) 2019-11-14 13:01:31 -08:00
Martin Taillefer 41df638ddc
Fix another bug blocking the Chinese translation work. (#5316) 2019-11-01 12:21:52 -07:00
Martin Taillefer 2edd60c0e4
Fix broken link in Chinese translations. (#5312) 2019-10-31 20:29:18 -07:00
Martin Taillefer b77085ccad
Workaround Hugo bug where it gets confused about directory parentage. (#5164)
Hugo produces confused results when directories are named as subsets of other
directory names (announcing-1.3 vs. announcing-1.3.1). Instead of using Hugo's
.Parent variable, we compute parentage manually using path names.
2019-10-16 08:13:29 -07:00
Martin Taillefer f7dd8c6613
Consolidate release-specific material into the news section. (#5138) 2019-10-15 09:27:11 -07:00
Martin Taillefer d42dfe94ba
Introduce top-level News section. (#5060) 2019-09-27 07:09:58 -07:00
Martin Taillefer 52b2ad8dec Add a lint rule to prevent us forgetting to update the site version. (#4799) 2019-08-15 14:17:49 -07:00
Martin Taillefer 652e05159a
Upgrade to Hugo 0.55.5 (#4095) 2019-05-03 21:47:45 -07:00
Martin Taillefer 6487e2f399
Simplify release tracking. (#4018) 2019-04-22 20:32:10 -07:00
Martin Taillefer d458423cf4 Site improvements. (#4015)
- Substantially simplify logic that deals with releases & release notes.

- Make it easier to add a new release to the site. THere are fewer things to
change as the site infra can figure more stuff out on its own.

- Make it so release notes can be added in one language without require them
to be added in the other language.

- Replace the ugly "a new version is available" callout on older release note
pages with a popup that only shows up when you click on the download button.
2019-04-22 09:12:18 -07:00