feat: add navigation between version 1 and 2
This commit is contained in:
@@ -13,7 +13,7 @@ export type Doc = {
|
||||
children?: Doc[];
|
||||
};
|
||||
|
||||
export type Section = {
|
||||
export type DocSection = {
|
||||
title: string;
|
||||
copy: ReactNode;
|
||||
example: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user