Skip to content

Commit

Permalink
Update adjust-pages.pl some more
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Apr 24, 2024
1 parent dd539ad commit 5ca2fbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/content-modules/adjust-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ ()
# TODO: add to front matter of OTel spec file and drop next line:
$linkTitle = 'Design Goals' if $title eq 'Design Goals for OpenTelemetry Wire Protocol';

# TODO: remove once all submodules have been updated in the context of https://github.com/open-telemetry/opentelemetry.io/issues/3922
$frontMatterFromFile =~ s|: content/en/docs/specs/opamp/|: tmp/opamp/|g;

# printf STDOUT "> $title -> $linkTitle\n";
print "linkTitle: $linkTitle\n" if $linkTitle and $frontMatterFromFile !~ /linkTitle: /;
print "$frontMatterFromFile" if $frontMatterFromFile;
Expand Down

0 comments on commit 5ca2fbe

Please sign in to comment.