From 4d3067e139e007a20c371f5bc97fd2966036faba Mon Sep 17 00:00:00 2001 From: John S Date: Fri, 2 Oct 2020 13:02:11 -0500 Subject: [PATCH] Docs: Refactor inconsistent unordered lists (#27826) * Docs: Refactor inconsistent unordered lists * add requested changes * Update docs/sources/linking/data-link-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/http_api/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/guides/whats-new-in-v6-0.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * resolve weird line breaks * revert unintentional change * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/1-bug_report.md | 6 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CHANGELOG.md | 514 +++++++++--------- CODE_OF_CONDUCT.md | 20 +- ISSUE_TRIAGE.md | 20 +- MAINTAINERS.md | 12 +- WORKFLOW.md | 46 +- contribute/developer-guide.md | 4 +- .../documentation-markdown-guide.md | 36 +- .../style-guides/documentation-style-guide.md | 94 ++-- contribute/templates/README.md | 18 +- .../templates/doc-reference-template.md | 6 +- devenv/README.md | 6 +- devenv/docker/blocks/collectd/README.md | 28 +- devenv/docker/ha_test/README.md | 12 +- docs/sources/administration/metrics.md | 12 +- docs/sources/auth/auth-proxy.md | 26 +- docs/sources/auth/ldap.md | 10 +- docs/sources/dashboards/shortcuts.md | 8 +- docs/sources/developers/contribute.md | 26 +- docs/sources/enterprise/_index.md | 42 +- docs/sources/enterprise/license-expiration.md | 8 +- docs/sources/enterprise/reporting.md | 36 +- docs/sources/enterprise/saml.md | 30 +- docs/sources/enterprise/team-sync.md | 14 +- docs/sources/enterprise/vault.md | 6 +- docs/sources/features/datasources/_index.md | 26 +- docs/sources/features/datasources/loki.md | 30 +- .../getting-started/getting-started.md | 22 +- docs/sources/guides/whats-new-in-v3.md | 10 +- docs/sources/guides/whats-new-in-v4-2.md | 10 +- docs/sources/guides/whats-new-in-v4-4.md | 14 +- docs/sources/guides/whats-new-in-v4-5.md | 24 +- docs/sources/guides/whats-new-in-v4-6.md | 48 +- docs/sources/guides/whats-new-in-v5-1.md | 18 +- docs/sources/guides/whats-new-in-v6-0.md | 6 +- docs/sources/http_api/_index.md | 50 +- docs/sources/installation/debian.md | 4 +- docs/sources/installation/docker.md | 6 +- docs/sources/installation/rpm.md | 16 +- docs/sources/installation/windows.md | 8 +- docs/sources/linking/data-link-variables.md | 20 +- docs/sources/panels/inspect-panel.md | 18 +- docs/sources/panels/queries.md | 8 +- docs/sources/panels/thresholds.md | 38 +- packages/grafana-toolkit/CHANGELOG.md | 10 +- packages/grafana-ui/CHANGELOG.md | 10 +- packaging/docker/README.md | 36 +- scripts/build/ci-build/README.md | 10 +- 49 files changed, 737 insertions(+), 747 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md index 5d0079d412a..9bec0f924e8 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.md +++ b/.github/ISSUE_TEMPLATE/1-bug_report.md @@ -9,9 +9,9 @@ Please use this template to create your bug report. By providing as much info as PROTIP: record your screen and attach it as a gif to showcase the issue. -* Questions should be posted to: https://community.grafana.com -* Use query inspector to troubleshoot issues: https://bit.ly/2XNF6YS -* How to record and attach gif: https://bit.ly/2Mi8T6K +- Questions should be posted to: https://community.grafana.com +- Use query inspector to troubleshoot issues: https://bit.ly/2XNF6YS +- How to record and attach gif: https://bit.ly/2Mi8T6K --> **What happened**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c40e410025d..ecbcbdbadae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Thank you for sending a pull request! Here are some tips: