Skip to content
Merged
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
49 changes: 37 additions & 12 deletions .github/zensical.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
[project]
site_name = "Sodium"
site_url = "https://psmodule.io/Sodium/"
repo_name = "PSModule/Sodium"
repo_url = "https://github.com/PSModule/Sodium"
edit_uri = "edit/main/"
copyright = "Copyright © 2023 - 2025 PSModule"

[project.theme]
variant = "classic"
language = "en"
font.text = "Mona Sans"
font.code = "Source Code Pro"
logo = "Assets/icon.png"
favicon = "Assets/icon.png"
features = [
"announce.dismiss",
"content.action.edit",
"content.action.view",
"content.code.annotate",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.instant.preview",
"navigation.instant.progress",
"navigation.indexes",
"navigation.footer",
"navigation.top",
"navigation.tracking",
"navigation.expand",
"search.suggest",
"search.highlight",
"content.code.copy"
"search.share",
"content.code.copy",
"content.tooltips",
"toc.follow"
]

[[project.theme.palette]]
Expand All @@ -29,41 +43,52 @@ toggle.name = "Switch to dark mode"
media = "(prefers-color-scheme: dark)"
scheme = "slate"
primary = "black"
accent = "green"
accent = "light blue"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"

[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
primary = "indigo"
accent = "green"
primary = "black"
accent = "light blue"
toggle.icon = "lucide/sun"
toggle.name = "Switch to system preference"

[project.theme.icon]
repo = "fontawesome/brands/github"
repo = "material/github"
link = "material/link-variant"

[project.plugins.meta]

[project.plugins.search]

[project.markdown_extensions.toc]
permalink = true
permalink = "#"

[project.markdown_extensions.attr_list]
[project.markdown_extensions.abbr]
[project.markdown_extensions.admonition]
[project.markdown_extensions.def_list]
[project.markdown_extensions.footnotes]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.tables]
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.superfences]
[project.markdown_extensions.pymdownx.tasklist]
custom_checkbox = true

[[project.extra.social]]
icon = "fontawesome/brands/discord"
link = "https://discord.gg/jedJWCPAhD"
name = "PSModule on Discord"

[[project.extra.social]]
icon = "material/powershell"
link = "https://www.powershellgallery.com/profiles/PSModule.io"
name = "PSModule on the PowerShell Gallery"

[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/PSModule/"
name = "PSModule on GitHub"

[project.extra.consent]
title = "Cookie consent"
description = "We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better."
actions = ["accept", "reject"]
Loading