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.
2 parents d3390d3 + 64b6a39 commit c912a8fCopy full SHA for c912a8f
package.json
@@ -37,5 +37,6 @@
37
"pretty-quick": "^3.1.3",
38
"tailwindcss": "^3.2.4",
39
"vite": "^4.0.0"
40
- }
+ },
41
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
42
}
src/main.jsx
@@ -28,6 +28,10 @@ const router = createBrowserRouter(
28
path: '/doc/:slug',
29
element: <DocDetail />
30
},
31
+ {
32
+ path: '/doc/:doc_name',
33
+ element: <SingleDoc />
34
35
{
36
path: '/Contributors',
element: <Contributors />
src/pages/12Doc.jsx
0 commit comments