Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.github
node_modules
package-lock.json

!**/.*
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ yarn-error.log
node_modules
docs/.vuepress/dist/
.DS_Store

.vercel
33 changes: 27 additions & 6 deletions docs/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
const path = require("path");
const webpack = require("webpack");

module.exports = {
title: "",
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
head: [
[
"link",
{
rel: "icon",
href: "/favicon.ico",
},
],
],
description: "Pipedream Documentation - Connect APIs, remarkably fast",
base: "/docs/",
plugins: [
Expand All @@ -15,6 +20,15 @@ module.exports = {
},
],
],
markdown: {
lineNumbers: true,
code: {},
extendMarkdown(md) {
md.use(require("markdown-it-task-lists"), {
enabled: true,
});
},
},
themeConfig: {
algolia: {
apiKey: "1e23962724b59d018bdedc0f5a214ce5",
Expand Down Expand Up @@ -136,7 +150,11 @@ module.exports = {
{
title: "CLI",
collapsable: false,
children: ["/cli/install/", "/cli/login/", "/cli/reference/"],
children: [
"/cli/install/",
"/cli/login/",
"/cli/reference/",
],
},
{
title: "APIs",
Expand Down Expand Up @@ -190,7 +208,10 @@ module.exports = {
"/subprocessors/",
],
},
["https://pipedream.com/support", "Support and Community"],
[
"https://pipedream.com/support",
"Support and Community",
],
"/troubleshooting/",
"/orgs/",
"/pricing/",
Expand Down
1,145 changes: 1,087 additions & 58 deletions docs/docs/components/guidelines/README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading