-
Notifications
You must be signed in to change notification settings - Fork 178
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
doc: Adds import block syntax and use L2 heading to show in sidebar #2930
Conversation
…tion and use `import` block syntax
@@ -34,7 +34,7 @@ export MONGODB_ATLAS_ENABLE_PREVIEW="true" | |||
|
|||
trap 'rm -R docs-out/' EXIT # temp dir cleanup when script exits | |||
|
|||
tfplugindocs generate --tf-version "${TF_VERSION}" --website-source-dir "${TEMPLATE_FOLDER_PATH}" --rendered-website-dir "docs-out" | |||
tfplugindocs generate --tf-version "${TF_VERSION}" --website-source-dir "${TEMPLATE_FOLDER_PATH}" --rendered-website-dir "docs-out" --provider-name "mongodbatlas" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Supports running from a directory that doesn't use the conventional folder name of terraform-provider-mongodbatlas
APIx bot: a message has been sent to Docs Slack channel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy! |
@@ -212,7 +212,7 @@ Read-Only: | |||
|
|||
- `valid` (Boolean) Flag that indicates whether the Google Cloud Key Management Service (KMS) encryption key can encrypt and decrypt data. | |||
|
|||
# Import | |||
## Import |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EspenAlbert good catch!
I don't know if it's easy to see if it's happening in other docs, e.g. search string " #" only appears in first line of the docs
Description
Adds import block syntax and fixes indent level of heading (see image below)
Link to any related issue(s): CLOUDP-273976 #2550
Type of change:
Required Checklist:
Further comments