Skip to content

Commit cf8e76c

Browse files
authored
Revert "feat: AI assistant for traefikee and proxy documentations"
1 parent f138787 commit cf8e76c

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"web-vitals": "^2.1.0"
1818
},
1919
"scripts": {
20-
"start": "set PORT=8000 && react-scripts start",
20+
"start": "react-scripts start",
2121
"build": "react-scripts build",
2222
"gen-assets": "rimraf static-assets && mkdir -p static-assets && cp build/static/js/*.js static-assets/main-v1.js",
2323
"test": "react-scripts test",

src/components/nav/Header.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Link from 'components/Link'
66
import SkipLink from 'components/Link/Skip'
77
import MainNav from 'components/nav/MainNav'
88
import DrawerNav from 'components/nav/DrawerNav'
9-
import useDocWhizzScript from './useDocWhizzScript'
109

1110
const Nav = styled(FaencyNav)`
1211
position: fixed;
@@ -121,7 +120,6 @@ const Header = ({ product }: { product?: string }) => {
121120
const [isDrawerOpen, setIsDrawerOpen] = useState(false)
122121
const [isHeaderScrolled, setHeaderScrolled] = useState(false)
123122

124-
useDocWhizzScript()
125123
const demoLink = useMemo(() => {
126124
if (product === 'hub') return 'https://info.traefik.io/traefik-hub-signup'
127125

src/components/nav/useDocWhizzScript.jsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)