[ extras: [ {"README.md", title: "Home"}, {"./docs/reference/cli.md", title: "CLI"}, {"./docs/reference/tui.md", title: "Reference"}, {"./docs/reference/tui-plugins.md", title: "TUI plugins"}, {"./docs/explanation/core-concepts.md", title: "Core concepts"}, {"./docs/CHANGELOG.md", title: "Changelog"}, {"LICENSE", title: "License"} ], logo: "./docs/favicon.png", assets: %{"./docs/assets" => "assets"}, authors: [ "Zhongwen Deng " ], description: "Production-ready, automation- and agent-friendly command diagnostics for live Erlang and Elixir systems, with bounded structured output and an interactive TUI.", proglang: :erlang, main: "readme", source_url: "https://github.com/zhongwencool/observer_cli", homepage_url: "https://github.com/zhongwencool/observer_cli", with_mermaid: true, before_closing_head_tag: fn :html -> """ """ _ -> "" end, before_closing_body_tag: fn :html -> """ """ _ -> "" end, api_reference: false, warnings_as_errors: true, groups_for_extras: [ {"CLI", ~r"/reference/cli\.md$"}, {"TUI", ~r"/reference/tui(?:-plugins)?\.md$"}, {"Core concepts", ~r"/explanation/core-concepts\.md$"}, {"Project", ~r"(?:/CHANGELOG\.md|^LICENSE)$"} ], filter_modules: fn _, _ -> false end, skip_code_autolink_to: &String.starts_with?(&1, [ "observer_cli:", "observer_cli_snapshot:", "proc_lib:get_label/1", "proc_lib:set_label/1" ]) ]