Skip to content

Commit

Permalink
Pull docs from 3.x branch of farmOS.
Browse files Browse the repository at this point in the history
3.x is now the official branch of farmOS. See farmOS/farmOS#741
  • Loading branch information
mstenta authored Oct 30, 2023
1 parent 7435a10 commit 6067192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
baseURI: '/',
config: 'mkdocs.yml',
remote: process.env.FARMOS_REPO || 'https://github.com/farmOS/farmOS.git',
branch: process.env.FARMOS_REPO_BRANCH || '2.x',
branch: process.env.FARMOS_REPO_BRANCH || '3.x',
directory: 'docs/',
template: DOCS_TEMPLATE,
},
Expand Down

0 comments on commit 6067192

Please sign in to comment.