Skip to content

Commit

Permalink
get local entries working in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LHeggy committed Mar 11, 2024
1 parent c76e591 commit fcfef85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/backstage/importer.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

// Load pipelines.
pipelines: [
import 'pipelines/api-type.jsonnet',
import 'pipelines/component-type.jsonnet',
import 'pipelines/entries.jsonnet',
import 'pipelines/lifecycle.jsonnet',
import 'docs/backstage/pipelines/api-type.jsonnet',
import 'docs/backstage/pipelines/component-type.jsonnet',
import 'docs/backstage/pipelines/lifecycle.jsonnet',
import 'docs/backstage/pipelines/entries.jsonnet',
],
}
}
2 changes: 1 addition & 1 deletion docs/backstage/pipelines/entries.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
'local': {
files: [
'catalog-info.yaml',
'docs/backstage/catalog-info.yaml',
],
},
},
Expand Down

0 comments on commit fcfef85

Please sign in to comment.