mirror of https://github.com/istio/istio.io.git
Redirect users to update bug entry page.
This commit is contained in:
parent
461c318830
commit
cfec7b5605
4
Makefile
4
Makefile
|
@ -40,7 +40,7 @@ prep_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
|
||||
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:
|
||||
npm install --prefix .tools/node markdown-spellcheck
|
||||
|
@ -50,4 +50,4 @@ prep_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/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/"
|
||||
|
|
|
@ -9,8 +9,8 @@ aliases:
|
|||
|
||||
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
|
||||
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
|
||||
going on.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 搜索结果
|
||||
url: /cn/search.html
|
||||
url: /zh/search.html
|
||||
sidebar_none: true
|
||||
type: search
|
||||
toc: false
|
||||
|
|
Loading…
Reference in New Issue