noteconnection 1.6.4 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -319,6 +319,13 @@ For developers building from source, NoteConnection offers two build modes:
319
319
  - Run mapping validation: `npm run docs:diataxis:check`.
320
320
  - Run local docs site preview: `npm run docs:site:serve`.
321
321
  - Build static docs site: `npm run docs:site:build`.
322
+ - EdgeOne Docs Portal (MkDocs deploy): `https://noteconnection-docs.edgeone.run`
323
+ - If you see `401 Authorization Required`, open the latest signed URL printed by deployment as `EDGEONE_DEPLOY_URL`, or disable preset-domain protection in EdgeOne Pages settings.
324
+ - Public mirror (fallback): `https://jacobinwwey.github.io/NoteConnection/`.
325
+ - Recommended lookup entry points:
326
+ - Users: `/diataxis/zh/tutorials/first-run/` or `/diataxis/en/tutorials/first-run/`
327
+ - Developers: `/diataxis/en/reference/interfaces-and-runtime/` and `/diataxis/en/reference/release-and-governance/`
328
+ - EdgeOne publish command (MkDocs site): `edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`.
322
329
  - CI policy gate for docs mapping and site build: `.github/workflows/docs-diataxis-site.yml`.
323
330
 
324
331
  ## 🛠️ Hardware & Driver Requirements (AMDGPU)
@@ -334,6 +341,13 @@ For optimal performance with "GPU Optimised Rendering", especially on AMD RDNA c
334
341
 
335
342
  ## 📅 Changelog
336
343
 
344
+ ### v1.6.5 - Documentation Portal Update (2026-03-26)
345
+
346
+ - Published MkDocs documentation to EdgeOne Pages project `noteconnection-docs`.
347
+ - Added bilingual README guidance for docs lookup paths (user/tutorial and developer/reference entry points).
348
+ - Standardized docs publish command for maintainers:
349
+ - `npm run docs:site:build`
350
+ - `edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`
337
351
  ### v1.6.0 - Unified Runtime, NoteMD Integration & Release Hardening (2026-03-23)
338
352
 
339
353
  - **Tag Compare Snapshot (`v1.3.0..v1.6.0`)**:
@@ -1196,6 +1210,13 @@ sync_language = true
1196
1210
  - 映射一致性校验:`npm run docs:diataxis:check`。
1197
1211
  - 本地预览文档站点:`npm run docs:site:serve`。
1198
1212
  - 构建静态文档站点:`npm run docs:site:build`。
1213
+ - EdgeOne 文档入口(MkDocs 发布):`https://noteconnection-docs.edgeone.run`
1214
+ - 若出现 `401 Authorization Required`,请使用最近一次部署输出中的 `EDGEONE_DEPLOY_URL` 签名链接,或在 EdgeOne Pages 项目中关闭预设域名访问保护。
1215
+ - 公共镜像(兜底):`https://jacobinwwey.github.io/NoteConnection/`。
1216
+ - 推荐查询入口:
1217
+ - 用户文档:`/diataxis/zh/tutorials/first-run/` 或 `/diataxis/en/tutorials/first-run/`
1218
+ - 开发文档:`/diataxis/en/reference/interfaces-and-runtime/` 与 `/diataxis/en/reference/release-and-governance/`
1219
+ - EdgeOne 发布命令(MkDocs 产物):`edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`。
1199
1220
  - CI 文档治理工作流:`.github/workflows/docs-diataxis-site.yml`。
1200
1221
 
1201
1222
  ---
@@ -1204,6 +1225,13 @@ sync_language = true
1204
1225
 
1205
1226
  ## 更新日志 (Changelog)
1206
1227
 
1228
+ ### v1.6.5 - �ĵ��Ż����£�2026-03-26��
1229
+
1230
+ - �ѽ� MkDocs �ĵ������� EdgeOne Pages ��Ŀ `noteconnection-docs`��
1231
+ - ���� README ������Ӣ�IJ�ѯָ���������û��̳�����뿪���ο���ڣ���
1232
+ - ά���߷�������ͳһΪ��
1233
+ - `npm run docs:site:build`
1234
+ - `edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`
1207
1235
  ### v1.6.0 - 单窗口运行时、NoteMD 集成与发布加固 (2026-03-23)
1208
1236
 
1209
1237
  - **Tag 对比快照(`v1.3.0..v1.6.0`)**:
@@ -319,6 +319,13 @@ For developers building from source, NoteConnection offers two build modes:
319
319
  - Run mapping validation: `npm run docs:diataxis:check`.
