Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs Restructure #15538

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
46eba10
remove stale docs
andrewjschuang Feb 10, 2025
4e9f570
remove github sync quickstart
andrewjschuang Feb 10, 2025
cfb19ac
pnpm
andrewjschuang Feb 10, 2025
e912c07
main restructure
andrewjschuang Feb 11, 2025
63e8c66
fix some broken links
andrewjschuang Feb 11, 2025
01bd0da
fix broken links
andrewjschuang Feb 11, 2025
151c41f
fix broken links
andrewjschuang Feb 11, 2025
2ec9d2f
fix broken links
andrewjschuang Feb 11, 2025
a226ebc
fix capitalization
andrewjschuang Feb 17, 2025
c2816ea
fix image links
andrewjschuang Feb 17, 2025
428490a
remove connect sdk dep
andrewjschuang Feb 17, 2025
ee8bed3
remove deprecated page
andrewjschuang Feb 17, 2025
378d8bc
rename to core
andrewjschuang Feb 17, 2025
5a1becf
move images to public folder
andrewjschuang Feb 17, 2025
409f958
add rewrites and remove stale hidden pages
andrewjschuang Feb 17, 2025
fe22e40
fix repage links
andrewjschuang Feb 18, 2025
23ad1ac
fix http urls
andrewjschuang Feb 18, 2025
674b550
faq
andrewjschuang Feb 18, 2025
313d956
code rabbit suggestions
andrewjschuang Feb 18, 2025
acc8de5
Merge branch 'master' into docs-structure-refactor
andrewjschuang Feb 18, 2025
e3de978
fix link typos
andrewjschuang Feb 18, 2025
2ef7372
more link fixes
andrewjschuang Feb 18, 2025
b63e470
code rabbit comments
andrewjschuang Feb 18, 2025
0a4d86d
fix link
andrewjschuang Feb 18, 2025
62b063f
move out integrations and rest-api. rename core to workflows
andrewjschuang Feb 20, 2025
53b1fad
fix paths for integrations, rest-api and workflows
andrewjschuang Feb 20, 2025
865d344
fix rest api, sse, and some other links
andrewjschuang Feb 20, 2025
32bb18d
rollback vercel.json
andrewjschuang Feb 20, 2025
f9f6774
update vercel.json redirects
andrewjschuang Feb 20, 2025
b79c606
pnpm
andrewjschuang Feb 20, 2025
0dfbf02
Merge branch 'master' into docs-structure-refactor
andrewjschuang Feb 20, 2025
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
Prev Previous commit
Next Next commit
add rewrites and remove stale hidden pages
  • Loading branch information
andrewjschuang committed Feb 17, 2025
commit 409f958309f0c2485ca86b0df776f277d9b18577
20 changes: 20 additions & 0 deletions docs-v2/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@ export default withNextra({
},
],
},
async rewrites() {
return [
{
source: "/abuse",
destination: "/hidden/abuse",
},
{
source: "/scheduling-future-tasks",
destination: "/hidden/scheduling-future-tasks",
},
{
source: "/status",
destination: "/hidden/status",
},
{
source: "/subprocessors",
destination: "/hidden/subprocessors",
},
];
},
env: {
PIPEDREAM_NODE_VERSION: "20",
PIPEDREAM_BASE_URL: "https://pipedream.com",
Expand Down
5 changes: 0 additions & 5 deletions docs-v2/pages/hidden/examples/_meta.tsx

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions docs-v2/pages/hidden/new-feature-or-bug/_meta.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions docs-v2/pages/hidden/new-feature-or-bug/index.mdx

This file was deleted.