From 2aeb1bc44581ad33d8f9fdf8ab6b8f1ba2834dcf Mon Sep 17 00:00:00 2001 From: Tech Support Date: Mon, 30 Sep 2024 12:22:09 +0000 Subject: [PATCH] Update mkdocs.yml, .drone.yml, requirements.txt --- .drone.yml | 2 +- mkdocs.yml | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6a961e6..0e138ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: build steps: - name: build - image: squidfunk/mkdocs-material:latest + image: squidfunk/mkdocs-material:9.5 volumes: - name: site path: /site diff --git a/mkdocs.yml b/mkdocs.yml index 6c53c84..62cf47b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,7 +61,7 @@ nav: - Home: index.md - Hardware: - hardware/index.md - - Computers: + - Servers: - hardware/computers/index.md - hardware/computers/290-g1.md - hardware/computers/optiplex-7040.md diff --git a/requirements.txt b/requirements.txt index d6c76d4..f3d0e4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mkdocs~=1.5 -markdown~=3.4 \ No newline at end of file +mkdocs~=1.6.1 +markdown~=3.7 \ No newline at end of file