From e4b7adeb0ff2f2cfa9750eac2489674038aeb1b1 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Fri, 27 Sep 2024 22:18:44 -0700 Subject: [PATCH] docs(mkdocs): add bar reference link to nav --- justfile | 2 ++ mkdocs.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/justfile b/justfile index e17e60f3..ea540006 100644 --- a/justfile +++ b/justfile @@ -50,3 +50,5 @@ schemagen: cargo run --package komorebic -- application-specific-configuration-schema > schema.asc.json cargo run --package komorebi-bar -- --schema > schema.bar.json generate-schema-doc .\schema.json --config template_name=js_offline --config minify=false .\static-config-docs\ + generate-schema-doc .\schema.bar.json --config template_name=js_offline --config minify=false .\bar-config-docs\ + mv .\bar-config-docs\schema.bar.html .\bar-config-docs\schema.html diff --git a/mkdocs.yml b/mkdocs.yml index a4d7218f..046644e2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -73,6 +73,7 @@ nav: - Release notes: - release/v0-1-22.md - Configuration reference: https://komorebi.lgug2z.com/schema + - Bar reference: https://komorebi-bar.lgug2z.com/schema - CLI reference: - cli/quickstart.md - cli/start.md