Commit Graph

7 Commits

Author SHA1 Message Date
0c25cbb19f feat: unify docs portal and MCP servers into one config-driven service
- add config.yml as single source of truth for collected repos/categories
- add collect.py CLI to pull lib/api/wiki site builds and mcp bundles from
  source repos and regenerate nginx.conf + _index/index.html
- port mcp runtime (main.py/core.py/config.py): nginx + health + FastMCP
  servers started from config.yml
- docker: python:3.13-slim + nginx, expose 8000-8006 + 9000 (html portal)
- drone: publish html (6007:9000) and MCP ports 8000-8006
- move mongo-ops docs to wiki/, add auth-server (api) and hexa (lib)
- refresh lib site builds (lib/ prefix) and collect mcp bundles
2026-09-11 15:14:51 +05:30
0e49f02c4c updated mcp
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-08 17:57:34 +05:30
9191de9dff Build: 0.1.8
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-08 01:01:39 +05:30
8701bf92ac updated doc forge docs
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-07 16:24:14 +05:30
91baa41bee fixed missing indexes
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-21 22:21:10 +05:30
24ecde4222 added more libs
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-22 17:20:17 +05:30
03de5cd2b4 ## Commit Message
**Restructure documentation layout, update entrypoint links, and migrate folders**

This commit introduces a consistent and modular documentation structure by
grouping related documentation under `libs`, `apis`, and `tutorials`. The
Dockerfile now reflects the new paths, and the index page links have been
adjusted accordingly.

### Folder Migrations
The following documentation directories were moved:

- `./mongo-ops/site` → `./libs/mongo-ops/site`
- `./blog-api/site` → `./apis/blog/site`
- `./tutorials/media-manager/site` (unchanged, retained under tutorials)

These changes improve namespace clarity and reflect the logical separation
between libraries, APIs, and tutorials.

### Additional Changes
- Updated URLs in `_index/index.html` to point to `/libs/mongo-ops/` and `/apis/blog/`.
- Removed outdated root-level documentation folders.
2025-12-10 16:17:29 +05:30