From 34ef38a9490c5fd54656a4fd595bf09c4d623145 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 9 Jul 2025 15:57:09 -0600 Subject: [PATCH] UI updates to better position map for building dots --- map/app/public/js/config.js | 2 +- map/app/public/js/ui-controls.js | 2 +- .../repo-data/admin-changemaker.lite.json | 4 +- .../repo-data/anthropics-claude-code.json | 10 +-- .../assets/repo-data/coder-code-server.json | 10 +-- .../repo-data/gethomepage-homepage.json | 8 +-- .../docs/assets/repo-data/go-gitea-gitea.json | 10 +-- .../docs/assets/repo-data/knadh-listmonk.json | 8 +-- .../docs/assets/repo-data/lyqht-mini-qr.json | 6 +- mkdocs/docs/assets/repo-data/n8n-io-n8n.json | 10 +-- .../docs/assets/repo-data/nocodb-nocodb.json | 10 +-- .../docs/assets/repo-data/ollama-ollama.json | 10 +-- .../repo-data/squidfunk-mkdocs-material.json | 10 +-- .../repo-data/admin-changemaker.lite.json | 4 +- .../repo-data/anthropics-claude-code.json | 10 +-- .../assets/repo-data/coder-code-server.json | 10 +-- .../repo-data/gethomepage-homepage.json | 8 +-- .../site/assets/repo-data/go-gitea-gitea.json | 10 +-- .../site/assets/repo-data/knadh-listmonk.json | 8 +-- .../site/assets/repo-data/lyqht-mini-qr.json | 6 +- mkdocs/site/assets/repo-data/n8n-io-n8n.json | 10 +-- .../site/assets/repo-data/nocodb-nocodb.json | 10 +-- .../site/assets/repo-data/ollama-ollama.json | 10 +-- .../repo-data/squidfunk-mkdocs-material.json | 10 +-- mkdocs/site/sitemap.xml | 62 +++++++++--------- mkdocs/site/sitemap.xml.gz | Bin 381 -> 381 bytes 26 files changed, 129 insertions(+), 129 deletions(-) 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 67ace924eb7beec498c4bb63aa3a8096336b4000..892a55000fecddb7f908c782da003e0ace3a0a5c 100644 GIT binary patch literal 381 zcmV-@0fPP?iwFn+v2ADq|8r?{Wo=<_E_iKh0L9nAa)Tfc0ML8B!tsufbUH~oYHt04 z_5%nKWP)H=V*2@AG);T#^swck;Lg6w?yB|SV{pZ!BiP`Za$SkC&|ZbkdefBeZ?9}u z9@`}&{yj^LMb;Wod!DMl%WK1OTww(Pu5UU%7trpax!Z6 z4>>+4_SVrsDnP<|8Acf`1Wy9zuD419Ew;Rx=myRMHh3aw$vzBv zlt$C4&gMM+Osi5&f^X1z%Pz!4L^yyRrr#0I10S$SkF@591JFbb7f0(tlF2H{fi!=` b%BXrf>E&zo&+2@^U%&Pf;^SINDh>bul^wVF literal 381 zcmV-@0fPP?iwFn+4r^!v|8r?{Wo=<_E_iKh0L9nAZi6rk0ML8C0&$1XPE)&y(%ZgZ z`+zifU^OH(PU${>4s_j)(+*yQ1PPYk#WA5id<-_5AP{=D&(~#@XW)!)(RKU$?e(SD z<%ecfUxFow83#Ms=Y5Rhvr^aVwIqx%=#fevIz^`E38~wns>-LlS!Fy@g5_x*we_Y+ zS%}k^!E*eZpjPR{&p1tS@NKiHHjhQM<%>gZYfEBv&-_ax0!0x>x09Ho9pTY}m^TsE z2oyxU2zj)=lY>$|Rc%%EFwcv%41Gb{3QB2%%4r0FyNo2rQxVR1_l}(;Wvsun?^XvW z{sHHGA0$DkI{o5Ktv4hhjy+mA$asoeFTR@`DU^&hHS)FhE>(_h&;ZUE1Dh>buUkACB