diff --git a/README.md b/README.md index af7b9b0..4575692 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ | [blockchain-for-business.md](docs.en/blockchain-for-business.md) | Business case and use cases for blockchain in DLE. | | [security.md](docs.en/security.md) | Security model, access control, and safeguards. | | [service-terms.md](docs.en/service-terms.md) | Terms of purchase and service for the license. | -| [FAQ.md](docs.en/FAQ.md) | Frequently asked questions. | +| [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) | Frequently asked questions. | ### Technical and backend docs diff --git a/README.ru.md b/README.ru.md index a56929e..37ab67c 100644 --- a/README.ru.md +++ b/README.ru.md @@ -28,12 +28,12 @@ | [blockchain-for-business.md](docs.ru/blockchain-for-business.md) | Бизнес-обоснование и кейсы использования блокчейна в DLE. | | [security.md](docs.ru/security.md) | Модель безопасности, контроль доступа и защитные механизмы. | | [service-terms.md](docs.ru/service-terms.md) | Подробные условия приобретения и обслуживания лицензии. | -| [FAQ.md](docs.ru/FAQ.md) | Часто задаваемые вопросы. | +| [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) | Часто задаваемые вопросы. | ### Смежные материалы - [Юридические документы](legal.ru/README.md) — лицензия, авторские права, требования к атрибуции -- [Документация на английском](README.md) — [docs.en](docs.en/) (в т.ч. [FAQ](docs.en/FAQ.md)) +- [Документация на английском](README.md) — [docs.en](docs.en/) (в т.ч. [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md)) ## Полный шаблон приложения Digital Legal Entity для развертывания на собственной инфраструктуре. diff --git a/docs.en/FAQ.md b/docs.en/FAQ.md deleted file mode 100644 index a731400..0000000 --- a/docs.en/FAQ.md +++ /dev/null @@ -1,21 +0,0 @@ -**English** | [Русский](../docs.ru/FAQ.md) - -# DLE — Frequently Asked Questions - -## General - -**Q: What is DLE?** -A: Digital Legal Entity (DLE) is a microservices platform with a web application for on-premise deployment. It includes AI agents, smart contracts, CRM, and blockchain governance. See [Platform description](application-description.md). - -**Q: How do I install DLE?** -A: Use the [Setup guide](back-docs/setup-instruction.md). Quick start: Docker Compose; see root [README](../../README.md). - -**Q: Where are the terms of service and licensing?** -A: [Terms of Purchase and Service](service-terms.md). Legal overview: [legal.en/README.md](../../legal.en/README.md). - -**Q: How do I get support?** -A: https://hb3-accelerator.com/ | info@hb3-accelerator.com - ---- - -*This FAQ will be expanded. For full documentation see the [docs.en](.) index and [README](../../README.md).* diff --git a/docs.en/ai-assistant.md b/docs.en/ai-assistant.md index 7ef53b6..0490021 100644 --- a/docs.en/ai-assistant.md +++ b/docs.en/ai-assistant.md @@ -171,7 +171,7 @@ Typical SaaS stack (CRM, chatbot, email, AI API): ~$39,000 over 5 years. DLE: $1 - [Multi-agent architecture](./back-docs/multi-agent-architecture.md) — technical spec - [AI assistant setup](./back-docs/setup-ai-assistant.md) — deployment steps - [Tables system](./back-docs/tables-system.md) — RAG tables -- [FAQ](./FAQ.md) +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) --- @@ -179,7 +179,7 @@ Typical SaaS stack (CRM, chatbot, email, AI API): ~$39,000 over 5 years. DLE: $1 - **Email:** info@hb3-accelerator.com - **Chat:** https://hb3-accelerator.com -- **Docs:** [FAQ](./FAQ.md) +- **Docs:** [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) --- diff --git a/docs.en/application-description.md b/docs.en/application-description.md index 152dab7..848b0cc 100644 --- a/docs.en/application-description.md +++ b/docs.en/application-description.md @@ -180,7 +180,7 @@ More: [Terms of Purchase and Service](./service-terms.md) - [Blockchain for Business](./blockchain-for-business.md) — asset tokenization, use cases - [Security](./security.md) — multi-layer protection, compliance - [Terms of Service](./service-terms.md) — licensing, support, warranties -- [FAQ](./FAQ.md) — frequently asked questions +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) — frequently asked questions **General:** - [Main page](../README.md) diff --git a/docs.en/back-docs/blockchain-integration-technical.md b/docs.en/back-docs/blockchain-integration-technical.md index 20d7a35..915eb08 100644 --- a/docs.en/back-docs/blockchain-integration-technical.md +++ b/docs.en/back-docs/blockchain-integration-technical.md @@ -151,7 +151,7 @@ Blockchain in DLE provides: governance like a JSC, full transparency, multichain ### Resources - [Main README](../../README.md) -- [FAQ](../FAQ.md) +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) - [Setup](./setup-instruction.md) - [Terms](../service-terms.md) - [Legal](../../legal.en/README.md) diff --git a/docs.en/back-docs/setup-instruction.md b/docs.en/back-docs/setup-instruction.md index 535283a..5301dee 100644 --- a/docs.en/back-docs/setup-instruction.md +++ b/docs.en/back-docs/setup-instruction.md @@ -151,7 +151,7 @@ After these steps the application is fully configured. - [Blockchain for Business](../blockchain-for-business.md) - [Security](../security.md) - [Blockchain technical docs](./blockchain-integration-technical.md) -- [FAQ](../FAQ.md) +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) - [Application description](../application-description.md) **Support:** https://hb3-accelerator.com/ | info@hb3-accelerator.com diff --git a/docs.en/blockchain-for-business.md b/docs.en/blockchain-for-business.md index a70795a..5c3d8c6 100644 --- a/docs.en/blockchain-for-business.md +++ b/docs.en/blockchain-for-business.md @@ -209,7 +209,7 @@ Digital Legal Entity addresses fundamental business problems: ### Get Started -1. [Read the FAQ](../FAQ.md) — answers to common questions +1. [Read the FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) — answers to common questions 2. [Install DLE](./back-docs/setup-instruction.md) — step-by-step guide 3. [Configure blockchain](./back-docs/blockchain-integration-technical.md) — technical documentation 4. [Get support](https://hb3-accelerator.com/) — we can help! @@ -218,7 +218,7 @@ Digital Legal Entity addresses fundamental business problems: ## Additional Resources -- [FAQ](../FAQ.md) +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) - [Installation](./back-docs/setup-instruction.md) - [Blockchain technical documentation](./back-docs/blockchain-integration-technical.md) - [Terms of Service](./service-terms.md) diff --git a/docs.en/security.md b/docs.en/security.md index 8506b6b..a4916dd 100644 --- a/docs.en/security.md +++ b/docs.en/security.md @@ -183,7 +183,7 @@ DLE provides multi-layer protection: blockchain (tokens not stealable), audited 1. [Technical documentation](./back-docs/blockchain-integration-technical.md) 2. [Secure setup](./back-docs/setup-instruction.md) -3. [FAQ](../FAQ.md) +3. [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) 4. [Support](https://hb3-accelerator.com/) --- diff --git a/docs.en/service-terms.md b/docs.en/service-terms.md index 7184adb..362899d 100644 --- a/docs.en/service-terms.md +++ b/docs.en/service-terms.md @@ -334,7 +334,7 @@ Licenses are sold **only through companies** with official written authorization - [AI Agents](./ai-assistant.md) — specialized agent system - [Blockchain for Business](./blockchain-for-business.md) — digital asset registration and business use cases - [DLE Security](./security.md) — multi-layer protection -- [FAQ](./FAQ.md) — frequently asked questions +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/en/FAQ.md) — frequently asked questions --- diff --git a/docs.ru/FAQ.md b/docs.ru/FAQ.md deleted file mode 100644 index 57e34a7..0000000 --- a/docs.ru/FAQ.md +++ /dev/null @@ -1,21 +0,0 @@ -[English](../docs.en/FAQ.md) | **Русский** - -# DLE — Часто задаваемые вопросы - -## Общее - -**В: Что такое DLE?** -О: Digital Legal Entity (DLE) — микросервисная платформа с веб-приложением для локальной установки. Включает ИИ-агентов, смарт-контракты, CRM и блокчейн-управление. См. [Описание платформы](application-description.md). - -**В: Как установить DLE?** -О: По [Инструкции по настройке](back-docs/setup-instruction.md). Быстрый старт: Docker Compose; см. корневой [README](../../README.md). - -**В: Где условия обслуживания и лицензирование?** -О: [Условия приобретения и обслуживания](service-terms.md). Обзор юридической документации: [legal.ru/README.md](../../legal.ru/README.md). - -**В: Как получить поддержку?** -О: https://hb3-accelerator.com/ | info@hb3-accelerator.com - ---- - -*Этот FAQ будет дополняться. Полная документация — в [docs.ru](.) и [README](../../README.md).* diff --git a/docs.ru/ai-assistant.md b/docs.ru/ai-assistant.md index 6f689b9..494053a 100644 --- a/docs.ru/ai-assistant.md +++ b/docs.ru/ai-assistant.md @@ -355,7 +355,7 @@ DLE: - [Архитектура множественных ИИ-агентов](./back-docs/multi-agent-architecture.md) — детальная техническая спецификация - [Настройка AI-ассистента](./back-docs/setup-ai-assistant.md) — пошаговая инструкция по развёртыванию - [Система электронных таблиц](./back-docs/tables-system.md) — как устроены RAG-таблицы -- [FAQ](./FAQ.md) — частые вопросы +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) — частые вопросы --- @@ -363,7 +363,7 @@ DLE: - **Email**: info@hb3-accelerator.com - **Чат**: https://hb3-accelerator.com -- **Документация**: [FAQ](./FAQ.md) +- **Документация**: [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) --- diff --git a/docs.ru/application-description.md b/docs.ru/application-description.md index 356d4b6..28f2538 100644 --- a/docs.ru/application-description.md +++ b/docs.ru/application-description.md @@ -180,7 +180,7 @@ DLE создано для организаций, которым нужна со - [Блокчейн для бизнеса](./blockchain-for-business.md) — токенизация активов, практические кейсы - [Безопасность](./security.md) — многоуровневая защита, соответствие регуляторам - [Условия обслуживания](./service-terms.md) — лицензирование, поддержка, гарантии -- [FAQ](./FAQ.md) — частые вопросы +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) — частые вопросы **Общая:** - [Главная страница](../README.md) diff --git a/docs.ru/back-docs/blockchain-integration-technical.md b/docs.ru/back-docs/blockchain-integration-technical.md index 8b48e5e..809ed58 100644 --- a/docs.ru/back-docs/blockchain-integration-technical.md +++ b/docs.ru/back-docs/blockchain-integration-technical.md @@ -1032,7 +1032,7 @@ function vote(uint256 _proposalId, bool _support) external { ### Дополнительные ресурсы - 📖 [Основной README](../../README.md) -- 📋 [FAQ](../FAQ.md) +- 📋 [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) - 🔧 [Инструкция по установке](./setup-instruction.md) - 📝 [Условия обслуживания](../service-terms.md) - ⚖️ [Юридическая документация](../../legal.ru/README.md) diff --git a/docs.ru/back-docs/setup-ai-assistant.md b/docs.ru/back-docs/setup-ai-assistant.md index a097c28..f946875 100644 --- a/docs.ru/back-docs/setup-ai-assistant.md +++ b/docs.ru/back-docs/setup-ai-assistant.md @@ -744,7 +744,7 @@ docker-compose logs ollama - 🛡️ **[Безопасность](../security.md)** - как AI защищает ваши данные - 💼 **[Блокчейн для бизнеса](../blockchain-for-business.md)** - интеграция AI с блокчейном -- 📋 **[FAQ](../FAQ.md)** - часто задаваемые вопросы +- 📋 **[FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md)** — часто задаваемые вопросы ### Поддержка diff --git a/docs.ru/back-docs/setup-instruction.md b/docs.ru/back-docs/setup-instruction.md index 09b78d9..a359ffc 100644 --- a/docs.ru/back-docs/setup-instruction.md +++ b/docs.ru/back-docs/setup-instruction.md @@ -189,7 +189,7 @@ ### Техническая информация - 🔗 **[Техническая документация по блокчейну](./blockchain-integration-technical.md)** - для разработчиков -- 📋 **[FAQ](../FAQ.md)** - часто задаваемые вопросы +- 📋 **[FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md)** — часто задаваемые вопросы - 📝 **[Описание приложения](../application-description.md)** - обзор функциональности ### Поддержка diff --git a/docs.ru/blockchain-for-business.md b/docs.ru/blockchain-for-business.md index 7fbab76..ce99f9d 100644 --- a/docs.ru/blockchain-for-business.md +++ b/docs.ru/blockchain-for-business.md @@ -209,7 +209,7 @@ Digital Legal Entity решает фундаментальные проблем ### Начните сейчас -1. [Изучите FAQ](../FAQ.md) — ответы на популярные вопросы +1. [Изучите FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) — ответы на популярные вопросы 2. [Установите DLE](./back-docs/setup-instruction.md) — пошаговая инструкция 3. [Настройте блокчейн](./back-docs/blockchain-integration-technical.md) — техническая документация 4. [Получите поддержку](https://hb3-accelerator.com/) — мы поможем! @@ -218,7 +218,7 @@ Digital Legal Entity решает фундаментальные проблем ## Дополнительные ресурсы -- [FAQ](../FAQ.md) +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) - [Установка](./back-docs/setup-instruction.md) - [Техническая документация по блокчейну](./back-docs/blockchain-integration-technical.md) - [Условия обслуживания](./service-terms.md) diff --git a/docs.ru/security.md b/docs.ru/security.md index 9ac31d4..e480b35 100644 --- a/docs.ru/security.md +++ b/docs.ru/security.md @@ -1301,7 +1301,7 @@ function signMessage(message) { 1. [Изучите техническую документацию](./back-docs/blockchain-integration-technical.md) 2. [Настройте безопасное окружение](./back-docs/setup-instruction.md) -3. [Прочитайте FAQ](../FAQ.md) +3. [Прочитайте FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) 4. [Получите поддержку](https://hb3-accelerator.com/) --- diff --git a/docs.ru/service-terms.md b/docs.ru/service-terms.md index 9091802..fa93409 100644 --- a/docs.ru/service-terms.md +++ b/docs.ru/service-terms.md @@ -339,7 +339,7 @@ DLE использует смарт-контракт на блокчейне д - [ИИ-агенты](./ai-assistant.md) — система создания специализированных агентов - [Блокчейн для бизнеса](./blockchain-for-business.md) — цифровая регистрация активов и решение бизнес-задач - [Безопасность DLE](./security.md) — многоуровневая защита -- [FAQ](./FAQ.md) — частые вопросы +- [FAQ](https://github.com/VC-HB3-Accelerator/.github/blob/main/ru/FAQ.md) — частые вопросы ---