Skip to content

Commit

Permalink
Merge branch 'main' into docusaurus3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes authored Dec 4, 2023
2 parents 7be3256 + 1c9ea06 commit 78180eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/theme/DocVersionBadge/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function DocVersionBadge({ className }) {
return null;
}
4 changes: 1 addition & 3 deletions src/theme/DocVersionBanner/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function UnmaintainedVersionLabel({ siteTitle, versionMetadata }) {
versionLabel: <b>{versionMetadata.label}</b>,
}}>
{
"This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained."
"This is documentation for Teku version {versionLabel}, which is no longer actively maintained."
}
</Translate>
);
Expand Down Expand Up @@ -98,8 +98,6 @@ function DocVersionBannerEnabled({ className, versionMetadata }) {
role="alert">
<div>
<BannerLabel siteTitle={siteTitle} versionMetadata={versionMetadata} />
</div>
<div className="margin-top--md">
<LatestVersionSuggestionLabel
versionLabel={latestVersionSuggestion.name}
to={latestVersionSuggestedDoc.path}
Expand Down

0 comments on commit 78180eb

Please sign in to comment.