mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-09 01:35:36 +02:00
initial
This commit is contained in:
commit
a08a51eea3
241 changed files with 23091 additions and 0 deletions
10
quartz/plugins/emitters/index.ts
Normal file
10
quartz/plugins/emitters/index.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
export { ContentPage } from "./contentPage"
|
||||
export { TagPage } from "./tagPage"
|
||||
export { FolderPage } from "./folderPage"
|
||||
export { ContentIndex } from "./contentIndex"
|
||||
export { AliasRedirects } from "./aliases"
|
||||
export { Assets } from "./assets"
|
||||
export { Static } from "./static"
|
||||
export { ComponentResources } from "./componentResources"
|
||||
export { NotFoundPage } from "./404"
|
||||
export { CNAME } from "./cname"
|
Loading…
Add table
Add a link
Reference in a new issue