Skip to content

Commit

Permalink
Remove proxy/edge empty values from adminitions definition
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Nov 28, 2024
1 parent 3914088 commit 5346ddf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/remote-content/edge-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ const DOCS = mapObject(enrich)({
});

const getAdmonitions = (data) => {
const admonitions = {
'unleash-proxy': ``,
'unleash-edge': ``,
};
const admonitions = {};

return [admonitions[data.slugName]];
};
Expand Down

0 comments on commit 5346ddf

Please sign in to comment.