Подготовлена сборка mkdocs
This commit is contained in:
commit
aceeecf31f
19
.editorconfig
Normal file
19
.editorconfig
Normal file
@ -0,0 +1,19 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
root = true
|
||||
|
||||
# for all files
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
# Markdown
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
# YAML
|
||||
[*.yml]
|
||||
indent_size = 2
|
7
docs/firmware/index.md
Normal file
7
docs/firmware/index.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- прошивка
|
||||
- firmware
|
||||
---
|
||||
|
||||
# Прошивка
|
3
docs/index.md
Normal file
3
docs/index.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 🕹️ Ranko CFW
|
||||
|
||||
...
|
30
mkdocs.yml
Normal file
30
mkdocs.yml
Normal file
@ -0,0 +1,30 @@
|
||||
site_name: FC3000 by i3k
|
||||
# site_url: https://example.net/
|
||||
theme:
|
||||
name: material
|
||||
language: ru
|
||||
palette:
|
||||
scheme: slate
|
||||
primary: red
|
||||
accent: red
|
||||
features:
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
plugins:
|
||||
- offline
|
||||
- search
|
||||
- tags
|
||||
|
||||
copyright: 2025 Alexander Popov
|
||||
|
||||
nav:
|
||||
- '📃 CFW FC3000': 'index.md'
|
||||
- '💾 Прошивка': 'firmware/index.md'
|
||||
- '🗃️ Git': 'https://git.a2s.su/FC3000'
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://git.a2s.su/FC3000/docs
|
||||
name: Git
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
mkdocs==1.6.1
|
||||
mkdocs-material==9.5.50
|
||||
mkdocs-material-extensions==1.3.1
|
Loading…
Reference in New Issue
Block a user