Skip to content

Commit

Permalink
hotfix: fixing develop
Browse files Browse the repository at this point in the history
Former-commit-id: 6dbe8c1
  • Loading branch information
robert-stringer committed Apr 9, 2021
1 parent 6bf614b commit bd3e103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const algoliaIndex = process.env.ALGOLIA_INDEX_NAME || 'edb-docs-staging';
/******** Sourcing *********/
const sourceFilename = isBuild ? 'build-sources.json' : 'dev-sources.json';
const sourceToPluginConfig = {
ark: { name: 'ark', path: 'product_docs/docs/ark' },
// ark: { name: 'ark', path: 'product_docs/docs/ark' },
bart: { name: 'bart', path: 'product_docs/docs/bart' },
bdr: { name: 'bdr', path: 'product_docs/docs/bdr' },
efm: { name: 'efm', path: 'product_docs/docs/efm' },
Expand Down

0 comments on commit bd3e103

Please sign in to comment.