mtail
bd2633c23f
Enable CORS
2019-02-14 21:08:08 -08:00
mtail
97bb0f0563
Add CircleCi
2019-02-14 19:09:37 -08:00
mtail
c96863672d
Another update
2019-02-14 19:04:45 -08:00
mtail
f4ca504e6c
Slight readme update.
2019-02-14 19:02:42 -08:00
Martin Taillefer
0621b6edb7
Move pre-1.0 release notes into a subdirectory. ( #3264 )
2019-02-14 14:41:24 -08:00
Andra Cismaru
f6c3aad0c8
Make title more specific for nw troubleshooting ( #3243 )
...
* Make title more specific for nw troubleshooting
* Move page to old location
2019-02-14 14:20:25 -08:00
mtail
a846186fc3
Eliminate manipulation of styles from JavaScript, only deal with classes.
2019-02-14 11:52:47 -08:00
mtail
3102359979
Simplify theme loading.
2019-02-14 05:52:50 -08:00
SataQiu
bcc6a61f25
zh: add faq/distributed-tracing/control-sampling.md minimal-requirements.md ( #3263 )
2019-02-13 23:56:24 -08:00
mtail
1a661fa80d
Add support for legacy cookie values.
2019-02-13 22:28:27 -08:00
Lin Sun
db6f376700
Add a convenient link to cni plugin ( #3261 )
2019-02-13 22:27:43 -08:00
mtail
0077232110
Fix style switching problem in the updated JavaScript.
2019-02-13 20:34:17 -08:00
mtail
995ade5d61
Fix a null reference in JavaScript.
2019-02-13 20:02:34 -08:00
Eric Van Norman
8265c67f25
Update monitor port translation ( #3184 )
...
* Change default monitoring port translations
* Remove file changes in docs/reference
2019-02-13 18:26:24 -08:00
mtail
27ee224471
NOP changes to see if this will fix Chrome caching issues.
2019-02-13 15:51:16 -08:00
mtail
46677039e6
And a 3rd badge.
2019-02-13 15:44:09 -08:00
mtail
32584b3946
Another badege.
2019-02-13 15:42:18 -08:00
mtail
186615d04f
Add a Netlify badge.
2019-02-13 15:38:39 -08:00
Martin Taillefer
7a81aba0ef
Remove weights on release notes and add publication dates instead. ( #3258 )
2019-02-13 12:41:52 -08:00
Martin Ostrowski
7b8ade39c0
Add release notes for 1.0.6 ( #3240 ) ( #3256 )
2019-02-13 11:50:52 -08:00
Eric Van Norman
7a2f811674
Change default monitoring port ( #3183 )
2019-02-13 10:12:39 -08:00
Martin Taillefer
3eba576a89
JavaScript cleanup ( #3253 )
...
- Upgrade from UglifyJS to Babel as a JS preprocessor. This lets me use modern ES6 syntax
in the JS code.
- Update JS code to leverage ES6.
- Remove most dependencies on JQuery for faster & smaller code. Once I remove the
dependency on the Bootstrap library, then the dependency on JQuery will also completely
go away.
2019-02-13 10:10:28 -08:00
Etai Lev Ran
f1f79e6fbe
document file names used in external certificate configuration ( #3238 )
...
* document file names used in external certificate configuration
* rephrased to clarify based on PR feedabck
* note using different names requires reconfiguration
2019-02-13 09:07:23 -08:00
Lin Sun
fdd1fa61ed
Update upgrade instruction ( #3252 )
2019-02-13 08:14:23 -08:00
Steven Dake
60cf3dacea
Use release-1.1 charts instead of masteer charts ( #3249 )
...
Since we are still in thee 1.1 release series, we should point
devs at the 1.1 daily charts.
Thanks to @hklai for pointing me at the proper location.
2019-02-13 06:43:24 -08:00
SataQiu
15b9c73b44
zh: add help/faq/metrics-and-logs ( #3225 )
...
* zh: add help/faq/metrics-and-logs
* zh: update help/faq/metrics-and-logs/index.md
2019-02-13 00:07:23 -08:00
SataQiu
02174d4566
zh: add help/faq/distributed-tracing ( #3247 )
2019-02-12 23:33:23 -08:00
Martin Taillefer
6fbbc5525d
Update to Hugo 0.54 ( #3242 )
2019-02-12 19:25:03 -08:00
Martin Taillefer
b82d946d68
No need for weights in blog posts, they auto-sort by publication date. ( #3241 )
2019-02-12 13:52:09 -08:00
He Cao
c16ce69f23
Task/Enabling Rate Limits: fix quota handlers ( #3236 )
2019-02-12 09:55:58 -08:00
Martin Taillefer
d6b3bfac56
Add support for {{< quote >}} ( #3237 )
2019-02-12 08:22:28 -08:00
Morven Cao
7d2167bb6d
update deprecated attribute in doc. ( #3233 )
2019-02-12 07:20:14 -08:00
mtail
6875addb8c
Layout tweaks.
2019-02-12 07:13:40 -08:00
mtail
99d49417ab
Style tweak.
2019-02-11 22:11:02 -08:00
mtail
5728d9c7d1
Adjust callout icon position.
2019-02-11 21:55:10 -08:00
mtail
44db7ca6a0
Adjust color of callout icon.
2019-02-11 21:49:05 -08:00
mtail
8da1d3e8bc
Update callout icons to be more in-line with our general style.
2019-02-11 21:42:05 -08:00
Martin Taillefer
0a3755b48e
Update reference docs. ( #3231 )
2019-02-11 21:16:26 -08:00
Martin Taillefer
e9112e7a65
More style cleanup. ( #3230 )
2019-02-11 21:07:03 -08:00
Martin Taillefer
eefe51cdac
Fix #1324 to the code block EOF logic. ( #3229 )
2019-02-11 13:23:23 -08:00
Martin Taillefer
b3db41da99
Added more lint rules and fix offenders ( #3227 )
...
- Ensure that references to GitHub content use the proper annotations so
we get links to the correct branches.
- Added a check to make sure content is not using blockquotes (instead of
{{< warning >}}, {{< tip >}}, and {{< idea >}}. This check is currently
disabled, pending the Chinese content being updated.
- Fix a few violations of these new checks.
2019-02-11 12:49:47 -08:00
Oliver Liu
d25753f93b
Improve the SDS doc. ( #3139 )
...
* Update the SDS doc.
* Small fix.
* Small fix.
* Small fix.
* Update content/docs/tasks/security/auth-sds/index.md
Co-Authored-By: myidpt <yonggangl@google.com>
* Apply suggestions from code review
Co-Authored-By: myidpt <yonggangl@google.com>
* Small fix according to the comments.
2019-02-11 12:18:23 -08:00
Yossi Mesika
c6b20bd227
Istio remote installation updates ( #3144 )
...
* Updated to install istio remote using values file
* Few unrelated doc fixes
* Remove zipkin and statsd flags as they are unsupported
* Revert "Few unrelated doc fixes"
This reverts commit 038096d137
.
* Few more minor updates
* Switch to port 15443
* Break on-line helm commands
* Trailing space
* Put back some default istio features after verifying mc still works
* Add remote mixer addresses
* Formatting
* Specify container for cleaner output
* Wrong place
2019-02-11 11:05:23 -08:00
mtail
8a204d754e
Fix behavior of <<EOF in the middle of a line in a text block.
2019-02-11 10:07:02 -08:00
Dennis W. Otugo
15e971597f
Update index.md ( #3226 )
2019-02-11 10:03:17 -08:00
Douglas Reid
85114da3b1
Include quotes around boolean value in tracepsan example ( #3220 )
2019-02-11 09:51:05 -08:00
Frank Budinsky
0e8a2dd407
Remove obsolete networking API upgrade instructions ( #3219 )
2019-02-11 09:50:26 -08:00
mtail
a84091c02c
A few more layout fixes.
...
- Improve primary layout to deal with edge cases better.
- Make FAQ landing page use a masonry layout.
2019-02-11 09:44:26 -08:00
mtail
e2aec3458e
Improve the glossary popovers so they work better on mobile.
2019-02-10 20:36:25 -08:00
mtail
9ad3ad771c
A few more fixes.
2019-02-10 19:12:13 -08:00