You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,16 +15,31 @@ export default async function Page({
14
15
if(Array.isArray(next)){
15
16
next=next[0];
16
17
}
18
+
17
19
// discard the hash
18
20
const[pathname,_]=next.split('#');
19
21
constrootNode=awaitgetDocsRootNode();
22
+
constdefaultTitle='Platform Specific Content';
23
+
letdescription='';
24
+
constplatformInfo=
25
+
"The page you are looking for is customized for each platform. Select your platform below and we'll direct you to the most specific documentation on it.";
26
+
lettitle=defaultTitle;
27
+
20
28
// get rid of irrelevant platforms for the `next` path
0 commit comments