Update mkdocs.yml, .drone.yml, requirements.txt
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
b6dab3747d
commit
2aeb1bc445
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ type: docker
|
||||||
name: build
|
name: build
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: squidfunk/mkdocs-material:latest
|
image: squidfunk/mkdocs-material:9.5
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /site
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Hardware:
|
- Hardware:
|
||||||
- hardware/index.md
|
- hardware/index.md
|
||||||
- Computers:
|
- Servers:
|
||||||
- hardware/computers/index.md
|
- hardware/computers/index.md
|
||||||
- hardware/computers/290-g1.md
|
- hardware/computers/290-g1.md
|
||||||
- hardware/computers/optiplex-7040.md
|
- hardware/computers/optiplex-7040.md
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
mkdocs~=1.5
|
mkdocs~=1.6.1
|
||||||
markdown~=3.4
|
markdown~=3.7
|
||||||
Loading…
Add table
Add a link
Reference in a new issue