diff --git a/.vscode/cspell.json b/.vscode/cspell.json index aa18bbed0b2e..adbe05cd72a2 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -28,6 +28,7 @@ "relref", "subdir", "tabpane", + "tocstop", "Zipkin" ] } diff --git a/scripts/adjust-spec-pages.pl b/scripts/adjust-spec-pages.pl index f7e78ac4b019..f62f38c23045 100755 --- a/scripts/adjust-spec-pages.pl +++ b/scripts/adjust-spec-pages.pl @@ -85,7 +85,7 @@ () # Images s|(\.\./)?internal(/img/[-\w]+\.png)|$2|g; - s|(\]\()(img/.*?\))|$1../$2|g if $ARGV !~ /logs._index/; + s|(\]\()(img/.*?\))|$1../$2|g if $ARGV !~ /(logs|schemas)._index/; # Fix links that are to the title of the .md page # TODO: fix these in the spec