Skip to content

Commit dd1f2e6

Browse files
committed
docs(release): publish EdgeOne docs portal and bump to v1.6.5
1 parent 2dbe503 commit dd1f2e6

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@ For developers building from source, NoteConnection offers two build modes:
319319
- Run mapping validation: `npm run docs:diataxis:check`.
320320
- Run local docs site preview: `npm run docs:site:serve`.
321321
- 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`.
322329
- CI policy gate for docs mapping and site build: `.github/workflows/docs-diataxis-site.yml`.
323330

324331
## 🛠️ Hardware & Driver Requirements (AMDGPU)
@@ -334,6 +341,13 @@ For optimal performance with "GPU Optimised Rendering", especially on AMD RDNA c
334341

335342
## 📅 Changelog
336343

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`
337351
### v1.6.0 - Unified Runtime, NoteMD Integration & Release Hardening (2026-03-23)
338352

339353
- **Tag Compare Snapshot (`v1.3.0..v1.6.0`)**:
@@ -1196,6 +1210,13 @@ sync_language = true
11961210
- 映射一致性校验:`npm run docs:diataxis:check`
11971211
- 本地预览文档站点:`npm run docs:site:serve`
11981212
- 构建静态文档站点:`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`
11991220
- CI 文档治理工作流:`.github/workflows/docs-diataxis-site.yml`
12001221
12011222
---
@@ -1204,6 +1225,13 @@ sync_language = true
12041225
12051226
## 更新日志 (Changelog)
12061227
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`
12071235
### v1.6.0 - 单窗口运行时、NoteMD 集成与发布加固 (2026-03-23)
12081236
12091237
- **Tag 对比快照(`v1.3.0..v1.6.0`)**:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noteconnection",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Hierarchical Knowledge Graph Visualization System",
55
"main": "dist/src/server.js",
66
"bin": {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "NoteConnection",
4-
"version": "1.6.2",
4+
"version": "1.6.5",
55
"identifier": "com.jacobinwwey.noteconnection",
66
"build": {
77
"beforeDevCommand": "",

0 commit comments

Comments
 (0)