-
- Version: {version}
-
-
- )}
- {!hideTitle && (
- {title}
-
-
+
+
+
+
+
+ {version && (
+
- {(editUrl || lastUpdatedAt || lastUpdatedBy) && (
-
>
+
+ Version: {version}
+
-
-
+ )}
-
+
+ )}
+
- )}
+ {!hideTableOfContents && DocContent.rightToc && (
+
- {editUrl && (
-
-
- Edit this page
-
- )}
-
- {(lastUpdatedAt || lastUpdatedBy) && (
-
-
-
- Last updated{' '}
- {lastUpdatedAt && (
- <>
- on{' '}
-
- {lastUpdatedBy && ' '}
- >
- )}
- {lastUpdatedBy && (
- <>
- by {lastUpdatedBy}
- >
- )}
- {process.env.NODE_ENV === 'development' && (
-
+ )}
+ {!hideTitle && (
+
-
- {' '}
- (Simulated during dev for better perf)
-
-
- )}
-
-
- {title}
+
+
+
+
+ {(editUrl || lastUpdatedAt || lastUpdatedBy) && (
+
+
- {!hideTableOfContents && DocContent.rightToc && (
-
+
- )}
-
+ {editUrl && (
+
+
+ Edit this page
+
)}
+ {(lastUpdatedAt || lastUpdatedBy) && (
+
+
+
+ Last updated{' '}
+ {lastUpdatedAt && (
+ <>
+ on{' '}
+
+ {lastUpdatedBy && ' '}
+ >
+ )}
+ {lastUpdatedBy && (
+ <>
+ by {lastUpdatedBy}
+ >
+ )}
+ {process.env.NODE_ENV === 'development' && (
+
+ )}
+
+ {' '}
+ (Simulated during dev for better perf)
+
+
+ )}
+
+
+
-
+ )}
+
+