You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -110,17 +110,17 @@ Create pull requests to make changes to the documentation:
110
110
111
111
A [GitHub workflow](https://github.com/codacy/docs/blob/master/.github/workflows/mkdocs.yml) automatically deploys the generated HTML to GitHub Pages on every push to `master` or to the release branches `release/v*`.
112
112
113
-
**Never use mkdocs directly to deploy the documentation**, since that would overwrite the contents of the `gh-pages` branch and we would lose the multiple versions of the documentation.
113
+
**Never use mkdocs directly to deploy the documentation**, since that would overwrite the contents of the `gh-pages` branch and remove the multiple versions of the documentation.
114
114
115
115
## Releasing a new Codacy Self-hosted documentation version
116
116
117
-
We must release a new version of the documentation when there is a new **major or minor** version release of the [Codacy Self-hosted chart](https://github.com/codacy/chart). This involves updating the chart and codacy-coverage-reporter submodule documentation on the Latest version of the documentation and creating a dedicated documentation version for the new release.
117
+
It's necessary to release a new version of the documentation when there is a new **major or minor** version release of the [Codacy Self-hosted chart](https://github.com/codacy/chart). This involves updating the chart and <span class="skip-vale">codacy-coverage-reporter</span> submodule documentation on the Latest version of the documentation and creating a dedicated documentation version for the new release.
118
118
119
119
### Updating the Latest documentation version
120
120
121
-
First, update the Latest documentation version with the latest chart and codacy-coverage-reporter documentation:
121
+
First, update the Latest documentation version with the latest chart and <span class="skip-vale">codacy-coverage-reporter</span> documentation:
122
122
123
-
1. Create a new branch and pull the latest changes from the `master` branch of the chart and codacy-coverage-reporter submodules.
123
+
1. Create a new branch and pull the latest changes from the `master` branch of the chart and <span class="skip-vale">codacy-coverage-reporter</span> submodules.
124
124
125
125
```bash
126
126
git checkout -b feature/update-submodules
@@ -135,7 +135,7 @@ First, update the Latest documentation version with the latest chart and codacy-
135
135
136
136
1. Edit the file [`mkdocs.yml`](mkdocs.yml) and update the value of the variable `extra.version` to the new version of the chart.
137
137
138
-
1. Build the documentation and make sure that the changes for the new chart and codacy-coverage-reporter versions are correct.
138
+
1. Build the documentation and make sure that the changes for the new chart and <span class="skip-vale">codacy-coverage-reporter</span> versions are correct.
139
139
140
140
1. Open a pull request with the changes and merge the branch into `master`.
141
141
@@ -163,7 +163,7 @@ After updating the Latest documentation version, you're ready to create a new Co
163
163
cd ../..
164
164
```
165
165
166
-
1. Pull the correct codacy-coverage-reporter tag for this Codacy Self-hosted version.
166
+
1. Pull the correct <span class="skip-vale">codacy-coverage-reporter</span> tag for this Codacy Self-hosted version.
167
167
168
168
```bash
169
169
cd submodules/codacy-coverage-reporter
@@ -173,13 +173,13 @@ After updating the Latest documentation version, you're ready to create a new Co
173
173
174
174
1. Edit the file `mkdocs.yml` and make sure that the value of the variable `extra.version` is set to the new version of the chart.
175
175
176
-
1. Delete the release notes from the release branch, since we only publish the release notes on the Latest or main version of the documentation:
176
+
1. Delete the release notes from the release branch, since it's only necessary to publish the release notes on the Latest or main version of the documentation:
177
177
178
178
- Delete the folder `docs/release-notes`
179
179
180
180
- Delete all lines on `mkdocs.yml` that reference the removed files
181
181
182
-
1. Build the documentation and make sure that the changes for the new chart and codacy-coverage-reporter versions are correct.
182
+
1. Build the documentation and make sure that the changes for the new chart and <span class="skip-vale">codacy-coverage-reporter</span> versions are correct.
183
183
184
184
1. Push the new branch and check that the GitHub workflow deploys the new documentation version under `https://docs.codacy.com/v<MAJOR>.<MINOR>`.
Contributions to the documentation are very welcome!
9
+
Contributions to the documentation are <spanclass="skip-vale">very</span> welcome!
10
10
11
11
See [CONTRIBUTING.md](CONTRIBUTING.md) to:
12
12
@@ -16,7 +16,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) to:
16
16
17
17
By participating in this project you are expected to adhere to the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
18
18
19
-
## What is Codacy
19
+
## <spanclass="skip-vale">What is</span> Codacy
20
20
21
21
[Codacy](https://www.codacy.com/) is an automated code review tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in code reviews.
0 commit comments