Skip to content

Commit

Permalink
Fix check (kubernetes#359)
Browse files Browse the repository at this point in the history
* Fix check

* Ignore expedia
  • Loading branch information
grampelberg authored Jun 19, 2019
1 parent b9321c3 commit c5317a1
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 63 deletions.
1 change: 1 addition & 0 deletions linkerd.io/.htmltest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
IgnoreURLs:
- .*localhost.*
- https://expedia.com
- https://www.expedia.com
- https://github.com/linkerd/website/edit/master/linkerd.io/content/.*
- https://ticketmaster.com
- https://douban.com/
Expand Down
6 changes: 1 addition & 5 deletions linkerd.io/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ weight = 3
name = "YouTube"
url = "https://www.youtube.com/buoyantio"
weight = 1
[[menu.follow]]
name = "LinkedIn"
url = "https://www.linkedin.com/company/buoyantio/"
weight = 2
[[menu.top]]
identifier = "documentation"
name = "Docs"
Expand All @@ -55,7 +51,7 @@ identifier = "start"
name = "GET STARTED"
post = "</span>"
pre = "<span class='button-spacer'>"
url = "/2/getting-started"
url = "/2/getting-started/"
weight = 6
[outputFormats.REDIRECTS]
baseName = "_redirects"
Expand Down
4 changes: 2 additions & 2 deletions linkerd.io/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ top_hero:
image: "/uploads/image-15.png"
buttons:
- caption: Get Started
url: /2/getting-started
url: /2/getting-started/
- caption: Join the Community
url: /community
url: /community/
image_on_the_right: false
announcement_banner:
description: 2.3.2 is out now! Get the newest version. [Download now >](https://github.com/linkerd/linkerd2/releases/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We want to keep our users happy with a clean, consistent dashboard as we constan

## Why Front-End Integration Tests?

If you're reading this, you're probably already sold on the idea of testing, but as an [open source project](https://www.cncf.io/project-faq/linkerd/), there are a few additional advantages of front-end integration tests you may not have considered:
If you're reading this, you're probably already sold on the idea of testing, but as an [open source project](https://www.cncf.io/projects/), there are a few additional advantages of front-end integration tests you may not have considered:

### Integration tests are a great way to onboard open source contributors

Expand Down Expand Up @@ -292,6 +292,6 @@ If you want to make it REALLY easy for your team to run, you can create shortcut

# Go Forth and Test! 🚀

Your next challenge is to replace our simple `first-test.js` with a set of practical tests for your own application. Good luck! If you have any questions, feel free to shoot me [a note on Twitter](https://twitter.com/_carolscott) or [file an issue or feature request for Linkerd](https://github.com/linkerd/linkerd2).
Your next challenge is to replace our simple `first-test.js` with a set of practical tests for your own application. Good luck! If you have any questions, feel free to shoot me [a note on Twitter](https://twitter.com/CarolScottSF) or [file an issue or feature request for Linkerd](https://github.com/linkerd/linkerd2).

**Want to learn more? We’d love to have you join our rapidly-growing community! Linkerd is [hosted on GitHub](https://github.com/linkerd/linkerd2), and we have a thriving community on [Slack](https://slack.linkerd.io), [Twitter](https://twitter.com/linkerd), and our [mailing lists](https://lists.cncf.io/g/cncf-linkerd-users). Come and join the fun!**
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ In the upcoming blogs in this series, we’re going to talk about different part

<!-- markdownlint-enable no-bare-urls -->

[envoy]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/load_balancing/load_balancing
[envoy]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/load_balancing
[round-robin]: https://buoyant.io/2016/03/16/beyond-round-robin-load-balancing-for-latency/
[perf]: https://blog.buoyant.io/2017/01/31/making-things-faster-by-adding-more-steps/
[tuning]: https://blog.buoyant.io/2017/01/31/making-things-faster-by-adding-more-steps/
2 changes: 1 addition & 1 deletion linkerd.io/content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
San Francisco, CA
thumbnail: '/uploads/buoyant_thumbnail.svg'
url: "#"
url: "https://jobs.lever.co/buoyant"
bottom_description: Have a Linkerd related job to offer? Add your posting!
buttons:
- caption: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="modal-background" onclick="hideImageModal()"></div>
<div class="modal-content">
<p class="image">
<img src="" alt="" id="galleryModalImage">
<img id="galleryModalImage" data-proofer-ignore>
</p>
</div>
<button class="modal-close is-large" aria-label="close" onclick="hideImageModal()"></button>
Expand Down
4 changes: 2 additions & 2 deletions linkerd.io/layouts/partials/community/jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h5 class="title is-size-5 has-text-white">{{.description | markdownify}}</h5>
<div class="columns jobs-list is-multiline">
{{ range .jobs }}
<div class="column is-half job-item is-paddingless-mobile">
<a class="has-text-color box-link" href="{{ .URL }}">
<a class="has-text-color box-link" href="{{ .url }}">
<div class="box">
<article class="media">
<div class="media-left">
Expand Down Expand Up @@ -40,4 +40,4 @@ <h5 class="title is-size-5 has-text-light-green">{{.bottom_description | markdow
{{ end }}
</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions linkerd.io/layouts/partials/community/top-hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h5 class="title is-size-5">{{.description | markdownify}}</h5>
<a class="github-button" href="https://github.com/linkerd/linkerd2" data-icon="octicon-star"
data-size="large" data-show-count="true" aria-label="Star linkerd/linkerd2 on GitHub">Star</a>
<a class="github-button" href="https://github.com/linkerd/linkerd2/subscription" data-icon="octicon-eye"
data-size="large" data-show-count="true" aria-label="Watch linkerd/linkerd2 on GitHub">Watch</a>
data-size="large" data-show-count="true" aria-label="Watch linkerd/linkerd2 on GitHub" data-proofer-ignore>Watch</a>
<a class="github-button" href="https://github.com/linkerd/linkerd2/fork" data-icon="octicon-repo-forked"
data-size="large" data-show-count="true" aria-label="Fork linkerd/linkerd2 on GitHub">Fork</a>
</div>
Expand All @@ -30,4 +30,4 @@ <h5 class="title is-size-5">{{.description | markdownify}}</h5>
</div>
</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions linkerd.io/layouts/partials/enterprise/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h5 class="title is-size-5">{{.description | markdownify}}</h5>
<div class="columns jobs-list is-multiline">
{{ range .companies }}
<div class="column is-half job-item">
<a class="has-text-color box-link" href="{{ .URL }}">
<a class="has-text-color box-link" href="{{ .url }}">
<div class="box">
<article class="media">
<div class="media-left">
Expand Down Expand Up @@ -40,4 +40,4 @@ <h5 class="title is-size-5 has-text-light-green">{{.bottom_description | markdow
{{ end }}
</div>
</div>
</div>
</div>
1 change: 0 additions & 1 deletion linkerd.io/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ .Title }} | {{ .Site.Title }}</title>
<link rel="icon" type="image/png" href="/favicon.png">

{{ partial "meta.html" . }}
{{ partial "css.html" . }}
Expand Down
4 changes: 2 additions & 2 deletions linkerd.io/layouts/partials/homepage/top-hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h5 class="title is-size-5">{{.description | markdownify}}</h5>
<a class="github-button" href="https://github.com/linkerd/linkerd2" data-icon="octicon-star"
data-size="large" data-show-count="true" aria-label="Star linkerd/linkerd2 on GitHub">Star</a>
<a class="github-button" href="https://github.com/linkerd/linkerd2/subscription" data-icon="octicon-eye"
data-size="large" data-show-count="true" aria-label="Watch linkerd/linkerd2 on GitHub">Watch</a>
data-size="large" data-show-count="true" aria-label="Watch linkerd/linkerd2 on GitHub" data-proofer-ignore>Watch</a>
<a class="github-button" href="https://github.com/linkerd/linkerd2/fork" data-icon="octicon-repo-forked"
data-size="large" data-show-count="true" aria-label="Fork linkerd/linkerd2 on GitHub">Fork</a>
</div>
Expand All @@ -35,4 +35,4 @@ <h5 class="title is-size-5">{{.description | markdownify}}</h5>
</div>
</div>
</div>
</div>
</div>

This file was deleted.

Loading

0 comments on commit c5317a1

Please sign in to comment.