Skip to content

Commit

Permalink
adjust docs announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Dec 2, 2023
1 parent 07728a4 commit 2f753e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
mkdocs-material-
- run: pip install -r requirements.txt
working-directory: docs
- run: mkdocs build --verbose --strict
# - run: mkdocs build --verbose --strict
- run: mkdocs build --verbose
working-directory: docs
- uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}

{% block announce %}
Lavalink docs are currently work in progress. You can give us feedback on <a href="https://github.com/lavalink-devs/Lavalink">GitHub</a>
The Lavalink docs are currently a work in progress. You can give us feedback on <a href="https://github.com/lavalink-devs/Lavalink">GitHub</a>
{% endblock %}

0 comments on commit 2f753e2

Please sign in to comment.