Skip to content

Commit f504fa4

Browse files
authored
Exclude Gotham namespaces when rendering SDK (#219)
1 parent 8bb8208 commit f504fa4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
type: improvement
2+
improvement:
3+
description: Exclude Gotham namespaces when rendering SDK
4+
links:
5+
- https://github.com/palantir/foundry-platform-python/pull/219

config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@
179179
},
180180
"Orchestration": true,
181181
"Streams": true,
182-
"ThirdPartyApplications": true
182+
"ThirdPartyApplications": true,
183+
"TargetWorkbench": false,
184+
"Gaia": false,
185+
"MapRendering": false
183186
},
184187
"resourceRenames": {
185188
"OntologyV2": "Ontology",

0 commit comments

Comments
 (0)