Skip to content
Draft
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ website/i18n/**/*
package-lock.json
.vercel
.env
.env.local
4 changes: 3 additions & 1 deletion docs/product-roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ hide_title: true
hide_table_of_contents: true
---

<iframe src="https://devcycle.productlane.com/roadmap" width="100%" height="1400px" frameborder="0"></iframe>
import LinearRoadmap from '@site/src/components/LinearRoadmap'

<LinearRoadmap />
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ const config = {
'The DevCycle documentation site includes guides and API documentation for the complete platform including the management dashboard, management APIs, SDKs, and more. If you need help along the way feel free to reach out to support and if you don’t have an account yet, you can create a free account now.',
},
DEVCYCLE_CLIENT_SDK_KEY: process.env.DEVCYCLE_CLIENT_SDK_KEY,
LINEAR_API_KEY: process.env.LINEAR_API_KEY,
},
url: process.env.CF_PAGES
? 'https://docs.devcycle.com'
Expand Down
Loading