diff --git a/map/app/public/js/config.js b/map/app/public/js/config.js index 5c9b1b2..ed4f45f 100644 --- a/map/app/public/js/config.js +++ b/map/app/public/js/config.js @@ -4,6 +4,6 @@ export const CONFIG = { DEFAULT_LNG: parseFloat(document.querySelector('meta[name="default-lng"]')?.content) || -113.4938, DEFAULT_ZOOM: parseInt(document.querySelector('meta[name="default-zoom"]')?.content) || 11, REFRESH_INTERVAL: 30000, // 30 seconds - MAX_ZOOM: 19, + MAX_ZOOM: 20, MIN_ZOOM: 2 }; diff --git a/map/app/public/js/ui-controls.js b/map/app/public/js/ui-controls.js index 07e4ba8..3a255a8 100644 --- a/map/app/public/js/ui-controls.js +++ b/map/app/public/js/ui-controls.js @@ -20,7 +20,7 @@ export function getUserLocation() { const lng = position.coords.longitude; // Center map on user location - map.setView([lat, lng], 15); + map.setView([lat, lng], 19); // Add or update user location marker if (userLocationMarker) { diff --git a/mkdocs/docs/assets/repo-data/admin-changemaker.lite.json b/mkdocs/docs/assets/repo-data/admin-changemaker.lite.json index dcf59f7..128f613 100644 --- a/mkdocs/docs/assets/repo-data/admin-changemaker.lite.json +++ b/mkdocs/docs/assets/repo-data/admin-changemaker.lite.json @@ -7,10 +7,10 @@ "stars_count": 0, "forks_count": 0, "open_issues_count": 0, - "updated_at": "2025-07-07T15:58:13-06:00", + "updated_at": "2025-07-09T10:05:43-06:00", "created_at": "2025-05-28T14:54:59-06:00", "clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git", "ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git", "default_branch": "main", - "last_build_update": "2025-07-07T15:58:13-06:00" + "last_build_update": "2025-07-09T10:05:43-06:00" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/anthropics-claude-code.json b/mkdocs/docs/assets/repo-data/anthropics-claude-code.json index a2f58b7..650d807 100644 --- a/mkdocs/docs/assets/repo-data/anthropics-claude-code.json +++ b/mkdocs/docs/assets/repo-data/anthropics-claude-code.json @@ -4,13 +4,13 @@ "description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.", "html_url": "https://github.com/anthropics/claude-code", "language": "PowerShell", - "stars_count": 17938, - "forks_count": 1003, - "open_issues_count": 1667, - "updated_at": "2025-07-07T22:23:57Z", + "stars_count": 18337, + "forks_count": 1036, + "open_issues_count": 1716, + "updated_at": "2025-07-09T18:07:38Z", "created_at": "2025-02-22T17:41:21Z", "clone_url": "https://github.com/anthropics/claude-code.git", "ssh_url": "git@github.com:anthropics/claude-code.git", "default_branch": "main", - "last_build_update": "2025-07-03T21:09:58Z" + "last_build_update": "2025-07-08T23:54:59Z" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/coder-code-server.json b/mkdocs/docs/assets/repo-data/coder-code-server.json index 045db59..8d230ee 100644 --- a/mkdocs/docs/assets/repo-data/coder-code-server.json +++ b/mkdocs/docs/assets/repo-data/coder-code-server.json @@ -4,13 +4,13 @@ "description": "VS Code in the browser", "html_url": "https://github.com/coder/code-server", "language": "TypeScript", - "stars_count": 72753, - "forks_count": 6082, - "open_issues_count": 142, - "updated_at": "2025-07-07T22:17:33Z", + "stars_count": 72787, + "forks_count": 6085, + "open_issues_count": 141, + "updated_at": "2025-07-09T18:03:17Z", "created_at": "2019-02-27T16:50:41Z", "clone_url": "https://github.com/coder/code-server.git", "ssh_url": "git@github.com:coder/code-server.git", "default_branch": "main", - "last_build_update": "2025-07-01T13:04:15Z" + "last_build_update": "2025-07-07T22:42:20Z" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/gethomepage-homepage.json b/mkdocs/docs/assets/repo-data/gethomepage-homepage.json index 034ca99..463925b 100644 --- a/mkdocs/docs/assets/repo-data/gethomepage-homepage.json +++ b/mkdocs/docs/assets/repo-data/gethomepage-homepage.json @@ -4,13 +4,13 @@ "description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.", "html_url": "https://github.com/gethomepage/homepage", "language": "JavaScript", - "stars_count": 24682, - "forks_count": 1529, + "stars_count": 24724, + "forks_count": 1531, "open_issues_count": 2, - "updated_at": "2025-07-07T21:37:26Z", + "updated_at": "2025-07-09T17:54:01Z", "created_at": "2022-08-24T07:29:42Z", "clone_url": "https://github.com/gethomepage/homepage.git", "ssh_url": "git@github.com:gethomepage/homepage.git", "default_branch": "dev", - "last_build_update": "2025-07-07T16:29:48Z" + "last_build_update": "2025-07-09T12:14:38Z" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/go-gitea-gitea.json b/mkdocs/docs/assets/repo-data/go-gitea-gitea.json index f1f5a9a..d8eb838 100644 --- a/mkdocs/docs/assets/repo-data/go-gitea-gitea.json +++ b/mkdocs/docs/assets/repo-data/go-gitea-gitea.json @@ -4,13 +4,13 @@ "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD", "html_url": "https://github.com/go-gitea/gitea", "language": "Go", - "stars_count": 49423, - "forks_count": 5899, - "open_issues_count": 2708, - "updated_at": "2025-07-07T21:39:22Z", + "stars_count": 49480, + "forks_count": 5907, + "open_issues_count": 2718, + "updated_at": "2025-07-09T17:44:45Z", "created_at": "2016-11-01T02:13:26Z", "clone_url": "https://github.com/go-gitea/gitea.git", "ssh_url": "git@github.com:go-gitea/gitea.git", "default_branch": "main", - "last_build_update": "2025-07-07T10:43:58Z" + "last_build_update": "2025-07-09T17:20:44Z" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/knadh-listmonk.json b/mkdocs/docs/assets/repo-data/knadh-listmonk.json index cdfda3e..ac2a655 100644 --- a/mkdocs/docs/assets/repo-data/knadh-listmonk.json +++ b/mkdocs/docs/assets/repo-data/knadh-listmonk.json @@ -4,10 +4,10 @@ "description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.", "html_url": "https://github.com/knadh/listmonk", "language": "Go", - "stars_count": 17275, - "forks_count": 1664, - "open_issues_count": 96, - "updated_at": "2025-07-07T20:34:30Z", + "stars_count": 17286, + "forks_count": 1666, + "open_issues_count": 97, + "updated_at": "2025-07-09T11:15:22Z", "created_at": "2019-06-26T05:08:39Z", "clone_url": "https://github.com/knadh/listmonk.git", "ssh_url": "git@github.com:knadh/listmonk.git", diff --git a/mkdocs/docs/assets/repo-data/lyqht-mini-qr.json b/mkdocs/docs/assets/repo-data/lyqht-mini-qr.json index 2b56ebe..4fa367e 100644 --- a/mkdocs/docs/assets/repo-data/lyqht-mini-qr.json +++ b/mkdocs/docs/assets/repo-data/lyqht-mini-qr.json @@ -4,10 +4,10 @@ "description": "Create & scan cute qr codes easily \ud83d\udc7e", "html_url": "https://github.com/lyqht/mini-qr", "language": "Vue", - "stars_count": 1261, - "forks_count": 167, + "stars_count": 1267, + "forks_count": 170, "open_issues_count": 13, - "updated_at": "2025-07-07T12:39:47Z", + "updated_at": "2025-07-09T10:36:11Z", "created_at": "2023-04-21T14:20:14Z", "clone_url": "https://github.com/lyqht/mini-qr.git", "ssh_url": "git@github.com:lyqht/mini-qr.git", diff --git a/mkdocs/docs/assets/repo-data/n8n-io-n8n.json b/mkdocs/docs/assets/repo-data/n8n-io-n8n.json index 9b4f85f..95ccc21 100644 --- a/mkdocs/docs/assets/repo-data/n8n-io-n8n.json +++ b/mkdocs/docs/assets/repo-data/n8n-io-n8n.json @@ -4,13 +4,13 @@ "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.", "html_url": "https://github.com/n8n-io/n8n", "language": "TypeScript", - "stars_count": 115814, - "forks_count": 34354, - "open_issues_count": 1083, - "updated_at": "2025-07-07T22:23:56Z", + "stars_count": 116504, + "forks_count": 34696, + "open_issues_count": 1082, + "updated_at": "2025-07-09T18:20:34Z", "created_at": "2019-06-22T09:24:21Z", "clone_url": "https://github.com/n8n-io/n8n.git", "ssh_url": "git@github.com:n8n-io/n8n.git", "default_branch": "master", - "last_build_update": "2025-07-07T21:32:06Z" + "last_build_update": "2025-07-09T17:42:38Z" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/nocodb-nocodb.json b/mkdocs/docs/assets/repo-data/nocodb-nocodb.json index 4759e24..da53959 100644 --- a/mkdocs/docs/assets/repo-data/nocodb-nocodb.json +++ b/mkdocs/docs/assets/repo-data/nocodb-nocodb.json @@ -4,13 +4,13 @@ "description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative", "html_url": "https://github.com/nocodb/nocodb", "language": "TypeScript", - "stars_count": 55626, - "forks_count": 3999, - "open_issues_count": 719, - "updated_at": "2025-07-07T20:11:00Z", + "stars_count": 55663, + "forks_count": 4001, + "open_issues_count": 721, + "updated_at": "2025-07-09T17:35:07Z", "created_at": "2017-10-29T18:51:48Z", "clone_url": "https://github.com/nocodb/nocodb.git", "ssh_url": "git@github.com:nocodb/nocodb.git", "default_branch": "develop", - "last_build_update": "2025-07-07T18:36:58Z" + "last_build_update": "2025-07-09T16:52:35Z" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/ollama-ollama.json b/mkdocs/docs/assets/repo-data/ollama-ollama.json index d674b18..ac78e86 100644 --- a/mkdocs/docs/assets/repo-data/ollama-ollama.json +++ b/mkdocs/docs/assets/repo-data/ollama-ollama.json @@ -4,13 +4,13 @@ "description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.", "html_url": "https://github.com/ollama/ollama", "language": "Go", - "stars_count": 145823, - "forks_count": 12312, - "open_issues_count": 1861, - "updated_at": "2025-07-07T22:10:39Z", + "stars_count": 146031, + "forks_count": 12333, + "open_issues_count": 1863, + "updated_at": "2025-07-09T18:02:44Z", "created_at": "2023-06-26T19:39:32Z", "clone_url": "https://github.com/ollama/ollama.git", "ssh_url": "git@github.com:ollama/ollama.git", "default_branch": "main", - "last_build_update": "2025-07-07T21:44:26Z" + "last_build_update": "2025-07-09T17:35:32Z" } \ No newline at end of file diff --git a/mkdocs/docs/assets/repo-data/squidfunk-mkdocs-material.json b/mkdocs/docs/assets/repo-data/squidfunk-mkdocs-material.json index 35c5162..a381cfe 100644 --- a/mkdocs/docs/assets/repo-data/squidfunk-mkdocs-material.json +++ b/mkdocs/docs/assets/repo-data/squidfunk-mkdocs-material.json @@ -4,13 +4,13 @@ "description": "Documentation that simply works", "html_url": "https://github.com/squidfunk/mkdocs-material", "language": "Python", - "stars_count": 23818, - "forks_count": 3795, - "open_issues_count": 6, - "updated_at": "2025-07-07T17:51:29Z", + "stars_count": 23837, + "forks_count": 3800, + "open_issues_count": 5, + "updated_at": "2025-07-09T16:55:49Z", "created_at": "2016-01-28T22:09:23Z", "clone_url": "https://github.com/squidfunk/mkdocs-material.git", "ssh_url": "git@github.com:squidfunk/mkdocs-material.git", "default_branch": "master", - "last_build_update": "2025-07-02T16:12:25Z" + "last_build_update": "2025-07-08T07:28:49Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/admin-changemaker.lite.json b/mkdocs/site/assets/repo-data/admin-changemaker.lite.json index dcf59f7..128f613 100644 --- a/mkdocs/site/assets/repo-data/admin-changemaker.lite.json +++ b/mkdocs/site/assets/repo-data/admin-changemaker.lite.json @@ -7,10 +7,10 @@ "stars_count": 0, "forks_count": 0, "open_issues_count": 0, - "updated_at": "2025-07-07T15:58:13-06:00", + "updated_at": "2025-07-09T10:05:43-06:00", "created_at": "2025-05-28T14:54:59-06:00", "clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git", "ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git", "default_branch": "main", - "last_build_update": "2025-07-07T15:58:13-06:00" + "last_build_update": "2025-07-09T10:05:43-06:00" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/anthropics-claude-code.json b/mkdocs/site/assets/repo-data/anthropics-claude-code.json index a2f58b7..650d807 100644 --- a/mkdocs/site/assets/repo-data/anthropics-claude-code.json +++ b/mkdocs/site/assets/repo-data/anthropics-claude-code.json @@ -4,13 +4,13 @@ "description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.", "html_url": "https://github.com/anthropics/claude-code", "language": "PowerShell", - "stars_count": 17938, - "forks_count": 1003, - "open_issues_count": 1667, - "updated_at": "2025-07-07T22:23:57Z", + "stars_count": 18337, + "forks_count": 1036, + "open_issues_count": 1716, + "updated_at": "2025-07-09T18:07:38Z", "created_at": "2025-02-22T17:41:21Z", "clone_url": "https://github.com/anthropics/claude-code.git", "ssh_url": "git@github.com:anthropics/claude-code.git", "default_branch": "main", - "last_build_update": "2025-07-03T21:09:58Z" + "last_build_update": "2025-07-08T23:54:59Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/coder-code-server.json b/mkdocs/site/assets/repo-data/coder-code-server.json index 045db59..8d230ee 100644 --- a/mkdocs/site/assets/repo-data/coder-code-server.json +++ b/mkdocs/site/assets/repo-data/coder-code-server.json @@ -4,13 +4,13 @@ "description": "VS Code in the browser", "html_url": "https://github.com/coder/code-server", "language": "TypeScript", - "stars_count": 72753, - "forks_count": 6082, - "open_issues_count": 142, - "updated_at": "2025-07-07T22:17:33Z", + "stars_count": 72787, + "forks_count": 6085, + "open_issues_count": 141, + "updated_at": "2025-07-09T18:03:17Z", "created_at": "2019-02-27T16:50:41Z", "clone_url": "https://github.com/coder/code-server.git", "ssh_url": "git@github.com:coder/code-server.git", "default_branch": "main", - "last_build_update": "2025-07-01T13:04:15Z" + "last_build_update": "2025-07-07T22:42:20Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/gethomepage-homepage.json b/mkdocs/site/assets/repo-data/gethomepage-homepage.json index 034ca99..463925b 100644 --- a/mkdocs/site/assets/repo-data/gethomepage-homepage.json +++ b/mkdocs/site/assets/repo-data/gethomepage-homepage.json @@ -4,13 +4,13 @@ "description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.", "html_url": "https://github.com/gethomepage/homepage", "language": "JavaScript", - "stars_count": 24682, - "forks_count": 1529, + "stars_count": 24724, + "forks_count": 1531, "open_issues_count": 2, - "updated_at": "2025-07-07T21:37:26Z", + "updated_at": "2025-07-09T17:54:01Z", "created_at": "2022-08-24T07:29:42Z", "clone_url": "https://github.com/gethomepage/homepage.git", "ssh_url": "git@github.com:gethomepage/homepage.git", "default_branch": "dev", - "last_build_update": "2025-07-07T16:29:48Z" + "last_build_update": "2025-07-09T12:14:38Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/go-gitea-gitea.json b/mkdocs/site/assets/repo-data/go-gitea-gitea.json index f1f5a9a..d8eb838 100644 --- a/mkdocs/site/assets/repo-data/go-gitea-gitea.json +++ b/mkdocs/site/assets/repo-data/go-gitea-gitea.json @@ -4,13 +4,13 @@ "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD", "html_url": "https://github.com/go-gitea/gitea", "language": "Go", - "stars_count": 49423, - "forks_count": 5899, - "open_issues_count": 2708, - "updated_at": "2025-07-07T21:39:22Z", + "stars_count": 49480, + "forks_count": 5907, + "open_issues_count": 2718, + "updated_at": "2025-07-09T17:44:45Z", "created_at": "2016-11-01T02:13:26Z", "clone_url": "https://github.com/go-gitea/gitea.git", "ssh_url": "git@github.com:go-gitea/gitea.git", "default_branch": "main", - "last_build_update": "2025-07-07T10:43:58Z" + "last_build_update": "2025-07-09T17:20:44Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/knadh-listmonk.json b/mkdocs/site/assets/repo-data/knadh-listmonk.json index cdfda3e..ac2a655 100644 --- a/mkdocs/site/assets/repo-data/knadh-listmonk.json +++ b/mkdocs/site/assets/repo-data/knadh-listmonk.json @@ -4,10 +4,10 @@ "description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.", "html_url": "https://github.com/knadh/listmonk", "language": "Go", - "stars_count": 17275, - "forks_count": 1664, - "open_issues_count": 96, - "updated_at": "2025-07-07T20:34:30Z", + "stars_count": 17286, + "forks_count": 1666, + "open_issues_count": 97, + "updated_at": "2025-07-09T11:15:22Z", "created_at": "2019-06-26T05:08:39Z", "clone_url": "https://github.com/knadh/listmonk.git", "ssh_url": "git@github.com:knadh/listmonk.git", diff --git a/mkdocs/site/assets/repo-data/lyqht-mini-qr.json b/mkdocs/site/assets/repo-data/lyqht-mini-qr.json index 2b56ebe..4fa367e 100644 --- a/mkdocs/site/assets/repo-data/lyqht-mini-qr.json +++ b/mkdocs/site/assets/repo-data/lyqht-mini-qr.json @@ -4,10 +4,10 @@ "description": "Create & scan cute qr codes easily \ud83d\udc7e", "html_url": "https://github.com/lyqht/mini-qr", "language": "Vue", - "stars_count": 1261, - "forks_count": 167, + "stars_count": 1267, + "forks_count": 170, "open_issues_count": 13, - "updated_at": "2025-07-07T12:39:47Z", + "updated_at": "2025-07-09T10:36:11Z", "created_at": "2023-04-21T14:20:14Z", "clone_url": "https://github.com/lyqht/mini-qr.git", "ssh_url": "git@github.com:lyqht/mini-qr.git", diff --git a/mkdocs/site/assets/repo-data/n8n-io-n8n.json b/mkdocs/site/assets/repo-data/n8n-io-n8n.json index 9b4f85f..95ccc21 100644 --- a/mkdocs/site/assets/repo-data/n8n-io-n8n.json +++ b/mkdocs/site/assets/repo-data/n8n-io-n8n.json @@ -4,13 +4,13 @@ "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.", "html_url": "https://github.com/n8n-io/n8n", "language": "TypeScript", - "stars_count": 115814, - "forks_count": 34354, - "open_issues_count": 1083, - "updated_at": "2025-07-07T22:23:56Z", + "stars_count": 116504, + "forks_count": 34696, + "open_issues_count": 1082, + "updated_at": "2025-07-09T18:20:34Z", "created_at": "2019-06-22T09:24:21Z", "clone_url": "https://github.com/n8n-io/n8n.git", "ssh_url": "git@github.com:n8n-io/n8n.git", "default_branch": "master", - "last_build_update": "2025-07-07T21:32:06Z" + "last_build_update": "2025-07-09T17:42:38Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/nocodb-nocodb.json b/mkdocs/site/assets/repo-data/nocodb-nocodb.json index 4759e24..da53959 100644 --- a/mkdocs/site/assets/repo-data/nocodb-nocodb.json +++ b/mkdocs/site/assets/repo-data/nocodb-nocodb.json @@ -4,13 +4,13 @@ "description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative", "html_url": "https://github.com/nocodb/nocodb", "language": "TypeScript", - "stars_count": 55626, - "forks_count": 3999, - "open_issues_count": 719, - "updated_at": "2025-07-07T20:11:00Z", + "stars_count": 55663, + "forks_count": 4001, + "open_issues_count": 721, + "updated_at": "2025-07-09T17:35:07Z", "created_at": "2017-10-29T18:51:48Z", "clone_url": "https://github.com/nocodb/nocodb.git", "ssh_url": "git@github.com:nocodb/nocodb.git", "default_branch": "develop", - "last_build_update": "2025-07-07T18:36:58Z" + "last_build_update": "2025-07-09T16:52:35Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/ollama-ollama.json b/mkdocs/site/assets/repo-data/ollama-ollama.json index d674b18..ac78e86 100644 --- a/mkdocs/site/assets/repo-data/ollama-ollama.json +++ b/mkdocs/site/assets/repo-data/ollama-ollama.json @@ -4,13 +4,13 @@ "description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.", "html_url": "https://github.com/ollama/ollama", "language": "Go", - "stars_count": 145823, - "forks_count": 12312, - "open_issues_count": 1861, - "updated_at": "2025-07-07T22:10:39Z", + "stars_count": 146031, + "forks_count": 12333, + "open_issues_count": 1863, + "updated_at": "2025-07-09T18:02:44Z", "created_at": "2023-06-26T19:39:32Z", "clone_url": "https://github.com/ollama/ollama.git", "ssh_url": "git@github.com:ollama/ollama.git", "default_branch": "main", - "last_build_update": "2025-07-07T21:44:26Z" + "last_build_update": "2025-07-09T17:35:32Z" } \ No newline at end of file diff --git a/mkdocs/site/assets/repo-data/squidfunk-mkdocs-material.json b/mkdocs/site/assets/repo-data/squidfunk-mkdocs-material.json index 35c5162..a381cfe 100644 --- a/mkdocs/site/assets/repo-data/squidfunk-mkdocs-material.json +++ b/mkdocs/site/assets/repo-data/squidfunk-mkdocs-material.json @@ -4,13 +4,13 @@ "description": "Documentation that simply works", "html_url": "https://github.com/squidfunk/mkdocs-material", "language": "Python", - "stars_count": 23818, - "forks_count": 3795, - "open_issues_count": 6, - "updated_at": "2025-07-07T17:51:29Z", + "stars_count": 23837, + "forks_count": 3800, + "open_issues_count": 5, + "updated_at": "2025-07-09T16:55:49Z", "created_at": "2016-01-28T22:09:23Z", "clone_url": "https://github.com/squidfunk/mkdocs-material.git", "ssh_url": "git@github.com:squidfunk/mkdocs-material.git", "default_branch": "master", - "last_build_update": "2025-07-02T16:12:25Z" + "last_build_update": "2025-07-08T07:28:49Z" } \ No newline at end of file diff --git a/mkdocs/site/sitemap.xml b/mkdocs/site/sitemap.xml index 58aee31..84457fc 100644 --- a/mkdocs/site/sitemap.xml +++ b/mkdocs/site/sitemap.xml @@ -2,126 +2,126 @@ https://cmlite.org/ - 2025-07-07 + 2025-07-09 https://cmlite.org/test/ - 2025-07-07 + 2025-07-09 https://cmlite.org/adv/ - 2025-07-07 + 2025-07-09 https://cmlite.org/adv/ansible/ - 2025-07-07 + 2025-07-09 https://cmlite.org/adv/vscode-ssh/ - 2025-07-07 + 2025-07-09 https://cmlite.org/blog/ - 2025-07-07 + 2025-07-09 https://cmlite.org/blog/2025/07/03/blog-1/ - 2025-07-07 + 2025-07-09 https://cmlite.org/build/ - 2025-07-07 + 2025-07-09 https://cmlite.org/build/map/ - 2025-07-07 + 2025-07-09 https://cmlite.org/build/server/ - 2025-07-07 + 2025-07-09 https://cmlite.org/build/site/ - 2025-07-07 + 2025-07-09 https://cmlite.org/config/ - 2025-07-07 + 2025-07-09 https://cmlite.org/config/cloudflare-config/ - 2025-07-07 + 2025-07-09 https://cmlite.org/config/coder/ - 2025-07-07 + 2025-07-09 https://cmlite.org/config/map/ - 2025-07-07 + 2025-07-09 https://cmlite.org/config/mkdocs/ - 2025-07-07 + 2025-07-09 https://cmlite.org/phil/ - 2025-07-07 + 2025-07-09 https://cmlite.org/phil/cost-comparison/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/code-server/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/gitea/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/homepage/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/listmonk/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/map/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/mini-qr/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/mkdocs/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/n8n/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/nocodb/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/postgresql/ - 2025-07-07 + 2025-07-09 https://cmlite.org/services/static-server/ - 2025-07-07 + 2025-07-09 https://cmlite.org/blog/archive/2025/ - 2025-07-07 + 2025-07-09 \ No newline at end of file diff --git a/mkdocs/site/sitemap.xml.gz b/mkdocs/site/sitemap.xml.gz index 67ace92..892a550 100644 Binary files a/mkdocs/site/sitemap.xml.gz and b/mkdocs/site/sitemap.xml.gz differ