Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus2k2 committed Jun 18, 2024
1 parent 9b6c7dd commit 90aa1cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
network_mode: host
volumes:
- .:/docs
command: serve -a localhost:8005 --config-file=mkdocs.en.yml
command: serve -a localhost:8005 --config-file=mkdocs.pt.yml

# sudo docker compose up -d --force-recreate
# sudo docker compose up --force-recreate
2 changes: 1 addition & 1 deletion mkdocs.pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ theme:
logo: assets/logo.png

direction: ltr
language: en
language: pt-BR
palette:
- media: '(prefers-color-scheme: dark)'
scheme: default
Expand Down
1 change: 0 additions & 1 deletion overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ <h2>

<div class="services-section">

<!-- make dependent on the config language -->
{% if config.theme.language == 'en' %}
<h2 class="section-title">Recent</h2>
{% endif %}
Expand Down

0 comments on commit 90aa1cf

Please sign in to comment.