Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 19, 2024
1 parent 7abf790 commit 2300a66
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 13 deletions.
12 changes: 0 additions & 12 deletions content/docs/pages/docs/_meta.js

This file was deleted.

43 changes: 43 additions & 0 deletions content/docs/pages/docs/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
// _meta.tsx
export default {
index: {
title: "overview",
display: "hidden",
},
"getting-started": {
title: "getting started",
type: "page",
},
plugins: {
title: "plugins (pipes)",
type: "page",
},
examples: {
title: "examples & use cases",
type: "page",
},
architecture: {
title: "architecture overview",
type: "page",
},
"api-reference": {
title: "api reference",
type: "page",
},
contributing: {
title: "contributing",
type: "page",
},
integrations: {
title: "integrations",
type: "page",
},
server: {
title: "use screenpipe on a server",
type: "page",
},
faq: {
title: "faq",
type: "page",
},
};
4 changes: 4 additions & 0 deletions content/docs/pages/docs/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

# integrations

### file organizer 2000 (obsidian plugin)

https://github.com/different-ai/file-organizer-2000

### notion

https://github.com/mediar-ai/screenpipe/tree/main/examples/typescript/pipe-phi3.5-engineering-team-logs
Expand Down
2 changes: 1 addition & 1 deletion content/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.mdx", "pages/_app.mdx", "pages/_app.js", "pages/docs/_meta.js"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.mdx", "pages/_app.mdx", "pages/_app.js", "pages/docs/_meta.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 2300a66

Please sign in to comment.