[docs] add folder architecture doc (#1221)

* [docs] add folder architecture doc

* update

* add internal

* improve doc
This commit is contained in:
Weiko
2023-08-15 15:15:07 -07:00
committed by GitHub
parent 56cada6335
commit c9549c3833
3 changed files with 125 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import {
TbBrandWindows,
TbBugOff,
TbBrandVscode,
TbFolder,
} from "react-icons/tb";
@ -51,6 +52,7 @@ export default function DocSidebarItemLink({
'TbBugOff': TbBugOff,
'TbBrandVscode': TbBrandVscode,
'TbDeviceDesktop': TbDeviceDesktop,
'TbFolder': TbFolder,
};
let IconComponent = customProps && customProps.icon ? icons[customProps.icon] : TbFaceIdError;