Skip to content

Commit 0743d05

Browse files
committed
more cleanup
1 parent 82b6e6e commit 0743d05

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build-sources.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ark": false,
2+
"bdr": true,
33
"biganimal": true,
44
"cloud_native_pg": true,
55
"postgres_for_kubernetes": true,

dev-sources.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ark": true,
2+
"bart": true,
33
"efm": true,
44
"epas": true,
55
"eprs": true,

gatsby-config.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const algoliaIndex = process.env.ALGOLIA_INDEX_NAME || "edb-docs-staging";
1616
/******** Sourcing *********/
1717
const sourceFilename = isBuild ? "build-sources.json" : "dev-sources.json";
1818
const sourceToPluginConfig = {
19-
ark: { name: "ark", path: "product_docs/docs/ark" },
2019
bart: { name: "bart", path: "product_docs/docs/bart" },
2120
biganimal: { name: "biganimal", path: "product_docs/docs/biganimal" },
2221
postgres_for_kubernetes: {

0 commit comments

Comments
 (0)