Redirect users to update bug entry page.

This commit is contained in:
mtail 2018-06-14 07:23:04 -07:00
parent 461c318830
commit cfec7b5605
3 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ prep_lint:
lint: lint:
.tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md .tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md
mdl --ignore-front-matter --style mdl_style.rb . mdl --ignore-front-matter --style mdl_style.rb .
htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/" htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/,/github.com/istio/istio/issues/new/choose/"
prep_lint_local: prep_lint_local:
npm install --prefix .tools/node markdown-spellcheck npm install --prefix .tools/node markdown-spellcheck
@ -50,4 +50,4 @@ prep_lint_local:
lint_local: lint_local:
.tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md .tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md
.tools/bin/mdl --ignore-front-matter --style mdl_style.rb . .tools/bin/mdl --ignore-front-matter --style mdl_style.rb .
.tools/bin/htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/" .tools/bin/htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/,/github.com/istio/istio/issues/new/choose/"

View File

@ -9,8 +9,8 @@ aliases:
Oh no! You found a bug? Oh no! You found a bug?
Search our [issue database](https://github.com/istio/issues/issues/) to see if we already know about Search our [issue database](https://github.com/istio/istio/issues/) to see if we already know about
your problem and learn about when your problem and learn about when
we think we can fix it. If you don't find your problem in the database, please open a [new issue](https://github.com/istio/issues/issues/new) we think we can fix it. If you don't find your problem in the database, please open a [new issue](https://github.com/istio/istio/issues/new/choose)
and let us know what's and let us know what's
going on. going on.

View File

@ -1,6 +1,6 @@
--- ---
title: 搜索结果 title: 搜索结果
url: /cn/search.html url: /zh/search.html
sidebar_none: true sidebar_none: true
type: search type: search
toc: false toc: false