320
320
  - Run local docs site preview: `npm run docs:site:serve`.
321
321
  - Build static docs site: `npm run docs:site:build`.
322
+ - EdgeOne Docs Portal (MkDocs deploy): `https://noteconnection-docs.edgeone.run`
323
+ - If you see `401 Authorization Required`, open the latest signed URL printed by deployment as `EDGEONE_DEPLOY_URL`, or disable preset-domain protection in EdgeOne Pages settings.
324
+ - Public mirror (fallback): `https://jacobinwwey.github.io/NoteConnection/`.
325
+ - Recommended lookup entry points:
326
+ - Users: `/diataxis/zh/tutorials/first-run/` or `/diataxis/en/tutorials/first-run/`
327
+ - Developers: `/diataxis/en/reference/interfaces-and-runtime/` and `/diataxis/en/reference/release-and-governance/`
328
+ - EdgeOne publish command (MkDocs site): `edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`.
322
329
  - CI policy gate for docs mapping and site build: `.github/workflows/docs-diataxis-site.yml`.
323
330
 
324
331
  ## 🛠️ Hardware & Driver Requirements (AMDGPU)
@@ -334,6 +341,13 @@ For optimal performance with "GPU Optimised Rendering", especially on AMD RDNA c
334
341
 
335
342
  ## 📅 Changelog
336
343
 
344
+ ### v1.6.5 - Documentation Portal Update (2026-03-26)
345
+
346
+ - Published MkDocs documentation to EdgeOne Pages project `noteconnection-docs`.
347
+ - Added bilingual README guidance for docs lookup paths (user/tutorial and developer/reference entry points).
348
+ - Standardized docs publish command for maintainers:
349
+ - `npm run docs:site:build`
350
+ - `edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`
337
351
  ### v1.6.0 - Unified Runtime, NoteMD Integration & Release Hardening (2026-03-23)
338
352
 
339
353
  - **Tag Compare Snapshot (`v1.3.0..v1.6.0`)**:
@@ -1196,6 +1210,13 @@ sync_language = true
1196
1210
  - 映射一致性校验:`npm run docs:diataxis:check`。
1197
1211
  - 本地预览文档站点:`npm run docs:site:serve`。
1198
1212
  - 构建静态文档站点:`npm run docs:site:build`。
1213
+ - EdgeOne 文档入口(MkDocs 发布):`https://noteconnection-docs.edgeone.run`
1214
+ - 若出现 `401 Authorization Required`,请使用最近一次部署输出中的 `EDGEONE_DEPLOY_URL` 签名链接,或在 EdgeOne Pages 项目中关闭预设域名访问保护。
1215
+ - 公共镜像(兜底):`https://jacobinwwey.github.io/NoteConnection/`。
1216
+ - 推荐查询入口:
1217
+ - 用户文档:`/diataxis/zh/tutorials/first-run/` 或 `/diataxis/en/tutorials/first-run/`
1218
+ - 开发文档:`/diataxis/en/reference/interfaces-and-runtime/` 与 `/diataxis/en/reference/release-and-governance/`
1219
+ - EdgeOne 发布命令(MkDocs 产物):`edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`。
1199
1220
  - CI 文档治理工作流:`.github/workflows/docs-diataxis-site.yml`。
1200
1221
 
1201
1222
  ---
@@ -1204,6 +1225,13 @@ sync_language = true
1204
1225
 
1205
1226
  ## 更新日志 (Changelog)
1206
1227
 
1228
+ ### v1.6.5 - �ĵ��Ż����£�2026-03-26��
1229
+
1230
+ - �ѽ� MkDocs �ĵ������� EdgeOne Pages ��Ŀ `noteconnection-docs`��
1231
+ - ���� README ������Ӣ�IJ�ѯָ���������û��̳�����뿪���ο���ڣ���
1232
+ - ά���߷�������ͳһΪ��
1233
+ - `npm run docs:site:build`
1234
+ - `edgeone pages deploy build/mkdocs-site -n noteconnection-docs -e production -a global`
1207
1235
  ### v1.6.0 - 单窗口运行时、NoteMD 集成与发布加固 (2026-03-23)
1208
1236
 
1209
1237
  - **Tag 对比快照(`v1.3.0..v1.6.0`)**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noteconnection",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "Hierarchical Knowledge Graph Visualization System",
5
5
  "main": "dist/src/server.js",
6
6
  "bin": {