docs integrations notion (#1951)
- docs: add Notion Setup instructions - docs: Notion Add Content to Page instructions - docs: Notion List Database Properties instructions - docs: Notion List Pages instructions - docs: Notion Page Viewer instructions - docs: Notion Page Create instructions - docs: Notion User Lists instructions - docs: Notion Page Update instructions
This commit is contained in:
commit
d8fcdb8d7d
30 changed files with 1297 additions and 0 deletions
|
|
@ -131,5 +131,28 @@ module.exports = {
|
|||
"contributing/contribute-component",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Integrations",
|
||||
collapsed: false,
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Notion",
|
||||
items: [
|
||||
"integrations/notion/intro",
|
||||
"integrations/notion/setup",
|
||||
"integrations/notion/search",
|
||||
"integrations/notion/list-database-properties",
|
||||
"integrations/notion/list-pages",
|
||||
"integrations/notion/list-users",
|
||||
"integrations/notion/page-create",
|
||||
"integrations/notion/add-content-to-page",
|
||||
"integrations/notion/page-update",
|
||||
"integrations/notion/page-content-viewer",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue