diff --git a/.gitignore b/.gitignore index fb7f02d..fef3d21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ node_modules/ dist/ +site/ +.venv-docs/ *.tsbuildinfo *.tgz .env diff --git a/docs/assets/cipherlogger_logo_mono.png b/docs/assets/cipherlogger_logo_mono.png new file mode 100644 index 0000000..0c35d20 Binary files /dev/null and b/docs/assets/cipherlogger_logo_mono.png differ diff --git a/docs/assets/cipherlogger_logo_mono.svg b/docs/assets/cipherlogger_logo_mono.svg new file mode 100644 index 0000000..88cdc03 --- /dev/null +++ b/docs/assets/cipherlogger_logo_mono.svg @@ -0,0 +1,12 @@ + +CipherLogger monochrome logo +A black rounded square badge with a white ring open on the right side like the letter C, and a small white cursor bar filling part of the gap, evoking both a cipher lock and a terminal prompt. + + + + + + + + + \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 28928ce..99f4272 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,7 +10,7 @@ site_description: >- # Repository repo_name: cipherunits/CipherLogger repo_url: https://github.com/cipherunits/CipherLogger -edit_uri: edit/main/docs/docs/ +edit_uri: edit/main/docs/ # Copyright copyright: Copyright © 2026 Cipher-Unit @@ -18,8 +18,8 @@ copyright: Copyright © 2026 Cipher-Unit # Configuration theme: name: material - logo: assets/logo.png - favicon: assets/logo.png + logo: assets/cipherlogger_logo_mono.svg + favicon: assets/cipherlogger_logo_mono.svg icon: repo: fontawesome/brands/github palette: diff --git a/package.json b/package.json index b23990c..d5f76b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cipher-logger", - "version": "1.5.0", + "version": "1.5.1", "description": "See every request. Capture every error. Understand your application.", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/zensical.toml b/zensical.toml index 61ed4b3..6912571 100644 --- a/zensical.toml +++ b/zensical.toml @@ -9,7 +9,7 @@ copyright = "Copyright © 2026 Cipher Unit" repo_url = "https://github.com/cipherunits/CipherLogger" repo_name = "cipherunits/CipherLogger" -edit_uri = "edit/main/docs/docs/" +edit_uri = "edit/main/docs/" docs_dir = "docs" site_dir = "site" @@ -38,8 +38,8 @@ features = [ language = "en" [project.theme] -logo = "assets/cipherlogger_logo_mono.png" -favicon = "assets/cipherlogger_logo_mono.png" +logo = "assets/cipherlogger_logo_mono.svg" +favicon = "assets/cipherlogger_logo_mono.svg" icon.repo = "fontawesome/brands/github" font.text = "Roboto" font.code = "Fira Code"