Skip to content

Commit

Permalink
added changes in all config to ignore just deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mohini-crl committed Oct 25, 2024
1 parent 90be0c6 commit 7b5716b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/current/_config_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ plugins:
- jekyll-minifier
- jekyll-get-json
sass:
quiet_deps: 'true'
quiet_deps: true
sass_dir: css
style: compressed
logger:
quiet_deps: true
quiet_deprecation: true # Suppresses deprecation warnings

site_title: CockroachDB Docs
2 changes: 1 addition & 1 deletion src/current/_includes/main-menu-serverless.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h2 class="mb-0">
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">Resources</a>
aria-expanded="false">Resources test</a>
<div class="dropdown-menu w-100 p-45" aria-labelledby="navbarDropdown">
{% include_cached nav-resources.html %}
</div>
Expand Down
5 changes: 5 additions & 0 deletions src/interactive-tutorials/_config_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ sass:
quiet: true
sass_dir: css
style: compressed
logger:
quiet_deps: true
quiet_deprecation: true # Suppresses deprecation warnings


site_title: CockroachDB Docs

0 comments on commit 7b5716b

Please sign in to comment.