We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a5bae commit ed884eeCopy full SHA for ed884ee
opsimate-docs/src/components/NavMenu.js
@@ -6,9 +6,9 @@ export default function NavMenu() {
6
7
const sections = [
8
{ id: 'features', label: 'Features' },
9
- { id: 'integrations', label: 'Integrations' },
+ // { id: 'integrations', label: 'Integrations' },
10
{ id: 'community', label: 'Community' },
11
- { id: 'contact', label: 'Contact' },
+ // { id: 'contact', label: 'Contact' },
12
];
13
14
return (
opsimate-docs/src/components/NavMenu.module.css
@@ -86,8 +86,3 @@
86
margin: 0.75rem 0;
87
}
88
89
-
90
-/* Smooth scroll for anchor links */
91
-html {
92
- scroll-behavior: smooth;
93
-}
0 commit comments