Skip to content

Commit

Permalink
readme, and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeTechG committed Nov 16, 2023
1 parent 797e68c commit 64ab5b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
install:
1. read https://www.mkdocs.org/user-guide/installation/
2. `pip install mkdocs-material`

test: `mkdocs serve`

build: ```mkdocs gh-deploy --force```
9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
site_name: LDYOM Docs
site_url: https://getechg.github.io/LDYOM_DOC/

nav:
- Русский:
- Индекс: /ru
- Индекс: ru
- English:
- Index: /en
- Index: en

theme:
name: material
Expand Down Expand Up @@ -42,8 +43,8 @@ plugins:
extra:
alternate:
- name: English
link: /en/
link: en
lang: en
- name: Русский
link: /ru/
link: ru
lang: ru

0 comments on commit 64ab5b4

Please sign in to comment.