Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Sep 27, 2024
1 parent e350c7f commit ab8313f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions config/docusaurus/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,16 @@ const LEGACY_ROUTES = [
},
{
group: "Rename 'legacy' to 'custom'",
details: "'Legacy' is derogatory, we don't get to call people's projects legacy",
details:
"'Legacy' is derogatory, we don't get to call people's projects legacy",
children: [
{
title: "Rename 'legacy' to custom",
from: "/docs/guides/migration/from-legacy",
to: "/docs/guides/migration/from-custom",
}
]
}
},
],
},
];

// @returns { from, to }[]
Expand Down
8 changes: 4 additions & 4 deletions src/app/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ img {
}

.alert.file-tree {
border: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
background: none;
border: 0;
box-shadow: none;

.file-tree & {
padding: 0;
}

& summary + div > div {
border: 0;
margin-top: 0;
padding-top: 0;
margin-top: 0;
border: 0;
}
}

0 comments on commit ab8313f

Please sign in to comment.