Skip to content

Commit 350e5b6

Browse files
authored
chore: cleanup comments (#7848)
1 parent a77abd6 commit 350e5b6

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

apps/docs/app/global.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,6 @@ div.flex.flex-row.items-start.bg-fd-secondary.border.rounded-lg.text-xs {
10131013
display: none !important;
10141014
}
10151015

1016-
/* Method+path bar — cleaner, lighter styling like Gumloop.
1017-
Override bg-fd-card CSS variable directly for reliability. */
10181016
#nd-page:has(.api-page-header) div.flex.flex-row.items-center.rounded-xl.border.not-prose {
10191017
--color-fd-card: var(--surface-3) !important;
10201018
background-color: var(--surface-3) !important;

apps/docs/lib/source.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const METHOD_COLORS: Record<string, string> = {
1717
}
1818

1919
/**
20-
* Custom openapi plugin that places method badges BEFORE the page name
21-
* in the sidebar (like Mintlify/Gumloop) instead of after.
20+
* Places HTTP method badges before page names in the sidebar.
2221
*/
2322
function openapiPluginBadgeLeft() {
2423
return {

apps/sim/lib/knowledge/access/drive-permissions.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ describe('driveFileAcl', () => {
9696
).toEqual(['u:alice@corp.com'])
9797
})
9898

99-
/**
100-
* The deviation from Onyx that matters most: their file path makes an
101-
* `anyone` grant public without consulting `allowFileDiscovery`, so a file
102-
* anyone ever shared by link becomes fully searchable.
103-
*/
10499
it('still refuses a link-only anyone share', () => {
105100
expect(acl([{ type: 'anyone', allowFileDiscovery: false }], OPEN)).toEqual(['link'])
106101
})

0 commit comments

Comments
 (0)