Docs: init redoc internal rest inspired docs

This commit is contained in:
Johannes Kirschbauer
2025-07-04 12:43:01 +02:00
parent dc4733d0d0
commit 38b8722e2e
7 changed files with 59 additions and 11 deletions

View File

@@ -127,7 +127,12 @@
packages = {
docs = pkgs.python3.pkgs.callPackage ./default.nix {
clan-core = self;
inherit (self'.packages) clan-cli-docs docs-options inventory-api-docs;
inherit (self'.packages)
clan-cli-docs
docs-options
inventory-api-docs
clan-lib-openapi
;
inherit (inputs) nixpkgs;
inherit module-docs;
inherit asciinema-player-js;