Commit Graph

52 Commits

Author SHA1 Message Date
Martin Taillefer 779a6754b3
Delete a useless shortcode. (#5983) 2019-12-04 15:02:24 -08:00
Martin Taillefer 48c8a28968
Prepare for 1.5. (#5689) 2019-11-14 13:01:31 -08:00
Martin Taillefer 5effeb4c3c
Update reference docs. (#5526) 2019-11-08 15:53:54 -08:00
Martin Taillefer 08189f25ef
Update reference docs. (#5392) 2019-11-05 12:03:41 -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 68c6ee0b84
Update reference docs. (#5269) 2019-10-28 14:42:16 -07: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 f7dd8c6613
Consolidate release-specific material into the news section. (#5138) 2019-10-15 09:27:11 -07:00
Martin Taillefer 9aaf5e4cba
Update reference docs. (#5136) 2019-10-11 13:18:13 -07:00
Martin Taillefer 74559202aa
Update reference docs. (#5110) 2019-10-08 20:54:49 -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
Martin Taillefer e4d9f90839
Update reference docs. (#4979) 2019-09-12 13:23:39 -07:00
Martin Taillefer 0f82d03ee2 Setup for 1.4 2019-09-12 10:18:17 -07:00
Martin Taillefer 82f6ed62db Final prep before creating the 1.3 branch. 2019-09-12 10:12:57 -07:00
Martin Taillefer dfb41ae672
Add support for text block links that point to other repos. (#4952) 2019-09-10 11:57:07 -07:00
John Howard 841f835f84 Update upgrade steps for Istio 1.3 (#4890)
* Update upgrade steps for Istio 1.3

Fixes https://github.com/istio/istio.io/issues/4889

* updates
2019-09-03 13:57:22 -07:00
Eric Van Norman 3df22b5d0c Update k8s supported to 1.13, 1.14, 1.15 (#4847) 2019-08-27 12:01:53 -07:00
mtail 628589d9f7 Switch to 1.3. 2019-06-18 18:03:28 -07:00
Martin Taillefer 1777ba2abc Point to the right branch of istio/istio (#4450) 2019-06-17 19:23:27 +00:00
Martin Taillefer 8d5c03b060
Add support to build archive.istio.io's landing page. (#4036) 2019-04-24 16:07:51 -07:00
Martin Taillefer b996791604
Point to istio/istio master. (#4020)
And fix a broken link to Envoy.
2019-04-23 07:57:56 -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
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
mtail f1efc887e1 Point to the release-1.1 branch of istio/istio for the time being. 2019-03-19 17:05:38 -07:00
mtail d5955497aa Switch preliminary.istio.io to 1.2 2019-03-19 12:09:52 -07:00
mtail 5e64720574 Update robots.txt to allow sesrch to work on preliminary.istio.io. 2019-02-28 03:27:55 -08:00
mtail bcabb8a18c Update the list of support k8s versions. 2019-02-19 12:16:33 -08:00
Martin Taillefer d7c4eb33f5
Switch to discuss.istio.io (#3071) 2019-01-10 07:11:00 -08:00
Martin Taillefer 4b5a09df0d
Update reference docs. (#3069) 2019-01-09 06:58:50 -08:00
Martin Taillefer 9cbb0db783
Clearly indicate which version of k8s we support. (#2786) 2018-10-19 12:53:12 -07:00
Martin Taillefer 9540cd2d19
Site improvements. (#2742)
- Auto-generate tables of template->adapters and adapter->templates

- Make the "Edit this page on GitHub" menu option track the branch correctly instead of always pointing to master.

- Update the reference docs.
2018-10-05 11:15:26 -07:00
Martin Taillefer 3fba212ac0
Switch the archive site to refinement-based search. (#2560) 2018-09-08 16:02:29 -07:00
Martin Taillefer cb58e4539e
Site improvements (#2555)
- Move some strings from the footer to the translation table so they can be translated.

- Use a custom search engine for the preliminary site, so the preliminary site can actually be searched.

- Improve a few shortcodes to improve how they work when nested in tabs.

- Move a few constants out of the layouts and into args.yml for cleanliness.
2018-09-07 09:38:40 -07:00
Martin Taillefer 837f16af99
Fix a few lint errors and dissable the release notes links until ready. (#2522) 2018-09-04 20:50:33 -07:00
Martin Taillefer 94ccb1b08e
Fix mentions of specific releases (#2379)
- Remove the release-specific wording on the main release note page and on the docs page. This
ends up being hard to keep correct and not really useful.

- Add a full_version variable in args.yml which contains the 3 part release version
such as 1.0.1. When we release a new patch, we need to update this number in the current
release branch.

- Apply the full_version variable to the download button on the home page. It will now say "DOWNLOAD 1.0.1".
2018-08-25 05:59:39 -07:00
mtail 8d4d59655f Switch master to 1.1 work. 2018-07-30 21:42:46 -07:00
Andra Cismaru 4e2b9233bc Create service subsets and move routing/route-rule* to networking/virtual-service* (#1715) 2018-07-10 11:52:29 -07:00
mtail 902ab5cdc0 Undo accidental branch name change 2018-07-09 19:51:36 -07:00
mtail 1ef1c28bea Point the docs to the release-1.0 branch for now. 2018-07-09 17:05:29 -07:00
mtail d3bc623376 Fix branch name following merge. 2018-06-09 06:30:39 -07:00
mtail 8d4e1b9190 Merge branch 'release-0.8' 2018-06-09 06:29:37 -07:00
mtail 2c0646bf4d Fix branch name. 2018-06-08 08:08:57 -07:00
Martin Taillefer 6962982274 Introduce better linking support to github.com/istio/istio (#1443)
- Within a code block, you can now surround a relative file path with @@. This will
cause the path to be rendered as a link to raw.githubusercontent.com/istio/istio/<path>.
This lets the user click on the link to see the content of the file, which is mighty
handy.

- Updated all code blocks to take advantage of the above.

- Introduce support for {{< branch_name >}} which returns the source code branch
name associated with the current doc site.

- Use {{< branch_name >}} in all our references to content in istio/istio on GitHub. This thus
pins our references to the correct version of the content in GitHub. This prevents errors from
gradually appearing in our doc set as content in GitHub starts to diverge from the expectation
in the site content.

(cherry picked from commit 1dcd301)
2018-06-06 08:38:23 -07:00
Martin Taillefer 1dcd301bd6
Introduce better linking support to github.com/istio/istio (#1443)
- Within a code block, you can now surround a relative file path with @@. This will
cause the path to be rendered as a link to raw.githubusercontent.com/istio/istio/<path>.
This lets the user click on the link to see the content of the file, which is mighty
handy.

- Updated all code blocks to take advantage of the above.

- Introduce support for {{< branch_name >}} which returns the source code branch
name associated with the current doc site.

- Use {{< branch_name >}} in all our references to content in istio/istio on GitHub. This thus
pins our references to the correct version of the content in GitHub. This prevents errors from
gradually appearing in our doc set as content in GitHub starts to diverge from the expectation
in the site content.
2018-06-06 08:21:18 -07:00
mtail 53833abde9 Put version in quotes to help comparison. 2018-05-31 15:04:49 -07:00
mtail 0020cf5035 Fixes around publishing the site. 2018-05-31 06:46:49 -07:00
mtail 846d5584dc Mark 0.8 as not preliminary. 2018-05-31 05:03:55 -07:00
mtail bcffa064b7 Switch master to 1.0 work 2018-05-31 05:01:42 -07:00