Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatrixOne committed Nov 29, 2024
2 parents b1499e0 + 4666c7b commit 0dbef1a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand All @@ -28,4 +26,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-static-i18n mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

Documentation Site For Chatrix.One

* * *

[**Chatrix.One**](https://chatrix.one) - *Keep the Chatting, Skip the Tracking!*
4 changes: 4 additions & 0 deletions docs/status.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@

## Update history

### 27-11-2024

#### New Logo

### 30.10.2024

#### Update Ejabberd to version [24.10](https://github.com/processone/ejabberd/releases/tag/24.10)
Expand Down
2 changes: 2 additions & 0 deletions docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@

## История на актуализациите

### 27-11-2024 Ново лого

### 30.10.2024

#### Обновяване на Ejabberd до версия [24.10](https://github.com/processone/ejabberd/releases/tag/24.10)
Expand Down
6 changes: 3 additions & 3 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

{% block announce %}
{% if config.theme.language == 'bg' %}
<center><h4>Планирана профилактика: 23.11.2024г. 5:30 - 6:30 EET</h4></center>
<center><h4>Планирана профилактика: 28.12.2024г. 5:30 - 6:30 EET</h4></center>
{% elif config.theme.language == 'en' %}
<center><h4>Please note: The English version of this website has been generated using machine translation. While we have done our best to ensure accuracy, there may be errors or inaccuracies in the translated content. We apologize for any confusion or inconvenience this may cause. For the most accurate information, please refer to the original version of the website in its original (Bulgarian) language. Thank you for your understanding.</h4></center>
{% else %}
<center><h4>Планирана профилактика: 23.11.2024г. 5:30 - 6:30 EET</h4></center>
<center><h4>Планирана профилактика: 28.12.2024г. 5:30 - 6:30 EET</h4></center>
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit 0dbef1a

Please sign in to comment.