@aigne/doc-smith 0.8.10 → 0.8.11-beta.1
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/.aigne/doc-smith/config.yaml +2 -0
- package/.aigne/doc-smith/output/structure-plan.json +3 -3
- package/.aigne/doc-smith/upload-cache.yaml +252 -0
- package/.github/workflows/create-release-pr.yaml +21 -0
- package/.github/workflows/publish-docs.yml +67 -0
- package/.github/workflows/release.yml +3 -7
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +22 -0
- package/README.md +48 -115
- package/RELEASE.md +1 -2
- package/agents/clear/choose-contents.mjs +170 -0
- package/agents/clear/clear-auth-tokens.mjs +111 -0
- package/agents/clear/clear-document-config.mjs +39 -0
- package/agents/clear/clear-document-structure.mjs +106 -0
- package/agents/clear/clear-generated-docs.mjs +51 -0
- package/agents/clear/index.yaml +23 -0
- package/agents/evaluate/code-snippet.mjs +93 -0
- package/agents/evaluate/document-structure.yaml +70 -0
- package/agents/evaluate/document.yaml +79 -0
- package/agents/evaluate/generate-report.mjs +78 -0
- package/agents/evaluate/index.yaml +39 -0
- package/agents/generate/document-structure-tools/add-document.mjs +56 -0
- package/agents/generate/document-structure-tools/delete-document.mjs +49 -0
- package/agents/generate/document-structure-tools/move-document.mjs +82 -0
- package/agents/generate/document-structure-tools/update-document.mjs +50 -0
- package/agents/generate/generate-structure.yaml +1 -1
- package/agents/generate/update-document-structure.yaml +42 -0
- package/agents/generate/user-review-document-structure.mjs +6 -4
- package/agents/init/index.mjs +1 -1
- package/agents/publish/publish-docs.mjs +12 -3
- package/agents/translate/choose-language.mjs +1 -1
- package/agents/update/batch-update-document.yaml +7 -0
- package/agents/update/check-update-is-single.mjs +38 -0
- package/agents/update/document-tools/update-document-content.mjs +293 -0
- package/agents/update/index.yaml +4 -10
- package/agents/update/update-document-detail.yaml +52 -0
- package/agents/update/update-single-document.yaml +15 -0
- package/agents/update/user-review-document.mjs +248 -0
- package/agents/utils/choose-docs.mjs +4 -2
- package/agents/utils/format-document-structure.mjs +12 -2
- package/agents/utils/load-document-all-content.mjs +84 -0
- package/agents/utils/load-sources.mjs +4 -1
- package/aigne.yaml +59 -20
- package/assets/report-template/report.html +198 -0
- package/biome.json +14 -2
- package/docs/advanced-how-it-works.ja.md +101 -0
- package/docs/advanced-how-it-works.zh-TW.md +101 -0
- package/docs/advanced-how-it-works.zh.md +20 -20
- package/docs/advanced-quality-assurance.ja.md +96 -0
- package/docs/advanced-quality-assurance.zh-TW.md +96 -0
- package/docs/advanced-quality-assurance.zh.md +18 -18
- package/docs/advanced.ja.md +16 -0
- package/docs/advanced.zh-TW.md +16 -0
- package/docs/advanced.zh.md +4 -4
- package/docs/changelog.ja.md +309 -0
- package/docs/changelog.zh-TW.md +309 -0
- package/docs/changelog.zh.md +23 -23
- package/docs/cli-reference.ja.md +210 -0
- package/docs/cli-reference.zh-TW.md +210 -0
- package/docs/cli-reference.zh.md +21 -21
- package/docs/configuration-interactive-setup.ja.md +135 -0
- package/docs/configuration-interactive-setup.zh-TW.md +135 -0
- package/docs/configuration-interactive-setup.zh.md +29 -29
- package/docs/configuration-language-support.ja.md +94 -0
- package/docs/configuration-language-support.zh-TW.md +94 -0
- package/docs/configuration-language-support.zh.md +13 -13
- package/docs/configuration-llm-setup.ja.md +54 -0
- package/docs/configuration-llm-setup.zh-TW.md +54 -0
- package/docs/configuration-llm-setup.zh.md +12 -12
- package/docs/configuration-preferences.ja.md +129 -0
- package/docs/configuration-preferences.zh-TW.md +129 -0
- package/docs/configuration-preferences.zh.md +36 -36
- package/docs/configuration.ja.md +172 -0
- package/docs/configuration.zh-TW.md +172 -0
- package/docs/configuration.zh.md +49 -49
- package/docs/features-generate-documentation.ja.md +101 -0
- package/docs/features-generate-documentation.zh-TW.md +101 -0
- package/docs/features-generate-documentation.zh.md +17 -17
- package/docs/features-publish-your-docs.ja.md +107 -0
- package/docs/features-publish-your-docs.zh-TW.md +107 -0
- package/docs/features-publish-your-docs.zh.md +22 -22
- package/docs/features-translate-documentation.ja.md +79 -0
- package/docs/features-translate-documentation.zh-TW.md +79 -0
- package/docs/features-translate-documentation.zh.md +12 -12
- package/docs/features-update-and-refine.ja.md +138 -0
- package/docs/features-update-and-refine.zh-TW.md +138 -0
- package/docs/features-update-and-refine.zh.md +21 -21
- package/docs/features.ja.md +52 -0
- package/docs/features.zh-TW.md +52 -0
- package/docs/features.zh.md +8 -8
- package/docs/getting-started.ja.md +123 -0
- package/docs/getting-started.zh-TW.md +123 -0
- package/docs/getting-started.zh.md +24 -24
- package/docs/overview.ja.md +30 -0
- package/docs/overview.zh-TW.md +30 -0
- package/docs/overview.zh.md +8 -8
- package/package.json +19 -11
- package/prompts/common/document/content-rules-core.md +19 -0
- package/prompts/common/document/media-handling-rules.md +9 -0
- package/prompts/common/document/role-and-personality.md +15 -0
- package/prompts/common/document/user-preferences.md +9 -0
- package/prompts/common/document-structure/conflict-resolution-guidance.md +16 -0
- package/prompts/common/document-structure/document-structure-rules.md +45 -0
- package/prompts/common/document-structure/glossary.md +7 -0
- package/prompts/common/document-structure/intj-traits.md +5 -0
- package/prompts/common/document-structure/output-constraints.md +9 -0
- package/prompts/common/document-structure/user-locale-rules.md +10 -0
- package/prompts/common/document-structure/user-preferences.md +9 -0
- package/prompts/detail/custom/custom-components.md +9 -1
- package/prompts/detail/document-rules.md +6 -6
- package/prompts/detail/generate-document.md +5 -45
- package/prompts/detail/update-document.md +145 -0
- package/prompts/evaluate/document-structure.md +94 -0
- package/prompts/evaluate/document.md +149 -0
- package/prompts/structure/document-rules.md +1 -1
- package/prompts/structure/generate-structure-system.md +74 -0
- package/prompts/structure/generate-structure-user.md +41 -0
- package/prompts/structure/update-document-structure.md +118 -0
- package/prompts/translate/translate-document.md +1 -1
- package/prompts/utils/feedback-refiner.md +3 -3
- package/release-please-config.json +4 -3
- package/tests/agents/clear/choose-contents.test.mjs +280 -0
- package/tests/agents/clear/clear-auth-tokens.test.mjs +268 -0
- package/tests/agents/clear/clear-document-config.test.mjs +167 -0
- package/tests/agents/clear/clear-document-structure.test.mjs +374 -0
- package/tests/agents/clear/clear-generated-docs.test.mjs +222 -0
- package/tests/agents/evaluate/code-snippet.test.mjs +163 -0
- package/tests/agents/evaluate/fixtures/api-services.md +87 -0
- package/tests/agents/evaluate/fixtures/js-sdk.md +94 -0
- package/tests/agents/evaluate/generate-report.test.mjs +312 -0
- package/tests/agents/generate/check-document-structure.test.mjs +0 -6
- package/tests/agents/generate/document-structure-tools/add-document.test.mjs +449 -0
- package/tests/agents/generate/document-structure-tools/delete-document.test.mjs +410 -0
- package/tests/agents/generate/document-structure-tools/move-document.test.mjs +476 -0
- package/tests/agents/generate/document-structure-tools/update-document.test.mjs +548 -0
- package/tests/agents/generate/generate-structure.test.mjs +0 -6
- package/tests/agents/generate/user-review-document-structure.test.mjs +9 -9
- package/tests/agents/publish/publish-docs.test.mjs +2 -2
- package/tests/agents/update/check-update-is-single.test.mjs +300 -0
- package/tests/agents/update/document-tools/update-document-content.test.mjs +326 -0
- package/tests/agents/update/user-review-document.test.mjs +561 -0
- package/tests/agents/utils/format-document-structure.test.mjs +100 -0
- package/tests/utils/auth-utils.test.mjs +239 -1
- package/tests/utils/blocklet.test.mjs +9 -7
- package/tests/utils/constants.test.mjs +1 -1
- package/tests/utils/d2-utils.test.mjs +1 -1
- package/tests/utils/deploy.test.mjs +310 -366
- package/tests/utils/kroki-utils.test.mjs +2 -15
- package/tests/utils/linter/fixtures/css/keyword-error.css +1 -0
- package/tests/utils/linter/fixtures/css/missing-semicolon.css +1 -0
- package/tests/utils/linter/fixtures/css/syntax-error.css +1 -0
- package/tests/utils/linter/fixtures/css/undeclare-variable.css +1 -0
- package/tests/utils/linter/fixtures/css/unused-variable.css +2 -0
- package/tests/utils/linter/fixtures/css/valid-code.css +1 -0
- package/tests/utils/linter/fixtures/dockerfile/keyword-error.dockerfile +1 -0
- package/tests/utils/linter/fixtures/dockerfile/missing-semicolon.dockerfile +2 -0
- package/tests/utils/linter/fixtures/dockerfile/syntax-error.dockerfile +2 -0
- package/tests/utils/linter/fixtures/dockerfile/undeclare-variable.dockerfile +1 -0
- package/tests/utils/linter/fixtures/dockerfile/unused-variable.dockerfile +1 -0
- package/tests/utils/linter/fixtures/dockerfile/valid-code.dockerfile +2 -0
- package/tests/utils/linter/fixtures/go/keyword-error.go +5 -0
- package/tests/utils/linter/fixtures/go/missing-semicolon.go +5 -0
- package/tests/utils/linter/fixtures/go/syntax-error.go +6 -0
- package/tests/utils/linter/fixtures/go/undeclare-variable.go +5 -0
- package/tests/utils/linter/fixtures/go/unused-variable.go +5 -0
- package/tests/utils/linter/fixtures/go/valid-code.go +7 -0
- package/tests/utils/linter/fixtures/js/keyword-error.js +3 -0
- package/tests/utils/linter/fixtures/js/missing-semicolon.js +6 -0
- package/tests/utils/linter/fixtures/js/syntax-error.js +4 -0
- package/tests/utils/linter/fixtures/js/undeclare-variable.js +3 -0
- package/tests/utils/linter/fixtures/js/unused-variable.js +7 -0
- package/tests/utils/linter/fixtures/js/valid-code.js +15 -0
- package/tests/utils/linter/fixtures/json/keyword-error.json +1 -0
- package/tests/utils/linter/fixtures/json/missing-semicolon.json +1 -0
- package/tests/utils/linter/fixtures/json/syntax-error.json +1 -0
- package/tests/utils/linter/fixtures/json/undeclare-variable.json +1 -0
- package/tests/utils/linter/fixtures/json/unused-variable.json +1 -0
- package/tests/utils/linter/fixtures/json/valid-code.json +1 -0
- package/tests/utils/linter/fixtures/jsx/keyword-error.jsx +5 -0
- package/tests/utils/linter/fixtures/jsx/missing-semicolon.jsx +5 -0
- package/tests/utils/linter/fixtures/jsx/syntax-error.jsx +5 -0
- package/tests/utils/linter/fixtures/jsx/undeclare-variable.jsx +5 -0
- package/tests/utils/linter/fixtures/jsx/unused-variable.jsx +4 -0
- package/tests/utils/linter/fixtures/jsx/valid-code.jsx +5 -0
- package/tests/utils/linter/fixtures/python/keyword-error.py +3 -0
- package/tests/utils/linter/fixtures/python/missing-semicolon.py +2 -0
- package/tests/utils/linter/fixtures/python/syntax-error.py +3 -0
- package/tests/utils/linter/fixtures/python/undeclare-variable.py +3 -0
- package/tests/utils/linter/fixtures/python/unused-variable.py +6 -0
- package/tests/utils/linter/fixtures/python/valid-code.py +12 -0
- package/tests/utils/linter/fixtures/ruby/keyword-error.rb +2 -0
- package/tests/utils/linter/fixtures/ruby/missing-semicolon.rb +1 -0
- package/tests/utils/linter/fixtures/ruby/syntax-error.rb +2 -0
- package/tests/utils/linter/fixtures/ruby/undeclare-variable.rb +1 -0
- package/tests/utils/linter/fixtures/ruby/unused-variable.rb +2 -0
- package/tests/utils/linter/fixtures/ruby/valid-code.rb +1 -0
- package/tests/utils/linter/fixtures/sass/keyword-error.sass +2 -0
- package/tests/utils/linter/fixtures/sass/missing-semicolon.sass +3 -0
- package/tests/utils/linter/fixtures/sass/syntax-error.sass +3 -0
- package/tests/utils/linter/fixtures/sass/undeclare-variable.sass +2 -0
- package/tests/utils/linter/fixtures/sass/unused-variable.sass +4 -0
- package/tests/utils/linter/fixtures/sass/valid-code.sass +2 -0
- package/tests/utils/linter/fixtures/scss/keyword-error.scss +1 -0
- package/tests/utils/linter/fixtures/scss/missing-semicolon.scss +1 -0
- package/tests/utils/linter/fixtures/scss/syntax-error.scss +1 -0
- package/tests/utils/linter/fixtures/scss/undeclare-variable.scss +1 -0
- package/tests/utils/linter/fixtures/scss/unused-variable.scss +2 -0
- package/tests/utils/linter/fixtures/scss/valid-code.scss +1 -0
- package/tests/utils/linter/fixtures/shell/keyword-error.sh +5 -0
- package/tests/utils/linter/fixtures/shell/missing-semicolon.sh +3 -0
- package/tests/utils/linter/fixtures/shell/syntax-error.sh +4 -0
- package/tests/utils/linter/fixtures/shell/undeclare-variable.sh +3 -0
- package/tests/utils/linter/fixtures/shell/unused-variable.sh +4 -0
- package/tests/utils/linter/fixtures/shell/valid-code.sh +3 -0
- package/tests/utils/linter/fixtures/ts/keyword-error.ts +1 -0
- package/tests/utils/linter/fixtures/ts/missing-semicolon.ts +1 -0
- package/tests/utils/linter/fixtures/ts/syntax-error.ts +1 -0
- package/tests/utils/linter/fixtures/ts/undeclare-variable.ts +1 -0
- package/tests/utils/linter/fixtures/ts/unused-variable.ts +3 -0
- package/tests/utils/linter/fixtures/ts/valid-code.ts +3 -0
- package/tests/utils/linter/fixtures/tsx/keyword-error.tsx +5 -0
- package/tests/utils/linter/fixtures/tsx/missing-semicolon.tsx +5 -0
- package/tests/utils/linter/fixtures/tsx/syntax-error.tsx +5 -0
- package/tests/utils/linter/fixtures/tsx/undeclare-variable.tsx +6 -0
- package/tests/utils/linter/fixtures/tsx/unused-variable.tsx +6 -0
- package/tests/utils/linter/fixtures/tsx/valid-code.tsx +5 -0
- package/tests/utils/linter/fixtures/vue/keyword-error.vue +6 -0
- package/tests/utils/linter/fixtures/vue/missing-semicolon.vue +6 -0
- package/tests/utils/linter/fixtures/vue/syntax-error.vue +6 -0
- package/tests/utils/linter/fixtures/vue/undeclare-variable.vue +6 -0
- package/tests/utils/linter/fixtures/vue/unused-variable.vue +7 -0
- package/tests/utils/linter/fixtures/vue/valid-code.vue +6 -0
- package/tests/utils/linter/fixtures/yaml/keyword-error.yml +1 -0
- package/tests/utils/linter/fixtures/yaml/missing-semicolon.yml +2 -0
- package/tests/utils/linter/fixtures/yaml/syntax-error.yml +1 -0
- package/tests/utils/linter/fixtures/yaml/undeclare-variable.yml +1 -0
- package/tests/utils/linter/fixtures/yaml/unused-variable.yml +2 -0
- package/tests/utils/linter/fixtures/yaml/valid-code.yml +3 -0
- package/tests/utils/linter/index.test.mjs +440 -0
- package/tests/utils/linter/scan-results.mjs +42 -0
- package/tests/utils/markdown/index.test.mjs +478 -0
- package/tests/utils/mermaid-validator.test.mjs +2 -2
- package/tests/utils/utils.test.mjs +3 -1
- package/types/document-schema.mjs +54 -0
- package/types/document-structure-schema.mjs +244 -0
- package/utils/auth-utils.mjs +131 -6
- package/utils/conflict-detector.mjs +5 -1
- package/utils/{constants.mjs → constants/index.mjs} +109 -0
- package/utils/constants/linter.mjs +102 -0
- package/utils/d2-utils.mjs +2 -4
- package/utils/debug.mjs +3 -0
- package/utils/deploy.mjs +81 -385
- package/utils/evaluate/report-utils.mjs +131 -0
- package/utils/file-utils.mjs +36 -1
- package/utils/kroki-utils.mjs +1 -1
- package/utils/linter/index.mjs +50 -0
- package/utils/markdown/index.mjs +26 -0
- package/utils/markdown-checker.mjs +1 -1
- package/utils/utils.mjs +19 -7
- package/prompts/structure/generate-structure.md +0 -161
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"description": "A detailed look at all the available settings to customize the style, audience, and languages of your documentation.",
|
|
75
75
|
"path": "/configuration",
|
|
76
76
|
"parentId": null,
|
|
77
|
-
"sourceIds": ["README.md", "agents/input-generator.mjs", "utils/constants.mjs"]
|
|
77
|
+
"sourceIds": ["README.md", "agents/input-generator.mjs", "utils/constants/index.mjs"]
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"title": "LLM Setup",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"description": "See the full list of languages that DocSmith supports for automatic translation and learn how to enable them.",
|
|
89
89
|
"path": "/configuration/language-support",
|
|
90
90
|
"parentId": "/configuration",
|
|
91
|
-
"sourceIds": ["README.md", "utils/constants.mjs"]
|
|
91
|
+
"sourceIds": ["README.md", "utils/constants/index.mjs"]
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"title": "Managing Preferences",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"sourceIds": [
|
|
110
110
|
"agents/input-generator.mjs",
|
|
111
111
|
"utils/conflict-detector.mjs",
|
|
112
|
-
"utils/constants.mjs"
|
|
112
|
+
"utils/constants/index.mjs"
|
|
113
113
|
]
|
|
114
114
|
},
|
|
115
115
|
{
|
|
@@ -685,6 +685,9 @@ fcb9e91eb5d96bb427a2cea837c52772d4150f92d644850b6a4602bc43a2043b:
|
|
|
685
685
|
https://docsmith.aigne.io:
|
|
686
686
|
url: https://docsmith.aigne.io/image-bin/uploads/1e4dff10610c71c4.svg
|
|
687
687
|
upload_time: 2025-09-15T08:31:20.831Z
|
|
688
|
+
https://www.arcblock.io:
|
|
689
|
+
url: https://www.arcblock.io/image-bin/uploads/1e4dff10610c71c4.svg
|
|
690
|
+
upload_time: 2025-09-24T09:29:19.816Z
|
|
688
691
|
0575876331f46833cf4dd9919b11ba3b41a384b6c2c69d5868e49effb2dc5fc5:
|
|
689
692
|
local_path: .aigne/doc-smith/.tmp/assets/d2/52bef7d565debaef43ee7eec2181c24d087a909405b3fafa759a45df5c087b18.svg
|
|
690
693
|
sites:
|
|
@@ -697,30 +700,45 @@ fcb9e91eb5d96bb427a2cea837c52772d4150f92d644850b6a4602bc43a2043b:
|
|
|
697
700
|
https://docsmith.aigne.io:
|
|
698
701
|
url: https://docsmith.aigne.io/image-bin/uploads/64fd55e9b8127285.svg
|
|
699
702
|
upload_time: 2025-09-15T08:31:24.378Z
|
|
703
|
+
https://www.arcblock.io:
|
|
704
|
+
url: https://www.arcblock.io/image-bin/uploads/64fd55e9b8127285.svg
|
|
705
|
+
upload_time: 2025-09-24T09:29:24.467Z
|
|
700
706
|
84a9a489d9cab8353ca1ffa3309b1e12580be7dd40f6fe71909fb7a0a97e0856:
|
|
701
707
|
local_path: .aigne/doc-smith/.tmp/assets/d2/28fd7c1acbf3166f9d6aec06f4fa31db3a5d96b26de0d80af857cc0f3b28d82e.svg
|
|
702
708
|
sites:
|
|
703
709
|
https://docsmith.aigne.io:
|
|
704
710
|
url: https://docsmith.aigne.io/image-bin/uploads/84a9a489d9cab835.svg
|
|
705
711
|
upload_time: 2025-09-15T08:31:24.599Z
|
|
712
|
+
https://www.arcblock.io:
|
|
713
|
+
url: https://www.arcblock.io/image-bin/uploads/84a9a489d9cab835.svg
|
|
714
|
+
upload_time: 2025-09-24T09:29:23.210Z
|
|
706
715
|
bc4517d39ff669f3185b66f2fa6586cb195110cd3733039f49cfc099b70240dd:
|
|
707
716
|
local_path: .aigne/doc-smith/.tmp/assets/d2/cbd2943d78da17df4ae1827dcf37320523afa2c754455540d0eefd72fae932d5.svg
|
|
708
717
|
sites:
|
|
709
718
|
https://docsmith.aigne.io:
|
|
710
719
|
url: https://docsmith.aigne.io/image-bin/uploads/bc4517d39ff669f3.svg
|
|
711
720
|
upload_time: 2025-09-15T08:31:24.649Z
|
|
721
|
+
https://www.arcblock.io:
|
|
722
|
+
url: https://www.arcblock.io/image-bin/uploads/bc4517d39ff669f3.svg
|
|
723
|
+
upload_time: 2025-09-24T09:29:25.018Z
|
|
712
724
|
d7551f9fce676609f6b1ed3fc966814acbe8fc4cddd08c939e269f6da6e01b18:
|
|
713
725
|
local_path: .aigne/doc-smith/.tmp/assets/d2/6c2d5fd0b11bbea82be0e2634bb0fef087603fe950b10e6cf4c988e7f27bd507.svg
|
|
714
726
|
sites:
|
|
715
727
|
https://docsmith.aigne.io:
|
|
716
728
|
url: https://docsmith.aigne.io/image-bin/uploads/d7551f9fce676609.svg
|
|
717
729
|
upload_time: 2025-09-15T08:31:24.893Z
|
|
730
|
+
https://www.arcblock.io:
|
|
731
|
+
url: https://www.arcblock.io/image-bin/uploads/d7551f9fce676609.svg
|
|
732
|
+
upload_time: 2025-09-24T09:29:24.982Z
|
|
718
733
|
fd265f3486512dd4bd8509cf1e43b2457850176bb5fc856d0261e30ff1f28aa1:
|
|
719
734
|
local_path: .aigne/doc-smith/.tmp/assets/d2/81305e5c9e3adbe30da63e27bdc9bdfdbf46edce579434558145f26fe60ee99a.svg
|
|
720
735
|
sites:
|
|
721
736
|
https://docsmith.aigne.io:
|
|
722
737
|
url: https://docsmith.aigne.io/image-bin/uploads/fd265f3486512dd4.svg
|
|
723
738
|
upload_time: 2025-09-15T08:31:25.415Z
|
|
739
|
+
https://www.arcblock.io:
|
|
740
|
+
url: https://www.arcblock.io/image-bin/uploads/fd265f3486512dd4.svg
|
|
741
|
+
upload_time: 2025-09-24T09:29:25.859Z
|
|
724
742
|
3cbcedb39de9e0d0de56d7d699615a00beae800e341f9dff0be1f9831b9d7220:
|
|
725
743
|
local_path: .aigne/doc-smith/.tmp/assets/d2/38c86557c522c4e0150b80d205f347add34996779e47e586457fb086dfc64c5c.svg
|
|
726
744
|
sites:
|
|
@@ -739,6 +757,9 @@ fd265f3486512dd4bd8509cf1e43b2457850176bb5fc856d0261e30ff1f28aa1:
|
|
|
739
757
|
https://docsmith.aigne.io:
|
|
740
758
|
url: https://docsmith.aigne.io/image-bin/uploads/4438da955604257d.svg
|
|
741
759
|
upload_time: 2025-09-15T08:31:25.905Z
|
|
760
|
+
https://www.arcblock.io:
|
|
761
|
+
url: https://www.arcblock.io/image-bin/uploads/4438da955604257d.svg
|
|
762
|
+
upload_time: 2025-09-24T09:29:26.344Z
|
|
742
763
|
5bba835a63c0caf9c1cea14ce600904dbe0db237d6c62a45f552a926cf8008bc:
|
|
743
764
|
local_path: .aigne/doc-smith/.tmp/assets/d2/395b6511ffa01359e34b1d1c22abae82139b2eb988d0e34b015228aed03b39a3.svg
|
|
744
765
|
sites:
|
|
@@ -751,12 +772,18 @@ d35ddf8b96aa36f4e32fde88e3ad00253ce35decd0ecabf8d3d2af50f1f5710d:
|
|
|
751
772
|
https://docsmith.aigne.io:
|
|
752
773
|
url: https://docsmith.aigne.io/image-bin/uploads/d35ddf8b96aa36f4.svg
|
|
753
774
|
upload_time: 2025-09-15T08:31:26.866Z
|
|
775
|
+
https://www.arcblock.io:
|
|
776
|
+
url: https://www.arcblock.io/image-bin/uploads/d35ddf8b96aa36f4.svg
|
|
777
|
+
upload_time: 2025-09-24T09:29:27.013Z
|
|
754
778
|
16dbd59009ffd80ebf82f766446f6e1925e832cbfe9df5a547702a7f250bf2b3:
|
|
755
779
|
local_path: .aigne/doc-smith/.tmp/assets/d2/48d69eddbbe4263ddbe0c3f7f2f396f6d3cc56a063cd6c536edd817e2e6154fa.svg
|
|
756
780
|
sites:
|
|
757
781
|
https://docsmith.aigne.io:
|
|
758
782
|
url: https://docsmith.aigne.io/image-bin/uploads/16dbd59009ffd80e.svg
|
|
759
783
|
upload_time: 2025-09-15T08:31:27.064Z
|
|
784
|
+
https://www.arcblock.io:
|
|
785
|
+
url: https://www.arcblock.io/image-bin/uploads/16dbd59009ffd80e.svg
|
|
786
|
+
upload_time: 2025-09-24T09:29:26.194Z
|
|
760
787
|
12f7cdf80192f9a3909a72873eed14bbd88b58c92c68154ed3f9088e7777b552:
|
|
761
788
|
local_path: .aigne/doc-smith/.tmp/assets/d2/97707cf8ac1f5f503254b3814f1004619869459ddcc4c289ebb789d5336a7686.svg
|
|
762
789
|
sites:
|
|
@@ -799,6 +826,9 @@ f6391f1418793dda4601a83ed00566007b14d79de8d350a0f611526dd2c6bd96:
|
|
|
799
826
|
https://docsmith.aigne.io:
|
|
800
827
|
url: https://docsmith.aigne.io/image-bin/uploads/4ca65083aa5011b1.svg
|
|
801
828
|
upload_time: 2025-09-15T08:31:28.498Z
|
|
829
|
+
https://www.arcblock.io:
|
|
830
|
+
url: https://www.arcblock.io/image-bin/uploads/4ca65083aa5011b1.svg
|
|
831
|
+
upload_time: 2025-09-24T09:29:29.845Z
|
|
802
832
|
a0f49cec9cb0581454143380c04f0f5e9de21cf4dd2c8e88920b25ad73d5ecb9:
|
|
803
833
|
local_path: .aigne/doc-smith/.tmp/assets/d2/6adde2cae9254e1d6163c4eb26060b7c5ccfdb7e3f330050fa0830fb940437bf.svg
|
|
804
834
|
sites:
|
|
@@ -817,24 +847,36 @@ bb38d805dca014fba865d76cf9236c4bb5d25000d6022a529efabc85ac697826:
|
|
|
817
847
|
https://docsmith.aigne.io:
|
|
818
848
|
url: https://docsmith.aigne.io/image-bin/uploads/bb38d805dca014fb.svg
|
|
819
849
|
upload_time: 2025-09-15T09:19:15.767Z
|
|
850
|
+
https://www.arcblock.io:
|
|
851
|
+
url: https://www.arcblock.io/image-bin/uploads/bb38d805dca014fb.svg
|
|
852
|
+
upload_time: 2025-09-24T09:29:26.423Z
|
|
820
853
|
e125a9bee97a1559f4a05f639fd32338c4b91fd5d9f821cdca9b4a8a225b7282:
|
|
821
854
|
local_path: .aigne/doc-smith/.tmp/assets/d2/be505db11bcffbd1cfe4df9dfc522d3b9aff3cf7bb72768881ed090be634240a.svg
|
|
822
855
|
sites:
|
|
823
856
|
https://docsmith.aigne.io:
|
|
824
857
|
url: https://docsmith.aigne.io/image-bin/uploads/e125a9bee97a1559.svg
|
|
825
858
|
upload_time: 2025-09-15T09:19:16.217Z
|
|
859
|
+
https://www.arcblock.io:
|
|
860
|
+
url: https://www.arcblock.io/image-bin/uploads/e125a9bee97a1559.svg
|
|
861
|
+
upload_time: 2025-09-24T09:29:24.384Z
|
|
826
862
|
581f7aa1f8d93d59a04fd6b2fa3eeb1410649942fdc300a62228444ca910fa48:
|
|
827
863
|
local_path: .aigne/doc-smith/.tmp/assets/d2/31c9b92f2b30a114fad120e2b2ae150ab4f9e239a6560fba2668179b73a446c0.svg
|
|
828
864
|
sites:
|
|
829
865
|
https://docsmith.aigne.io:
|
|
830
866
|
url: https://docsmith.aigne.io/image-bin/uploads/581f7aa1f8d93d59.svg
|
|
831
867
|
upload_time: 2025-09-15T09:19:16.597Z
|
|
868
|
+
https://www.arcblock.io:
|
|
869
|
+
url: https://www.arcblock.io/image-bin/uploads/581f7aa1f8d93d59.svg
|
|
870
|
+
upload_time: 2025-09-24T09:29:26.445Z
|
|
832
871
|
9ca1a93a7f9fe0057cb9a9bf5bad0202d0ef3cd28f6b1857b82e16ccce8d5133:
|
|
833
872
|
local_path: .aigne/doc-smith/.tmp/assets/d2/1edf15b8b1ff3d8607f13fecfcd627773f1284d15cafa8ca0bac0c6624bbb154.svg
|
|
834
873
|
sites:
|
|
835
874
|
https://docsmith.aigne.io:
|
|
836
875
|
url: https://docsmith.aigne.io/image-bin/uploads/9ca1a93a7f9fe005.svg
|
|
837
876
|
upload_time: 2025-09-15T09:19:17.160Z
|
|
877
|
+
https://www.arcblock.io:
|
|
878
|
+
url: https://www.arcblock.io/image-bin/uploads/9ca1a93a7f9fe005.svg
|
|
879
|
+
upload_time: 2025-09-24T09:29:25.920Z
|
|
838
880
|
2f9c174f56c0e5533ed64108ac3762af640e31d249a82640e4e54c81590b753c:
|
|
839
881
|
local_path: .aigne/doc-smith/.tmp/assets/d2/b908079f1cc54afc4c1c5a6a886d7e091e468015796d3dbb168be328abc22510.svg
|
|
840
882
|
sites:
|
|
@@ -853,9 +895,219 @@ ca88fe5d71038ea7ae1b513eff9e36f3a0c7575b9a987962b41b8c0c8b7833ba:
|
|
|
853
895
|
https://docsmith.aigne.io:
|
|
854
896
|
url: https://docsmith.aigne.io/image-bin/uploads/81b3f8028f9876b1.svg
|
|
855
897
|
upload_time: 2025-09-15T09:19:18.680Z
|
|
898
|
+
https://www.arcblock.io:
|
|
899
|
+
url: https://www.arcblock.io/image-bin/uploads/81b3f8028f9876b1.svg
|
|
900
|
+
upload_time: 2025-09-24T09:29:29.869Z
|
|
856
901
|
6b09e27f6cd19989639bca1f59ede5c7d07ea521c87a463a7cd8cf7106dc8917:
|
|
857
902
|
local_path: .aigne/doc-smith/.tmp/assets/d2/832e17e386da95eb568a10a5769cee0698954324d044ae449fc7ce6bc96d87a8.svg
|
|
858
903
|
sites:
|
|
859
904
|
https://docsmith.aigne.io:
|
|
860
905
|
url: https://docsmith.aigne.io/image-bin/uploads/6b09e27f6cd19989.svg
|
|
861
906
|
upload_time: 2025-09-15T09:19:20.715Z
|
|
907
|
+
cc8fa8e017ddc3d7298f49fcf9a7b23a55cdb548f2fe0152be91fc4f822b12b6:
|
|
908
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/87fde617b8a56e79b72effa33c01ff49728b7d682f3894e65c46173adde0a6ef.svg
|
|
909
|
+
sites:
|
|
910
|
+
https://docsmith.aigne.io:
|
|
911
|
+
url: https://docsmith.aigne.io/image-bin/uploads/cc8fa8e017ddc3d7.svg
|
|
912
|
+
upload_time: 2025-09-24T08:56:45.861Z
|
|
913
|
+
https://www.arcblock.io:
|
|
914
|
+
url: https://www.arcblock.io/image-bin/uploads/cc8fa8e017ddc3d7.svg
|
|
915
|
+
upload_time: 2025-09-24T09:29:21.378Z
|
|
916
|
+
64c8f3578b5b704f916ce02985d2fe8440c485ba00b26fabefed23c2c3ca74dd:
|
|
917
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/cd60d2048114b55d5202618a65da88334b94b73fa39ed600562fc4795d993418.svg
|
|
918
|
+
sites:
|
|
919
|
+
https://docsmith.aigne.io:
|
|
920
|
+
url: https://docsmith.aigne.io/image-bin/uploads/64c8f3578b5b704f.svg
|
|
921
|
+
upload_time: 2025-09-24T08:56:46.575Z
|
|
922
|
+
https://www.arcblock.io:
|
|
923
|
+
url: https://www.arcblock.io/image-bin/uploads/64c8f3578b5b704f.svg
|
|
924
|
+
upload_time: 2025-09-24T09:29:22.418Z
|
|
925
|
+
b08d1ae966cb0f2a6301bb9a55bd01bdc7c60c10ebc8aaa6f90ea9eb070d02bf:
|
|
926
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/7e8822ac91c2777b865abb3478da1fde47b044371a0a11f4e62cef88d6dd3df5.svg
|
|
927
|
+
sites:
|
|
928
|
+
https://docsmith.aigne.io:
|
|
929
|
+
url: https://docsmith.aigne.io/image-bin/uploads/b08d1ae966cb0f2a.svg
|
|
930
|
+
upload_time: 2025-09-24T08:56:47.287Z
|
|
931
|
+
https://www.arcblock.io:
|
|
932
|
+
url: https://www.arcblock.io/image-bin/uploads/b08d1ae966cb0f2a.svg
|
|
933
|
+
upload_time: 2025-09-24T09:29:23.443Z
|
|
934
|
+
795c2d148c14d7ce49b9324cd503d0d6f24d7110a9c30a9d48b3b797bfbea0f4:
|
|
935
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/56d1cc75081fd2863cf6c17efe74b370c9afdfb5a58f55614415e90f3a678267.svg
|
|
936
|
+
sites:
|
|
937
|
+
https://docsmith.aigne.io:
|
|
938
|
+
url: https://docsmith.aigne.io/image-bin/uploads/795c2d148c14d7ce.svg
|
|
939
|
+
upload_time: 2025-09-24T08:56:49.241Z
|
|
940
|
+
https://www.arcblock.io:
|
|
941
|
+
url: https://www.arcblock.io/image-bin/uploads/795c2d148c14d7ce.svg
|
|
942
|
+
upload_time: 2025-09-24T09:29:25.439Z
|
|
943
|
+
1e8f94bf9987911955d8d5bf73430eb9d65752d5f9c0aa9e0485881ea0ece17a:
|
|
944
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/0e091f0e5bee0bd867c454109ca2dbb18ce02da6fcc0da84085609c4977b70c6.svg
|
|
945
|
+
sites:
|
|
946
|
+
https://docsmith.aigne.io:
|
|
947
|
+
url: https://docsmith.aigne.io/image-bin/uploads/1e8f94bf99879119.svg
|
|
948
|
+
upload_time: 2025-09-24T08:56:49.569Z
|
|
949
|
+
https://www.arcblock.io:
|
|
950
|
+
url: https://www.arcblock.io/image-bin/uploads/1e8f94bf99879119.svg
|
|
951
|
+
upload_time: 2025-09-24T09:29:27.819Z
|
|
952
|
+
c75957f7c0d0dd5cdc40c3d6fbedf945fbeb297ece36bb55db95dcaf487acf4c:
|
|
953
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/ccdf106d6c674296d8ccfe7d48962db9acff8ad5bd9f12081b2cd6dcbd4d48f4.svg
|
|
954
|
+
sites:
|
|
955
|
+
https://docsmith.aigne.io:
|
|
956
|
+
url: https://docsmith.aigne.io/image-bin/uploads/c75957f7c0d0dd5c.svg
|
|
957
|
+
upload_time: 2025-09-24T08:56:49.635Z
|
|
958
|
+
https://www.arcblock.io:
|
|
959
|
+
url: https://www.arcblock.io/image-bin/uploads/c75957f7c0d0dd5c.svg
|
|
960
|
+
upload_time: 2025-09-24T09:29:27.370Z
|
|
961
|
+
fb6560eb49524c46e1f6c8390d0800de9fd7ed3e1ec3470b1f10b341c7c0909f:
|
|
962
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/980f04636c7502474d87c80eaa9c2fc1c28017ae9edfeaad87780c019facee8b.svg
|
|
963
|
+
sites:
|
|
964
|
+
https://docsmith.aigne.io:
|
|
965
|
+
url: https://docsmith.aigne.io/image-bin/uploads/fb6560eb49524c46.svg
|
|
966
|
+
upload_time: 2025-09-24T08:56:49.700Z
|
|
967
|
+
https://www.arcblock.io:
|
|
968
|
+
url: https://www.arcblock.io/image-bin/uploads/fb6560eb49524c46.svg
|
|
969
|
+
upload_time: 2025-09-24T09:29:27.641Z
|
|
970
|
+
4909d8dd459abc21a9b39eb777260d7b8758d06c1d9a49d73d3177c7c0a06b49:
|
|
971
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/4130df9fb74563bbe2630556b762ae1449aeb191aef71290b812eae8cf13e238.svg
|
|
972
|
+
sites:
|
|
973
|
+
https://docsmith.aigne.io:
|
|
974
|
+
url: https://docsmith.aigne.io/image-bin/uploads/4909d8dd459abc21.svg
|
|
975
|
+
upload_time: 2025-09-24T08:56:49.911Z
|
|
976
|
+
https://www.arcblock.io:
|
|
977
|
+
url: https://www.arcblock.io/image-bin/uploads/4909d8dd459abc21.svg
|
|
978
|
+
upload_time: 2025-09-24T09:29:26.695Z
|
|
979
|
+
fce1359379e42e5bd915ba5da56cf880affef073b82a10008a266520a4e7799c:
|
|
980
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/7c6d59ed6fbd27c8728036685d446311dafc777bb613aae5900759827de43f5f.svg
|
|
981
|
+
sites:
|
|
982
|
+
https://docsmith.aigne.io:
|
|
983
|
+
url: https://docsmith.aigne.io/image-bin/uploads/fce1359379e42e5b.svg
|
|
984
|
+
upload_time: 2025-09-24T08:56:50.461Z
|
|
985
|
+
https://www.arcblock.io:
|
|
986
|
+
url: https://www.arcblock.io/image-bin/uploads/fce1359379e42e5b.svg
|
|
987
|
+
upload_time: 2025-09-24T09:29:28.746Z
|
|
988
|
+
1c62df04f519244295ea89746bae73102a1ae66ad25b91be45805c86f49c6372:
|
|
989
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/830b9906b817bdc61c23969a0048385797db075f3c1937acd60c230950c42e3d.svg
|
|
990
|
+
sites:
|
|
991
|
+
https://docsmith.aigne.io:
|
|
992
|
+
url: https://docsmith.aigne.io/image-bin/uploads/1c62df04f5192442.svg
|
|
993
|
+
upload_time: 2025-09-24T08:56:50.530Z
|
|
994
|
+
https://www.arcblock.io:
|
|
995
|
+
url: https://www.arcblock.io/image-bin/uploads/1c62df04f5192442.svg
|
|
996
|
+
upload_time: 2025-09-24T09:29:28.820Z
|
|
997
|
+
e8dc2861982b34df8c8d358b3693c5066ca4b0db3c473286ef1b8ade12296edd:
|
|
998
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/9c4123134db88de7daed161e423102e1498413209d17426157bce5d7fbaed03d.svg
|
|
999
|
+
sites:
|
|
1000
|
+
https://docsmith.aigne.io:
|
|
1001
|
+
url: https://docsmith.aigne.io/image-bin/uploads/e8dc2861982b34df.svg
|
|
1002
|
+
upload_time: 2025-09-24T08:56:50.549Z
|
|
1003
|
+
https://www.arcblock.io:
|
|
1004
|
+
url: https://www.arcblock.io/image-bin/uploads/e8dc2861982b34df.svg
|
|
1005
|
+
upload_time: 2025-09-24T09:29:29.170Z
|
|
1006
|
+
17b6a5673a6294957d5b15c478653130afaadb39dbfb37800e6d52a8601d782a:
|
|
1007
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/b6a80042e147cb55b8530b532a5a7c3125e9784f61ad8f5a24f83dbc2ac4a3bf.svg
|
|
1008
|
+
sites:
|
|
1009
|
+
https://docsmith.aigne.io:
|
|
1010
|
+
url: https://docsmith.aigne.io/image-bin/uploads/17b6a5673a629495.svg
|
|
1011
|
+
upload_time: 2025-09-24T08:56:51.375Z
|
|
1012
|
+
https://www.arcblock.io:
|
|
1013
|
+
url: https://www.arcblock.io/image-bin/uploads/17b6a5673a629495.svg
|
|
1014
|
+
upload_time: 2025-09-24T09:29:27.422Z
|
|
1015
|
+
acacf37e504934ecb1511fdc04b6d7d96dd6968c11a85ff2b3246f032814c962:
|
|
1016
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/f02d9ba53baac6284de0b4ea3c1a43847a1490119ef1ca8ecea8fc47106aa763.svg
|
|
1017
|
+
sites:
|
|
1018
|
+
https://docsmith.aigne.io:
|
|
1019
|
+
url: https://docsmith.aigne.io/image-bin/uploads/acacf37e504934ec.svg
|
|
1020
|
+
upload_time: 2025-09-24T08:56:51.468Z
|
|
1021
|
+
https://www.arcblock.io:
|
|
1022
|
+
url: https://www.arcblock.io/image-bin/uploads/acacf37e504934ec.svg
|
|
1023
|
+
upload_time: 2025-09-24T09:29:26.977Z
|
|
1024
|
+
bd64b1d9df0250f4ffd02476d96c02d9e70e901b8ec426ceb14c3ee71f14ffd9:
|
|
1025
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/4c964149bf3371af2c15256c19a0877e898299fcfadc03821ae533d06d28030f.svg
|
|
1026
|
+
sites:
|
|
1027
|
+
https://docsmith.aigne.io:
|
|
1028
|
+
url: https://docsmith.aigne.io/image-bin/uploads/bd64b1d9df0250f4.svg
|
|
1029
|
+
upload_time: 2025-09-24T08:56:51.938Z
|
|
1030
|
+
https://www.arcblock.io:
|
|
1031
|
+
url: https://www.arcblock.io/image-bin/uploads/bd64b1d9df0250f4.svg
|
|
1032
|
+
upload_time: 2025-09-24T09:29:28.474Z
|
|
1033
|
+
fa66a8fb2e24676b670529d0eceb0961247800ab838ec6dcc56de8393108964e:
|
|
1034
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/26ec56028ec3de3814b5f0fb75a5341f5eb6d68fe02b10765654d73172e983fe.svg
|
|
1035
|
+
sites:
|
|
1036
|
+
https://docsmith.aigne.io:
|
|
1037
|
+
url: https://docsmith.aigne.io/image-bin/uploads/fa66a8fb2e24676b.svg
|
|
1038
|
+
upload_time: 2025-09-24T08:56:52.090Z
|
|
1039
|
+
https://www.arcblock.io:
|
|
1040
|
+
url: https://www.arcblock.io/image-bin/uploads/fa66a8fb2e24676b.svg
|
|
1041
|
+
upload_time: 2025-09-24T09:29:28.493Z
|
|
1042
|
+
dc58f310643aafba915822acd28febe604ba2453516cf391f292b6bf28bdcaa1:
|
|
1043
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/73e352d2006ed112b6607ccea14399a350c4d908e17dcf04f18c6c5bae34ff9c.svg
|
|
1044
|
+
sites:
|
|
1045
|
+
https://docsmith.aigne.io:
|
|
1046
|
+
url: https://docsmith.aigne.io/image-bin/uploads/dc58f310643aafba.svg
|
|
1047
|
+
upload_time: 2025-09-24T08:56:52.139Z
|
|
1048
|
+
https://www.arcblock.io:
|
|
1049
|
+
url: https://www.arcblock.io/image-bin/uploads/dc58f310643aafba.svg
|
|
1050
|
+
upload_time: 2025-09-24T09:29:27.971Z
|
|
1051
|
+
f2fcf96622e1101b78c51a6da7af6a949b94123a8da3279031a9a261b0397084:
|
|
1052
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/ef5d7c69ebfc64d33f3eb16740d93711e27b41839bc1cf31a89d7a41649f57a7.svg
|
|
1053
|
+
sites:
|
|
1054
|
+
https://docsmith.aigne.io:
|
|
1055
|
+
url: https://docsmith.aigne.io/image-bin/uploads/f2fcf96622e1101b.svg
|
|
1056
|
+
upload_time: 2025-09-24T08:56:52.603Z
|
|
1057
|
+
https://www.arcblock.io:
|
|
1058
|
+
url: https://www.arcblock.io/image-bin/uploads/f2fcf96622e1101b.svg
|
|
1059
|
+
upload_time: 2025-09-24T09:29:29.579Z
|
|
1060
|
+
0adf20ced4619c0674c19f97d50ef9cd7a1a184eb9b2ba1d5ed45f8c545779bb:
|
|
1061
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/a91f08bf01c438384d0c17f627a87242c8e74723ac74e5e9b61a828da6b6d6a6.svg
|
|
1062
|
+
sites:
|
|
1063
|
+
https://docsmith.aigne.io:
|
|
1064
|
+
url: https://docsmith.aigne.io/image-bin/uploads/0adf20ced4619c06.svg
|
|
1065
|
+
upload_time: 2025-09-24T08:56:52.785Z
|
|
1066
|
+
https://www.arcblock.io:
|
|
1067
|
+
url: https://www.arcblock.io/image-bin/uploads/0adf20ced4619c06.svg
|
|
1068
|
+
upload_time: 2025-09-24T09:29:29.670Z
|
|
1069
|
+
cfdb4a330f3a7f4fbd682df351a25e1cc63714354560b1dac28a43ec0c54d06e:
|
|
1070
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/01ec63cd84ef864af410496438696d387b4adc89545dced2346b1b740afbaca5.svg
|
|
1071
|
+
sites:
|
|
1072
|
+
https://docsmith.aigne.io:
|
|
1073
|
+
url: https://docsmith.aigne.io/image-bin/uploads/cfdb4a330f3a7f4f.svg
|
|
1074
|
+
upload_time: 2025-09-24T08:56:53.243Z
|
|
1075
|
+
https://www.arcblock.io:
|
|
1076
|
+
url: https://www.arcblock.io/image-bin/uploads/cfdb4a330f3a7f4f.svg
|
|
1077
|
+
upload_time: 2025-09-24T09:29:30.851Z
|
|
1078
|
+
ea95c7c5a21e808ab1423a624b7f14696b6f640f8187007361ccb0f8021bd26a:
|
|
1079
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/989bd04ae5827fe5d7b8dda3e661fadc5321177ea93c58cf85b752cd2844d89c.svg
|
|
1080
|
+
sites:
|
|
1081
|
+
https://docsmith.aigne.io:
|
|
1082
|
+
url: https://docsmith.aigne.io/image-bin/uploads/ea95c7c5a21e808a.svg
|
|
1083
|
+
upload_time: 2025-09-24T08:56:53.322Z
|
|
1084
|
+
https://www.arcblock.io:
|
|
1085
|
+
url: https://www.arcblock.io/image-bin/uploads/ea95c7c5a21e808a.svg
|
|
1086
|
+
upload_time: 2025-09-24T09:29:31.069Z
|
|
1087
|
+
a81c6f6993c186bff708ff143baf110a05d145c5daf6082bb93874c451452abd:
|
|
1088
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/485e7d2dcd00d3f6283a485fe43124725c99c7cdd54230d0240faada024f7f20.svg
|
|
1089
|
+
sites:
|
|
1090
|
+
https://docsmith.aigne.io:
|
|
1091
|
+
url: https://docsmith.aigne.io/image-bin/uploads/a81c6f6993c186bf.svg
|
|
1092
|
+
upload_time: 2025-09-24T08:56:53.926Z
|
|
1093
|
+
https://www.arcblock.io:
|
|
1094
|
+
url: https://www.arcblock.io/image-bin/uploads/a81c6f6993c186bf.svg
|
|
1095
|
+
upload_time: 2025-09-24T09:29:31.804Z
|
|
1096
|
+
291c1a361f1dc6fe22bd1b0b9e788804ea5f66935d3eecf9ec1cc08a80e6f086:
|
|
1097
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/1a551b54434f2076bb3d9f26cee7adba130e4c3910fc70571d245b63345b93df.svg
|
|
1098
|
+
sites:
|
|
1099
|
+
https://docsmith.aigne.io:
|
|
1100
|
+
url: https://docsmith.aigne.io/image-bin/uploads/291c1a361f1dc6fe.svg
|
|
1101
|
+
upload_time: 2025-09-24T08:56:54.155Z
|
|
1102
|
+
https://www.arcblock.io:
|
|
1103
|
+
url: https://www.arcblock.io/image-bin/uploads/291c1a361f1dc6fe.svg
|
|
1104
|
+
upload_time: 2025-09-24T09:29:32.269Z
|
|
1105
|
+
f04e3b1dd9a23a09036f70a3946826dd2eff418d124a262852f40b055e378b3c:
|
|
1106
|
+
local_path: .aigne/doc-smith/.tmp/assets/d2/d4fed09c6b3691d511e8250fdc81ee9a3bfdf3e7e5f44f9d2f9242c9beb11ad3.svg
|
|
1107
|
+
sites:
|
|
1108
|
+
https://docsmith.aigne.io:
|
|
1109
|
+
url: https://docsmith.aigne.io/image-bin/uploads/f04e3b1dd9a23a09.svg
|
|
1110
|
+
upload_time: 2025-09-24T08:56:54.589Z
|
|
1111
|
+
https://www.arcblock.io:
|
|
1112
|
+
url: https://www.arcblock.io/image-bin/uploads/f04e3b1dd9a23a09.svg
|
|
1113
|
+
upload_time: 2025-09-24T09:29:32.783Z
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
name: Create Release PR
|
|
2
|
+
|
|
3
|
+
env:
|
|
4
|
+
NODE_OPTIONS: "--max_old_space_size=6144"
|
|
5
|
+
|
|
6
|
+
on:
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
|
|
9
|
+
permissions:
|
|
10
|
+
contents: write
|
|
11
|
+
pull-requests: write
|
|
12
|
+
|
|
13
|
+
jobs:
|
|
14
|
+
release:
|
|
15
|
+
runs-on: ubuntu-latest
|
|
16
|
+
steps:
|
|
17
|
+
- uses: AIGNE-io/release-please-action@v4.3.0
|
|
18
|
+
id: release
|
|
19
|
+
with:
|
|
20
|
+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
|
21
|
+
release-stable: true
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
name: publish docs
|
|
2
|
+
|
|
3
|
+
env:
|
|
4
|
+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
|
5
|
+
|
|
6
|
+
permissions:
|
|
7
|
+
contents: write
|
|
8
|
+
|
|
9
|
+
on:
|
|
10
|
+
push:
|
|
11
|
+
branches:
|
|
12
|
+
- master
|
|
13
|
+
- main
|
|
14
|
+
|
|
15
|
+
jobs:
|
|
16
|
+
publish-docs:
|
|
17
|
+
runs-on: ubuntu-latest
|
|
18
|
+
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
|
|
19
|
+
steps:
|
|
20
|
+
- name: Checkout repo
|
|
21
|
+
uses: actions/checkout@v4
|
|
22
|
+
with:
|
|
23
|
+
token: ${{ secrets.GITHUB_TOKEN }}
|
|
24
|
+
ref: ${{ github.head_ref || github.ref_name }}
|
|
25
|
+
fetch-depth: 0
|
|
26
|
+
|
|
27
|
+
- name: Setup Node.js
|
|
28
|
+
uses: actions/setup-node@v4
|
|
29
|
+
with:
|
|
30
|
+
node-version: '22.16.0'
|
|
31
|
+
|
|
32
|
+
- uses: oven-sh/setup-bun@v2
|
|
33
|
+
with:
|
|
34
|
+
bun-version: latest
|
|
35
|
+
cache: true
|
|
36
|
+
|
|
37
|
+
- name: Install @aigne/cli
|
|
38
|
+
run: |
|
|
39
|
+
bun install -g @aigne/cli
|
|
40
|
+
|
|
41
|
+
- name: Publish docs to arcblock.io
|
|
42
|
+
env:
|
|
43
|
+
DOC_DISCUSS_KIT_ACCESS_TOKEN: ${{ secrets.DOC_PUBLISH_API_KEY_ARCBLOCK }}
|
|
44
|
+
run: |
|
|
45
|
+
set -e
|
|
46
|
+
aigne doc publish --appUrl https://www.arcblock.io
|
|
47
|
+
|
|
48
|
+
- name: Publish docs to prod docsmith
|
|
49
|
+
env:
|
|
50
|
+
DOC_DISCUSS_KIT_ACCESS_TOKEN: ${{ secrets.DOC_PUBLISH_API_KEY_DOCSMITH }}
|
|
51
|
+
run: |
|
|
52
|
+
set -e
|
|
53
|
+
aigne doc publish --appUrl https://docsmith.aigne.io
|
|
54
|
+
|
|
55
|
+
- name: Commit and push changes
|
|
56
|
+
run: |
|
|
57
|
+
git config --local user.name "bot"
|
|
58
|
+
git config --local user.email "bot@arcblock.io"
|
|
59
|
+
if [ -n "$(git status --porcelain)" ]; then
|
|
60
|
+
echo "Changes detected. Committing and pushing..."
|
|
61
|
+
git add -A
|
|
62
|
+
git commit -m "chore(docs): push doc smith cache [skip ci]"
|
|
63
|
+
BRANCH="${{ github.head_ref || github.ref_name }}"
|
|
64
|
+
git push origin HEAD:refs/heads/"${BRANCH}"
|
|
65
|
+
else
|
|
66
|
+
echo "No changes to commit."
|
|
67
|
+
fi
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
release-please:
|
|
14
14
|
runs-on: ubuntu-latest
|
|
15
15
|
steps:
|
|
16
|
-
- uses:
|
|
16
|
+
- uses: AIGNE-io/release-please-action@v4.3.0
|
|
17
17
|
id: release
|
|
18
18
|
with:
|
|
19
19
|
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
|
@@ -45,9 +45,5 @@ jobs:
|
|
|
45
45
|
if: ${{ steps.release.outputs.release_created }}
|
|
46
46
|
run: |
|
|
47
47
|
npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
else
|
|
51
|
-
pnpm publish --access public --no-git-checks
|
|
52
|
-
fi
|
|
53
|
-
|
|
48
|
+
TAG=$(node -p "require(\"./package.json\").version.includes(\"beta\") ? \"beta\" : \"latest\"")
|
|
49
|
+
pnpm publish --access public --no-git-checks --tag $TAG || true
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.11-beta.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta...v0.8.11-beta.1) (2025-09-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **cli:** deploy website with @blocklet/payment-broker-client ([#139](https://github.com/AIGNE-io/aigne-doc-smith/issues/139)) ([a52f397](https://github.com/AIGNE-io/aigne-doc-smith/commit/a52f397728808e44ba41ccdcd7404ffa168fef94))
|
|
9
|
+
* **cli:** improve vendor handling and debugability on publish ([#138](https://github.com/AIGNE-io/aigne-doc-smith/issues/138)) ([430e17c](https://github.com/AIGNE-io/aigne-doc-smith/commit/430e17c4eadfc919bba66953bd93f21de00dba92))
|
|
10
|
+
* **core:** support doc evaluation and reports ([#140](https://github.com/AIGNE-io/aigne-doc-smith/issues/140)) ([3222f97](https://github.com/AIGNE-io/aigne-doc-smith/commit/3222f97c5b0c82039cd5b913ea42ea567e1d74e3))
|
|
11
|
+
* tune document and structure update with tools ([#137](https://github.com/AIGNE-io/aigne-doc-smith/issues/137)) ([90e645c](https://github.com/AIGNE-io/aigne-doc-smith/commit/90e645c0be8a5926d3f97009a449b539ef6b2954))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* treat description as text node instead of markdown attribute value ([#136](https://github.com/AIGNE-io/aigne-doc-smith/issues/136)) ([67fccdd](https://github.com/AIGNE-io/aigne-doc-smith/commit/67fccdd6dc8faa272f3c58e3575909d7833c813b))
|
|
17
|
+
|
|
18
|
+
## [0.8.11-beta](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10...v0.8.11-beta) (2025-09-22)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* update readme docs ([#130](https://github.com/AIGNE-io/aigne-doc-smith/issues/130)) ([16b5acf](https://github.com/AIGNE-io/aigne-doc-smith/commit/16b5acf2398ee7b242c5f3229f2bcf2de2fad7d0))
|
|
24
|
+
|
|
3
25
|
## [0.8.10](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10-beta.3...v0.8.10) (2025-09-20)
|
|
4
26
|
|
|
5
27
|
|