Commit Graph

1619 Commits

Author SHA1 Message Date
Martin Taillefer 3d511f5a70
Various site fixes. (#1701)
- Prevent See Also sections from showing up on index pages.

- Clean up and simplify some JavaScript & CSS.

- Set a height for the idea and warning icons in order to prevent
screen flicker when loading pages with these icons.
2018-07-08 17:12:12 -07:00
Martin Taillefer 072abae8ce
Improve name selection process for the new PRE block download feature. (#1693)
- If an explicit downloadas filename is not supplied in markdown, it is
now derived from the document title, with a proper extension based on the
content syntax.

- Made things work correctly for PRE blocks introduced with normal markdown
``` instead of our magic {{< text >}} sequences.
2018-07-06 18:59:46 -07:00
Steven Dake 4ebbb12505 Change all references to istio-demo-*.yaml (#1696)
Remove demo from all documentation references
2018-07-06 11:46:23 -07:00
Steven Dake 63cfc64693 Revert one small change that added a link (#1695)
A @link@ was added inadvertently to the config options autogeneration
helm documentation.
2018-07-06 11:45:41 -07:00
Martin Taillefer 69c04f6401
Create hidden links for the special @@ references. (#1686)
This gives us link checking for the @@ code block references.
2018-07-06 07:31:31 -07:00
Steven Dake 9765bf65ca Generate Helm config options from values.md (#1694) 2018-07-06 07:12:12 -07:00
Steven Dake 8c2b933ebc Fix broken links (#1692) 2018-07-06 06:43:20 -07:00
Martin Taillefer 378e1334b0
Revert "503 and Gateway troubleshooting" (#1691)
* Revert "Add download & print buttons to all PRE blocks. (#1680)"

This reverts commit 512fdb5b61.

* Revert "Remove link annotations from command paths (#1690)"

This reverts commit 26113b3b5b.

* Revert "503 and Gateway troubleshooting (#1642)"

This reverts commit 3314115d65.
2018-07-06 05:44:50 -07:00
Martin Taillefer 512fdb5b61
Add download & print buttons to all PRE blocks. (#1680)
Also, replaced the text in the Copy button with an icon instead.
2018-07-06 05:30:35 -07:00
Yossi Mesika 26113b3b5b Remove link annotations from command paths (#1690) 2018-07-06 05:18:17 -07:00
Frank Budinsky 3314115d65 503 and Gateway troubleshooting (#1642)
* 503 and Gateway troubleshooting

* delete blank line

* fix numbered list

* tweaks

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-07-05 15:02:59 -04:00
Martin Taillefer 3c1ef90cc7 Move the community page into the About section. (#1683) 2018-07-05 14:12:24 -04:00
LillyWu 1e8427099a make istio installation yaml file consistent (#1675) 2018-07-05 14:09:03 -04:00
danielmenezesbr ac84b9eb1d fix broken link (#1662) 2018-07-05 14:05:36 -04:00
Arshdeep Singh Chimni c0c4bec6f8 edit reviews virtualservice yaml output (#1661) 2018-07-05 14:04:18 -04:00
mtail 6a33b0052b Update reference docs. 2018-07-05 06:46:46 -07:00
mtail 93a6627952 Fix typos. 2018-07-04 05:51:53 -07:00
Martin Taillefer 07ed229051
Simplify linking to GitHub content. (#1669)
- Add <github_file> <github_blob> and <github_tree> to make it simpler to link to the right
place on GitHub.

- Use these new sequences throughout the docs.

- Also, fix bad HTML generated for the TOC in certain cirsumstances.

- Fix extra blank line inserted at the bottom of indented code blocks.
2018-07-04 04:16:49 -07:00
Lee Calcote 92b5176d7d Adding Alpha status SolarWinds adapter (#1617) 2018-07-03 05:01:18 -07:00
Guang Ya Liu 299c5abbf4 Adding rootsongjc and fleeto to OWNERS for Chinese. (#1668) 2018-07-03 05:00:19 -07:00
Martin Taillefer 1d355094cf Simplify the Concepts section. (#1649) 2018-07-02 06:32:04 -07:00
craigbox d9982024e7 remove something only relating to 0.5 from the 1.0 docs (#1647) 2018-06-30 21:44:49 -07:00
Martin Taillefer 40bcdc272c
Simplify contribution instructions. (#1645) 2018-06-30 21:43:58 -07:00
mtail 0f8724351f Content fixes.
- Remove What's next sections since we now have auto-generated See also sections

- Fix a few incorrectly capitalized headers, "istio", "kubernetes", "sidecar"
2018-06-30 21:42:52 -07:00
Vincent 92f2efaa55 Chinese: about - contribute -writing a new topic (#1646) 2018-06-30 21:18:29 -07:00
mtail 0c11b76949 Use cards for See Also section 2018-06-30 19:22:12 -07:00
Martin Taillefer 0541000be8
Switch from ``` to {{< text >}} to indicate text blocks. (#1644)
This fixes a number of cases of incorrect formatting of code blocks
throughout the site.
2018-06-30 07:11:21 -07:00
Vincent 85c263604d Concept fault injection (#1628)
* Chinese:

* Chinese: fault-injection

* merge from master
2018-06-29 22:38:29 -07:00
Martin Taillefer c5ca64e5f2
Improve how we render section index pages. (#1643)
Instead of using a boring flat list of pages, we now render
modern-looking cards for each subsection.
2018-06-29 20:53:00 -07:00
mtail 843bef8ddb Update reference docs. 2018-06-29 17:42:41 -07:00
Limin Wang 4a114797f9 Update authn policy tasks with global policy. (#1639)
* Update authn policy tasks with global policy.

This is cloned from Diem's PR
https://github.com/istio/istio.github.io/pull/1600.

* Add section to use mesh-wide policy to enable mTLS globally.
* Update examples to follow naming restriction.

* Fix linter errors.

* Additional lint fix.
2018-06-29 16:12:29 -07:00
gargnupur 89424cf3e8 Add step to set up GOOGLE_APPLICATION_CREDENTIALS (#1510) 2018-06-29 11:17:58 -07:00
Vincent d85897a0e8 Concept handling failures (#1629) 2018-06-29 08:09:02 -07:00
mtail 12dbc0202d Fix some bad formatting. 2018-06-29 08:06:59 -07:00
Martin Taillefer d818d4713b
A few rendering fixes. (#1626)
- Workaround the fact some of the styles for code blocks were being overriden by
Bootstrap.

- Align table indent and code indent so things look nicer.

- Fix missing "sidebar button" when on mobile in the help and about sections. I forgot to set a
variable to trigger the thing to be present in those cases.

- Improve footer layout for mobile.

- Get a nicer looking light bulb icon.
2018-06-29 06:52:07 -07:00
Kuat 221f373a6c attributes: replace reporter local with reporter type (#1627) 2018-06-29 06:38:14 -07:00
zhaohuabing 9876cf1b8a Translate V1alpha3 routing introduction blog to Chinese (#1615) 2018-06-29 06:36:32 -07:00
Guang Ya Liu 94f55d8c15 Updated image link for overview. (#1614)
* Updated image link for overview.

* Remove "/* */" to enable the image.
2018-06-29 06:34:58 -07:00
Vincent 0c7d2a8db7 fixed: url to mysql shell (#1630) 2018-06-29 06:21:51 -07:00
Jimmy Song 77fafcffb1 translating security index into Chinese (#1634) 2018-06-29 06:17:59 -07:00
mtail b7521b85c2 Fix a new broken link.
Also fix the ordering of the latest blog so it shows up on top.
2018-06-29 06:15:33 -07:00
Vincent 69a884f0f6 Chinese: rules-configuration (#1623) 2018-06-28 15:31:29 -07:00
Vincent 15996cb611 translation: soft multitenancy (#1551)
* translation: soft multitenancy

* Sync

* Updated: merge from master, mv files to follow the master branch .
2018-06-28 15:06:29 -07:00
Vadim Eisenberg 580c9e0dec Finalize secure gateways task (#1625)
* change title to Securing Gateways with HTTPS

* rephrase the reference to the ingress task
2018-06-28 09:31:28 -07:00
mtail fa0a3fe408 Turn htmlproofer back on. 2018-06-28 07:53:34 -07:00
Vadim Eisenberg 201cbd5928 Add secure ingress task (#1590) 2018-06-28 06:50:03 -07:00
Martin Taillefer 5a1b090fbc
Improve handling for code blocks (#1580)
- Add the {{< text >}} shortcode as a way to declare code blocks. This shortcode
is intended to hide the subtleties around code blocks. More specifically, it
provides a transparent workaround for the Hugo bug around converting indented
code blocks with lines starting with dashes. It also deals with the special
formatting case we have around command-lines that start with `cat <<EOF`.

- Rename the {{< file_content >}} shortcode to {{< text_file >}} and the
{{< fetch_content >}} shortcode to {{< text_dynamic >}} for consistency in naming.
2018-06-28 06:29:27 -07:00
Vadim Eisenberg 09b23e9ccb fix extensible admission controllers link (#1620) 2018-06-28 06:10:12 -07:00
Georgios Andrianakis 6ee96ca22c Update documentation with latest Ansible changes (#1619) 2018-06-28 06:07:09 -07:00
Vadim Eisenberg f0045c25de add make gen for linting (#1621) 2018-06-28 06:05:34 -07:00