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

docs: improve docs by using code-styled markdown #260

Merged
merged 10 commits into from
Jul 4, 2024

Conversation

matifali
Copy link
Member

@matifali matifali commented Jul 4, 2024

backports d2e2d96 to https://github.com/coder/terraform-provider-coder/tree/release/1.0

We can patch v1.0.1 so users can benefit from the docs improvement.

@@ -16,7 +16,7 @@ func gitAuthDataSource() *schema.Resource {
SchemaVersion: 1,

DeprecationMessage: "Use the `coder_external_auth` data source instead.",
Description: "Use this data source to require users to authenticate with a Git provider prior to workspace creation. This can be used to perform an authenticated `git clone` in startup scripts.",
Description: "~> **Deprecated**\nUse the `coder_external_auth` data source instead.\n\nUse this data source to require users to authenticate with a Git provider prior to workspace creation. This can be used to perform an authenticated `git clone` in startup scripts.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does ~> do here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@matifali matifali mentioned this pull request Jul 4, 2024
29 tasks
@matifali matifali merged commit d207016 into release/1.0 Jul 4, 2024
25 checks passed
@matifali matifali deleted the matifali/improvedocs branch July 4, 2024 16:35
@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants