diff --git a/docusaurus.config.js b/docusaurus.config.js index 9f129e16..d2ec6e51 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -171,7 +171,7 @@ const config = { position: 'right', }, { - href: 'https://chat.openai.com/g/g-FxEZ7G0XX-srs', + href: '../../gpt/g/g-FxEZ7G0XX-srs', label: 'AI Assistant', position: 'right', }, diff --git a/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md b/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md index 64af3576..fea6e2cb 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md +++ b/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md @@ -731,6 +731,8 @@ Response: * API: Remove duplicated CORS headers. [v5.11.14](https://github.com/ossrs/srs-stack/releases/tag/v5.11.14) * Support expose ports for multiple containers. v5.11.15 * HTTPS: Check dashboard hostname and port. v5.11.15 + * Error when eslint fail. v5.11.16 + * Use upx to make binary smaller. v5.11.16 * v5.10 * Refine README. v5.10.1 * Refine DO and droplet release script. v5.10.2 diff --git a/src/pages/faq-srs-stack.md b/src/pages/faq-srs-stack.md index 615f06bc..e58d4257 100644 --- a/src/pages/faq-srs-stack.md +++ b/src/pages/faq-srs-stack.md @@ -719,6 +719,8 @@ The following are the update records for the SRS Stack server. * API: Remove duplicated CORS headers. [v5.11.14](https://github.com/ossrs/srs-stack/releases/tag/v5.11.14) * Support expose ports for multiple containers. v5.11.15 * HTTPS: Check dashboard hostname and port. v5.11.15 + * Error when eslint fail. v5.11.16 + * Use upx to make binary smaller. v5.11.16 * v5.10 * Refine README. v5.10.1 * Refine DO and droplet release script. v5.10.2