kopia lustrzana https://github.com/linuxserver/docker-documentation
Update mkdocs
rodzic
135a3e6d3b
commit
0c7126faed
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"name": "LinuxServer.io",
|
|
||||||
"short_name": "ls.io",
|
|
||||||
"description": "Welcome to the home of the LinuxServer.io documentation!",
|
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media",
|
|
||||||
"sizes": "256x256",
|
|
||||||
"type": "image/png"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"theme_color": "#546d78",
|
|
||||||
"background_color": "#ffffff",
|
|
||||||
"display": "standalone"
|
|
||||||
}
|
|
|
@ -1,3 +1,3 @@
|
||||||
mkdocs>=1.1.2
|
mkdocs-material==8.5.10
|
||||||
mkdocs-material>=6.1.0
|
mkdocs-minify-plugin==0.6.1
|
||||||
mkdocs-redirects>=1.0.1
|
mkdocs-redirects==1.2.0
|
||||||
|
|
54
mkdocs.yml
54
mkdocs.yml
|
@ -1,35 +1,47 @@
|
||||||
---
|
|
||||||
site_name: LinuxServer.io
|
site_name: LinuxServer.io
|
||||||
site_description: Welcome to the home of the LinuxServer.io documentation!
|
|
||||||
site_author: LinuxServer.io
|
|
||||||
site_url: https://docs.linuxserver.io
|
site_url: https://docs.linuxserver.io
|
||||||
|
site_author: LinuxServer.io
|
||||||
|
site_description: Welcome to the home of the LinuxServer.io documentation!
|
||||||
|
|
||||||
repo_url: https://github.com/linuxserver/docker-documentation
|
|
||||||
repo_name: linuxserver/docker-documentation
|
repo_name: linuxserver/docker-documentation
|
||||||
|
repo_url: https://github.com/linuxserver/docker-documentation
|
||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
|
|
||||||
copyright: Copyright © 2021 LinuxServer.io
|
copyright: Copyright © 2022 LinuxServer.io
|
||||||
|
|
||||||
extra:
|
|
||||||
manifest: manifest.webmanifest
|
|
||||||
social:
|
|
||||||
- icon: fontawesome/brands/github-square
|
|
||||||
link: https://github.com/linuxserver
|
|
||||||
- icon: fontawesome/brands/gitlab
|
|
||||||
link: https://gitlab.com/linuxserver.io
|
|
||||||
- icon: fontawesome/brands/twitter-square
|
|
||||||
link: https://twitter.com/linuxserverio
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- search
|
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
language: en
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
language: en
|
|
||||||
favicon: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
|
|
||||||
logo: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
|
|
||||||
palette:
|
palette:
|
||||||
|
- media: "(prefers-color-scheme: light)"
|
||||||
|
scheme: default
|
||||||
primary: purple
|
primary: purple
|
||||||
accent: indigo
|
accent: indigo
|
||||||
|
toggle:
|
||||||
|
icon: material/toggle-switch-off-outline
|
||||||
|
name: Switch to dark mode
|
||||||
|
- media: "(prefers-color-scheme: dark)"
|
||||||
|
scheme: slate
|
||||||
|
primary: purple
|
||||||
|
accent: indigo
|
||||||
|
toggle:
|
||||||
|
icon: material/toggle-switch
|
||||||
|
name: Switch to light mode
|
||||||
|
favicon: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
|
||||||
|
logo: https://gblobscdn.gitbook.com/spaces%2F-LWuIse8qFJj2MqDi90T%2Favatar-1590244439115.png?alt=media
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
- minify:
|
||||||
|
minify_html: true
|
||||||
|
|
||||||
|
extra:
|
||||||
|
social:
|
||||||
|
- icon: fontawesome/brands/square-github
|
||||||
|
link: https://github.com/linuxserver
|
||||||
|
- icon: fontawesome/brands/square-gitlab
|
||||||
|
link: https://gitlab.com/linuxserver.io
|
||||||
|
- icon: fontawesome/brands/square-twitter
|
||||||
|
link: https://twitter.com/linuxserverio
|
||||||
|
|
Ładowanie…
Reference in New Issue