Skip to content

Commit

Permalink
Added fragments and global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
writinwaters committed Jan 24, 2024
1 parent 6e79897 commit def0951
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
File renamed without changes.
Empty file added docs/fragments/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions docs/variables/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"orgName": "InfiniFlow"
}
8 changes: 8 additions & 0 deletions docs/variables/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const _ = require('lodash')

const globalVariable = require('./global.json')

const versionVariable = require('./variable.json')

module.exports = _.merge(globalVariable, versionVariable)

1 change: 1 addition & 0 deletions docs/variables/variable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit def0951

Please sign in to comment.