Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding EE tip for docs #11434

Merged
merged 16 commits into from
May 13, 2023
Merged

feat: Adding EE tip for docs #11434

merged 16 commits into from
May 13, 2023

Conversation

Chasen-Zhang
Copy link
Member

@Chasen-Zhang Chasen-Zhang commented May 13, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

image

I have encapsulated a component that can be imported when needed.

How to use(eg.)

@soyeric128 In markdown:

import EEFeature from '@site/src/components/EEFeature';

<EEFeature featureName='featureName'/>

image

Component Props:

{
  featureTitle?: string; // default value: ENTERPRISE EDITION FEATURE
  featureName: string;
  wholeDesc?: string;
}

Closes #issue

@vercel
Copy link

vercel bot commented May 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
databend ⬜️ Ignored (Inspect) Visit Preview May 13, 2023 9:39am

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label May 13, 2023
@Chasen-Zhang Chasen-Zhang changed the title feat: Adding ee tip for docs feat: Adding EE tip for docs May 13, 2023
@BohuTANG BohuTANG merged commit 50a4930 into databendlabs:main May 13, 2023
andylokandy pushed a commit to andylokandy/databend that referenced this pull request Nov 27, 2023
* fix: Highlight blog code

* fix: video styles

* feat: add community for docpages

* fix: styles

* fix: typos

* fix(styles): Adding menu overflow-y

* feat: add EE tip for docs

* fix: props
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants