Skip to content

Commit

Permalink
clean: Remove page "How do I manually force a repository update?" (#836)
Browse files Browse the repository at this point in the history
Merged the information from that page with the related page
"How long does it take for my repository to be analyzed?"
  • Loading branch information
Paulo Ribeiro committed Sep 8, 2021
1 parent 12aed27 commit 2aadd0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Codacy usually takes under 5 minutes to analyze your repository, however it may take longer as this depends on the size of your repository.

If your analysis is taking a lot of time, you can [manually force a repository update](../repositories/how-do-i-manually-force-a-repository-update.md).
Codacy relies on post-commit hooks sent by your Git provider to trigger the analysis after each push to the repository, so if your analysis is taking a lot of time to start [check that the Post-Commit Hook integration for your repository is enabled](../../repositories-configure/integrations/post-commit-hooks.md).

This file was deleted.

6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ plugins:
"hc/en-us/articles/207994735-Supported-Languages.md": "getting-started/supported-languages-and-tools.md"
"hc/en-us/articles/207994765.md": "faq/repositories/what-are-the-different-grades-and-how-are-they-calculated.md"
"hc/en-us/articles/207994765-What-are-the-different-Grades-and-how-are-they-calculated-.md": "faq/repositories/what-are-the-different-grades-and-how-are-they-calculated.md"
"hc/en-us/articles/207994825.md": "faq/repositories/how-do-i-manually-force-a-repository-update.md"
"hc/en-us/articles/207994825-How-do-I-manually-force-a-repository-update-.md": "faq/repositories/how-do-i-manually-force-a-repository-update.md"
"hc/en-us/articles/207994825.md": "faq/code-analysis/how-long-does-it-take-for-my-repository-to-be-analyzed.md"
"hc/en-us/articles/207994825-How-do-I-manually-force-a-repository-update-.md": "faq/code-analysis/how-long-does-it-take-for-my-repository-to-be-analyzed.md"
"hc/en-us/articles/207994835.md": "faq/repositories/how-do-i-migrate-a-legacy-repository-to-a-synced-organization.md"
"hc/en-us/articles/207994835-How-do-I-transfer-delete-a-repository-from-my-account-.md": "faq/repositories/how-do-i-migrate-a-legacy-repository-to-a-synced-organization.md"
"hc/en-us/articles/207994865.md": "faq/general/which-version-control-systems-does-codacy-support.md"
Expand Down Expand Up @@ -583,6 +583,7 @@ plugins:
"release-notes/cloud/cloud-release-notes-|-19-october-2018.md": "release-notes/cloud/cloud-2018-10-19.md"
"release-notes/cloud/cloud-release-notes-|-23-july-2018.md": "release-notes/cloud/cloud-2018-07-23.md"
"faq/code-analysis/how-to-configure-php-codesniffer-code-standards.md": "faq/code-analysis/how-to-configure-php-codesniffer-coding-standards.md"
"faq/repositories/how-do-i-manually-force-a-repository-update.md": "faq/code-analysis/how-long-does-it-take-for-my-repository-to-be-analyzed.md"

nav:
- Documentation home: "index.md"
Expand Down Expand Up @@ -668,7 +669,6 @@ nav:
- faq/repositories/what-are-the-different-grades-and-how-are-they-calculated.md
- faq/repositories/why-cant-i-see-or-add-my-organizations-repositories.md
- faq/repositories/how-do-i-set-codacy-as-a-required-check-to-merge-prs.md
- faq/repositories/how-do-i-manually-force-a-repository-update.md
- faq/repositories/how-do-i-reanalyze-my-repository.md
- faq/repositories/i-renamed-my-repository-on-the-git-provider.md
- faq/repositories/i-moved-my-repository-on-the-git-provider.md
Expand Down

0 comments on commit 2aadd0a

Please sign in to comment.