Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
node_modules/
dist/
site/
.venv-docs/
*.tsbuildinfo
*.tgz
.env
Expand Down
Binary file added docs/assets/cipherlogger_logo_mono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/assets/cipherlogger_logo_mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ 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

# 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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions zensical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading