Skip to content

Commit

Permalink
docs: fix saasonly flags for some pages (#9124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin authored Oct 27, 2023
1 parent 8b1d209 commit 649f6d0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
29 changes: 23 additions & 6 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,29 @@ module.exports = {
},
"docs/act-on-metadata/impact-analysis",
{
Observability: [
"docs/managed-datahub/observe/freshness-assertions",
"docs/managed-datahub/observe/volume-assertions",
"docs/managed-datahub/observe/custom-sql-assertions",
"docs/managed-datahub/observe/column-assertions",
label: "Observability",
type: "category",
items: [
{
type: "doc",
id: "docs/managed-datahub/observe/freshness-assertions",
className: "saasOnly",
},
{
type: "doc",
id: "docs/managed-datahub/observe/volume-assertions",
className: "saasOnly",
},
{
type: "doc",
id: "docs/managed-datahub/observe/custom-sql-assertions",
className: "saasOnly",
},
{
type: "doc",
id: "docs/managed-datahub/observe/column-assertions",
className: "saasOnly",
},
],
},
{
Expand Down Expand Up @@ -606,7 +624,6 @@ module.exports = {
{
type: "doc",
id: "docs/managed-datahub/chrome-extension",
className: "saasOnly",
},
{
"Managed DataHub Release History": [
Expand Down
2 changes: 0 additions & 2 deletions docs/managed-datahub/chrome-extension.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
description: Learn how to upload and use the Acryl DataHub Chrome extension (beta) locally before it's available on the Chrome store.
---
import FeatureAvailability from '@site/src/components/FeatureAvailability';

# Acryl DataHub Chrome Extension
<FeatureAvailability saasOnly />

## Installing the Extension

Expand Down

0 comments on commit 649f6d0

Please sign in to comment.