Skip to content

Commit

Permalink
fix: paths for some scenes (#19854)
Browse files Browse the repository at this point in the history
fix paths for some scenes
  • Loading branch information
raquelmsmith authored Jan 18, 2024
1 parent 249d820 commit 72a331c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/src/scenes/scenes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const sceneConfigurations: Record<Scene, SceneConfig> = {
projectBased: true,
name: 'Data management',
activityScope: ActivityScope.DATA_MANAGEMENT,
defaultDocsPath: '/docs/data',
},
[Scene.EventDefinition]: {
projectBased: true,
Expand Down Expand Up @@ -128,7 +129,7 @@ export const sceneConfigurations: Record<Scene, SceneConfig> = {
projectBased: true,
name: 'Person',
activityScope: ActivityScope.PERSON,
defaultDocsPath: '/docs/session-replay',
defaultDocsPath: '/docs/data/persons',
},
[Scene.PersonsManagement]: {
projectBased: true,
Expand Down Expand Up @@ -173,6 +174,7 @@ export const sceneConfigurations: Record<Scene, SceneConfig> = {
[Scene.FeatureFlags]: {
projectBased: true,
name: 'Feature flags',
defaultDocsPath: '/docs/feature-flags',
activityScope: ActivityScope.FEATURE_FLAG,
},
[Scene.FeatureFlag]: {
Expand All @@ -183,7 +185,7 @@ export const sceneConfigurations: Record<Scene, SceneConfig> = {
[Scene.Surveys]: {
projectBased: true,
name: 'Surveys',
defaultDocsPath: '/docs/feature-flags/creating-feature-flags',
defaultDocsPath: '/docs/surveys',
activityScope: ActivityScope.SURVEY,
},
[Scene.Survey]: {
Expand All @@ -200,7 +202,7 @@ export const sceneConfigurations: Record<Scene, SceneConfig> = {
[Scene.DataWarehouse]: {
projectBased: true,
name: 'Data warehouse',
defaultDocsPath: '/docs/feature-flags/creating-feature-flags',
defaultDocsPath: '/docs/data-warehouse',
},
[Scene.DataWarehouseExternal]: {
projectBased: true,
Expand Down

0 comments on commit 72a331c

Please sign in to comment.