Skip to content

Commit

Permalink
split legacy and lightning docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 1, 2023
1 parent c0951e4 commit 4ab02b8
Show file tree
Hide file tree
Showing 59 changed files with 10,679 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ module.exports = {
type: 'localeDropdown',
position: 'right',
},
{
type: 'docsVersionDropdown',
position: 'right',
},
{
href: 'https://github.com/openfn/docs',
position: 'right',
Expand Down Expand Up @@ -139,6 +143,17 @@ module.exports = {
sidebarPath: require.resolve('./sidebars-main.js'),
routeBasePath: '/documentation',
editUrl: 'https://github.com/openfn/docs/edit/main',
lastVersion: 'legacy',
versions: {
current: {
banner: 'unreleased',
label: "Lightning 🚧"
},
'legacy': {
banner: 'none',
label: "Legacy"
},
},
},
blog: {
showReadingTime: true,
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-legacy/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.openfn.org
Loading

0 comments on commit 4ab02b8

Please sign in to comment.