docs: setup mkdocs.
This commit is contained in:
BIN
docs/assets/favicon.ico
Normal file
BIN
docs/assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
BIN
docs/assets/logo.png
Normal file
BIN
docs/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
1
docs/index.md
Normal file
1
docs/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# DebugInfo
|
||||
72
mkdocs.yml
Normal file
72
mkdocs.yml
Normal file
@@ -0,0 +1,72 @@
|
||||
site_name: Bedrock DebugInfo
|
||||
site_url: https://bedrockdebug.info/
|
||||
repo_url: https://github.com/liteldev-free/DebugInfo
|
||||
edit_uri: edit/main/docs/
|
||||
repo_name: liteldev-free/DebugInfo
|
||||
theme:
|
||||
name: material
|
||||
logo: assets/logo.png
|
||||
favicon: assets/favicon.ico
|
||||
language: en
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.instant.progress
|
||||
- navigation.tracking
|
||||
- navigation.tabs
|
||||
- navigation.expand
|
||||
- navigation.path
|
||||
- navigation.top
|
||||
- navigation.footer
|
||||
- toc.integrate
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- content.action.edit
|
||||
palette:
|
||||
- media: "(prefers-color-scheme)"
|
||||
toggle:
|
||||
icon: material/brightness-auto
|
||||
name: Switch to light mode
|
||||
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
primary: teal
|
||||
accent: green
|
||||
toggle:
|
||||
icon: material/lightbulb
|
||||
name: Switch to dark mode
|
||||
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
primary: teal
|
||||
accent: green
|
||||
toggle:
|
||||
icon: material/lightbulb-outline
|
||||
name: Switch to system preference
|
||||
plugins:
|
||||
- git-revision-date-localized:
|
||||
enabled: true
|
||||
enable_creation_date: true
|
||||
- git-committers:
|
||||
enabled: true
|
||||
repository: liteldev-free/DebugInfo
|
||||
branch: main
|
||||
extra:
|
||||
alternate:
|
||||
- name: English
|
||||
link: /en/
|
||||
lang: en
|
||||
- name: 简体中文
|
||||
link: /zh/
|
||||
lang: zh
|
||||
version:
|
||||
provider: mike
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/liteldev-free
|
||||
- icon: fontawesome/brands/discord
|
||||
link: https://discord.com/
|
||||
- icon: fontawesome/brands/telegram
|
||||
link: https://telegram.org
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
copyright: Copyright © 2025 - present Open LiteLDev
|
||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
mkdocs-material==9.6.7
|
||||
mkdocs-git-revision-date-localized-plugin==1.4.1
|
||||
mkdocs-git-committers-plugin-2==2.5.0
|
||||
Reference in New Issue
Block a user