mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
c0d1c9e07f
* Add on-premise deployment docs Hidden page covering what's included, setup steps, configuration reference, MCP client connection, and architecture diagram. * Update on-premise docs: switch from tar.gz to GHCR registry pull Replace curl+docker load approach with standard docker login + docker pull using a license-gated registry token from context7.com. * Fix on-premise docs: separate auth step, clarify docker compose pull - Split into distinct "Authenticate" and "Configure and start" steps - Remove redundant docker pull (docker compose up -d handles it) - Add driver: local to volumes declaration - Clarify that docker login credentials persist for docker compose * docs: mention docker pull as alternative to docker compose pull * docs: use -p flag instead of --password-stdin for docker login * Move on-premise docs to enterprise/, add configuration details - Move on-premise.mdx from docs root to docs/enterprise/ - Add setup wizard documentation - Add AI provider settings with OpenRouter and local model examples - Add embedding settings with incompatibility warning - Add access control section with permission toggles - Add volume persistence warning - Remove env vars for AI/git config (now UI-configured) * Docs: clarify git tokens, add health check example, group operations * Docs: extract LICENSE_KEY variable for easier configuration