Добавлена документация

This commit is contained in:
FrigaT
2025-12-24 05:55:26 +03:00
parent 41986987b1
commit 833d8c80d9
14 changed files with 405 additions and 89 deletions

View File

@@ -0,0 +1,2 @@
/* Minimal styling overrides for docfx output */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; }

View File

@@ -0,0 +1,7 @@
module.exports = {
"templates": {
"global": {
"favicon": "favicon.ico"
}
}
};