From db7c81a221c4c1170e872c2961477730492d1519 Mon Sep 17 00:00:00 2001 From: Gabriel Moro Date: Fri, 16 Jan 2026 13:43:15 -0300 Subject: [PATCH] Move docs to doc - pubdev requirement --- {docs => doc}/1-getting-started.md | 0 {docs => doc}/2-existing-rules.md | 0 {docs => doc}/3-contributions.md | 0 {docs => doc}/4-tooling.md | 0 {docs => doc}/img/logo.png | Bin {docs => doc}/index.md | 0 mkdocs.yml | 1 + 7 files changed, 1 insertion(+) rename {docs => doc}/1-getting-started.md (100%) rename {docs => doc}/2-existing-rules.md (100%) rename {docs => doc}/3-contributions.md (100%) rename {docs => doc}/4-tooling.md (100%) rename {docs => doc}/img/logo.png (100%) rename {docs => doc}/index.md (100%) diff --git a/docs/1-getting-started.md b/doc/1-getting-started.md similarity index 100% rename from docs/1-getting-started.md rename to doc/1-getting-started.md diff --git a/docs/2-existing-rules.md b/doc/2-existing-rules.md similarity index 100% rename from docs/2-existing-rules.md rename to doc/2-existing-rules.md diff --git a/docs/3-contributions.md b/doc/3-contributions.md similarity index 100% rename from docs/3-contributions.md rename to doc/3-contributions.md diff --git a/docs/4-tooling.md b/doc/4-tooling.md similarity index 100% rename from docs/4-tooling.md rename to doc/4-tooling.md diff --git a/docs/img/logo.png b/doc/img/logo.png similarity index 100% rename from docs/img/logo.png rename to doc/img/logo.png diff --git a/docs/index.md b/doc/index.md similarity index 100% rename from docs/index.md rename to doc/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 0578247..5919c87 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,7 @@ site_name: Eagle eye repo_url: https://github.com/CodandoTV/eagle-eye repo_name: EagleEye +docs_dir: 'doc' theme: name: material