diff --git a/docs/about.md b/docs/about.md new file mode 100644 index 0000000..b6cbc2d --- /dev/null +++ b/docs/about.md @@ -0,0 +1 @@ +welcome \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index be4ed61..31cf397 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,16 @@ # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json -site_name: My Docs +site_name: ORDA theme: - name: material + name: readthedocs + highlightjs: true + hljs_languages: + - yaml + - rust + - python + - go + - js + - c++ + - C# +nav: + - Главная: index.md + - О проекте: about.md \ No newline at end of file