Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/json5-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loliveiracodacy authored Jan 5, 2024
2 parents d1d0c62 + fbff9d4 commit 33edb87
Show file tree
Hide file tree
Showing 15 changed files with 473 additions and 295 deletions.
48 changes: 1 addition & 47 deletions material/assets/images/codacy-docs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion material/assets/images/codacy-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions material/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.57114a05.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.5845d53c.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.5845d53c.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.d593da4b.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.d593da4b.min.css.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.4d9fb3f3.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.4d9fb3f3.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.936ed772.min.css",
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.936ed772.min.css.map"
}
3 changes: 3 additions & 0 deletions material/assets/stylesheets/main.4d9fb3f3.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.4d9fb3f3.min.css.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions material/assets/stylesheets/main.d593da4b.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.d593da4b.min.css.map

This file was deleted.

23 changes: 20 additions & 3 deletions material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d593da4b.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4d9fb3f3.min.css' | url }}">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.936ed772.min.css' | url }}">
{% endif %}
Expand Down Expand Up @@ -127,11 +127,28 @@
<div class="md-main__inner">
<div class="md-content">
<article class="md-content__inner md-typeset">
{% if config.extra.preview_pull_request or config.extra.preview_branch %}
<div class="admonition important" style="margin-top:0">
<div class="admonition-title">
{% if config.extra.preview_pull_request %}
This documentation is a preview of the pull request
<a href="{{ config.repo_url }}/pull/{{ config.extra.preview_pull_request }}">#{{ config.extra.preview_pull_request }}</a>
{% else %}
This documentation is a preview of the branch
<code><a href="{{ config.repo_url }}/tree/{{ config.extra.preview_branch }}">{{ config.extra.preview_branch }}</a></code>
{% endif %}
</div>
<p>
For the latest updates and improvements in production,
open <a href="https://docs.codacy.com/">docs.codacy.com</a> instead.
</p>
</div>
{% endif %}
{% if config.extra.self_hosted %}
<div class="admonition important" style="margin-top:0">
<div class="admonition-title">This documentation applies to Codacy Self-hosted
{% if config.extra.version %}
v{{ config.extra.version }}
{% if config.extra.codacy_self_hosted_version %}
v{{ config.extra.codacy_self_hosted_version }}
{% endif %}
</div>
<p>
Expand Down
Loading

0 comments on commit 33edb87

Please sign in to comment.