[PR #669] [MERGED] Feature/mkdocs #1044

Closed
opened 2026-01-05 14:53:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/669
Author: @LGUG2Z
Created: 2/15/2024
Status: Merged
Merged: 2/15/2024
Merged by: @LGUG2Z

Base: masterHead: feature/mkdocs


📝 Commits (9)

  • 6f08ec1 docs(mkdocs): start building dedicated site
  • 9d3e0a0 docs(mkdocs): add index and getting started sections
  • cc4e448 feat(cli): add docgen cmd for mkdocs pages
  • daf9eed docs(mkdocs): add cli reference
  • 326a29e docs(mkdocs): link to ext jsonschema docgen
  • 9a6f831 feat(config): reduce noise in jsonschema output
  • 2e0c743 docs(mkdocs): add common workflows section
  • 10301d5 docs(readme): add references to docs website
  • 2b1f443 chore(release): v0.1.20

📊 Changes

167 files changed (+4078 additions, -2559 deletions)

View changed files

📝 Cargo.lock (+168 -188)
📝 README.md (+48 -612)
docs/cli/active-window-border-colour.md (+26 -0)
docs/cli/active-window-border-offset.md (+16 -0)
docs/cli/active-window-border-width.md (+16 -0)
docs/cli/active-window-border.md (+16 -0)
docs/cli/adjust-container-padding.md (+19 -0)
docs/cli/adjust-workspace-padding.md (+19 -0)
docs/cli/ahk-app-specific-configuration.md (+19 -0)
docs/cli/ahk-library.md (+12 -0)
docs/cli/alt-focus-hack.md (+16 -0)
docs/cli/application-specific-configuration-schema.md (+12 -0)
docs/cli/change-layout.md (+16 -0)
docs/cli/check.md (+12 -0)
docs/cli/clear-named-workspace-layout-rules.md (+16 -0)
docs/cli/clear-workspace-layout-rules.md (+19 -0)
docs/cli/close.md (+12 -0)
docs/cli/complete-configuration.md (+12 -0)
docs/cli/container-padding.md (+22 -0)
docs/cli/cross-monitor-move-behaviour.md (+18 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/669 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 2/15/2024 **Status:** ✅ Merged **Merged:** 2/15/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feature/mkdocs` --- ### 📝 Commits (9) - [`6f08ec1`](https://github.com/LGUG2Z/komorebi/commit/6f08ec1cb3614ee5be0f59fb4bed8156e7495b92) docs(mkdocs): start building dedicated site - [`9d3e0a0`](https://github.com/LGUG2Z/komorebi/commit/9d3e0a01b910155d65203b1f1be37bd1b85fca5c) docs(mkdocs): add index and getting started sections - [`cc4e448`](https://github.com/LGUG2Z/komorebi/commit/cc4e4487412be48d51c44862625340b60e01a0f5) feat(cli): add docgen cmd for mkdocs pages - [`daf9eed`](https://github.com/LGUG2Z/komorebi/commit/daf9eeded1a77e7fd7926f7cd8b9e2c97fb19bdf) docs(mkdocs): add cli reference - [`326a29e`](https://github.com/LGUG2Z/komorebi/commit/326a29e3ee577af725cfae2c4c3dd507ebe0ff42) docs(mkdocs): link to ext jsonschema docgen - [`9a6f831`](https://github.com/LGUG2Z/komorebi/commit/9a6f831d5192ad004d19c8c239afc3071be38012) feat(config): reduce noise in jsonschema output - [`2e0c743`](https://github.com/LGUG2Z/komorebi/commit/2e0c7430efd066dd9866111fd3718785256ee9df) docs(mkdocs): add common workflows section - [`10301d5`](https://github.com/LGUG2Z/komorebi/commit/10301d57d15023c1d6025d9a5b5f8ebacafb0b80) docs(readme): add references to docs website - [`2b1f443`](https://github.com/LGUG2Z/komorebi/commit/2b1f443f053d2d20775854b5c926f62372f86442) chore(release): v0.1.20 ### 📊 Changes **167 files changed** (+4078 additions, -2559 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+168 -188) 📝 `README.md` (+48 -612) ➕ `docs/cli/active-window-border-colour.md` (+26 -0) ➕ `docs/cli/active-window-border-offset.md` (+16 -0) ➕ `docs/cli/active-window-border-width.md` (+16 -0) ➕ `docs/cli/active-window-border.md` (+16 -0) ➕ `docs/cli/adjust-container-padding.md` (+19 -0) ➕ `docs/cli/adjust-workspace-padding.md` (+19 -0) ➕ `docs/cli/ahk-app-specific-configuration.md` (+19 -0) ➕ `docs/cli/ahk-library.md` (+12 -0) ➕ `docs/cli/alt-focus-hack.md` (+16 -0) ➕ `docs/cli/application-specific-configuration-schema.md` (+12 -0) ➕ `docs/cli/change-layout.md` (+16 -0) ➕ `docs/cli/check.md` (+12 -0) ➕ `docs/cli/clear-named-workspace-layout-rules.md` (+16 -0) ➕ `docs/cli/clear-workspace-layout-rules.md` (+19 -0) ➕ `docs/cli/close.md` (+12 -0) ➕ `docs/cli/complete-configuration.md` (+12 -0) ➕ `docs/cli/container-padding.md` (+22 -0) ➕ `docs/cli/cross-monitor-move-behaviour.md` (+18 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:54 +01:00
adam closed this issue 2026-01-05 14:53:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1044