feat: add navigation between version 1 and 2

This commit is contained in:
Stevan Freeborn
2023-04-10 23:20:07 -05:00
parent 39449a5e0f
commit 7d7bffc20a
10 changed files with 106 additions and 59 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export type Doc = {
children?: Doc[];
};
export type Section = {
export type DocSection = {
title: string;
copy: ReactNode;
example: ReactNode;