This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Introduction
Currently, smart-doc pushes all content to torna each time, which leads to a large amount of data being pushed for many large projects and easily triggers the issue of excessive push size. Torna also needs to process all interfaces. Therefore, the community is exploring whether it is possible to implement incremental updates based on git management mechanisms.
Incremental updates can also solve the problem that each developer in the team may modify the smart-doc.json configuration file separately under the current version to control incremental updates, which makes collaborative management difficult.
Implementation Principle
Implementation Steps
Developers
All reactions