-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create public / private docs bundles (#392)
- Loading branch information
1 parent
d5304d5
commit 8f17163
Showing
91 changed files
with
831 additions
and
672 deletions.
There are no files selected for viewing
Binary file removed
BIN
-167 KB
.yarn/cache/@fortawesome-fontawesome-common-types-npm-6.4.2-1f8b184e1e-4a22932bd0.zip
Binary file not shown.
Binary file added
BIN
+189 KB
.yarn/cache/@fortawesome-fontawesome-common-types-npm-6.5.1-4399949ed0-c597062de8.zip
Binary file not shown.
Binary file removed
BIN
-89 KB
.yarn/cache/@fortawesome-fontawesome-svg-core-npm-6.4.2-530d31922b-0c0ecd9058.zip
Binary file not shown.
Binary file added
BIN
+89.2 KB
.yarn/cache/@fortawesome-fontawesome-svg-core-npm-6.5.1-64fd39325c-e17f995abe.zip
Binary file not shown.
Binary file renamed
BIN
+1.06 MB
...icons-npm-6.4.2-e571a9405c-79efd84029.zip → ...icons-npm-6.5.1-c1ff0cee20-c29f8a9ad9.zip
Binary file not shown.
Binary file renamed
BIN
+2.62 MB
...icons-npm-6.4.2-c582f5c032-4a36500499.zip → ...icons-npm-6.5.1-d790fa2f25-c544b8389b.zip
Binary file not shown.
Binary file renamed
BIN
+6.07 MB
...icons-npm-6.4.2-f0a98834db-2667bf3144.zip → ...icons-npm-6.5.1-7896266a48-4c54b10870.zip
Binary file not shown.
Binary file renamed
BIN
+6.6 MB
...icons-npm-6.4.2-f9513a5b14-92ed30d302.zip → ...icons-npm-6.5.1-cc49b87862-4de0e09c44.zip
Binary file not shown.
Binary file renamed
BIN
+6.38 MB
...icons-npm-6.4.2-64f69e3e7f-12ca640308.zip → ...icons-npm-6.5.1-924ea76bde-79c068123e.zip
Binary file not shown.
Binary file renamed
BIN
+5.82 MB
...icons-npm-6.4.2-291c35e3da-8061551131.zip → ...icons-npm-6.5.1-264be7397e-0eb0cee7e4.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
export { App } from "./App"; | ||
export { ThemeProvider } from "./docs/ThemeProvider"; | ||
export { useColorTheme } from "./hooks/useColorTheme"; | ||
export { proxyApiHandler } from "./next-apis/proxy"; | ||
export { revalidateAllApiHandler } from "./next-apis/revalidate-all"; | ||
export { revalidateV1ApiHandler } from "./next-apis/revalidate-v1"; | ||
export { revalidateV2ApiHandler } from "./next-apis/revalidate-v2"; | ||
export { serializeMdxApiHandler } from "./next-apis/serialize-mdx"; | ||
export { sitemapApiHandler } from "./next-apis/sitemap"; | ||
export { DocsPage, getDocsPageProps, getDocsPageStaticProps } from "./next-app/DocsPage"; | ||
export { NextApp } from "./next-app/NextApp"; | ||
export { NextDocument } from "./next-app/NextDocument"; | ||
export { getNotFoundPageStaticProps, NotFoundPage } from "./next-app/NotFoundPage"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
packages/ui/fe-bundle/src/pages/_app.tsx → packages/ui/app/src/next-app/NextApp.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.