Skip to content

Commit

Permalink
Changing to material
Browse files Browse the repository at this point in the history
  • Loading branch information
zyronix committed Jan 15, 2025
1 parent a7c4f95 commit e98aafb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs
pip install markdown-callouts
pip install mkdocs markdown-callouts mkdocs-material
sudo apt-get update
sudo apt-get install -y lftp
Expand Down
2 changes: 2 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changelog

# v0.14.3 -> v0.14.4


Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_url: https://docs.hashtopolis.org
repo_url: https://github.com/hashtopolis/server
docs_dir: doc
theme:
name: readthedocs
name: material
edit_uri: blob/docs/doc/ # Edit the URL to the static branch and folder
markdown_extensions:
- github-callouts # Add the ability of notes, warnings, etc.
Expand Down

0 comments on commit e98aafb

Please sign in to comment.