strictdoc
strictdoc copied to clipboard
Software for technical documentation and requirements management.
A revision is needed: - [ ] How paths are stored in `ProjectConfig` - [ ] `FileFinder.find_files_with_extensions` - [ ] FileTree classes - [ ] `DocumentMeta` fields The overall goals:...
- switch to grid to adapt to a narrow screen (switcher goes to top of the tree, other blocks go after the tree) - add stats
Document tree on the index shows folders first, then files. But in the document view - vice versa - first files, then folders (there is no obvious recursion, but in...
Also provide examples for all key features.
We need Openapi (Swagger) web view for references to REST API specs. Popular Openapi publishers like Redoc and Rapidoc support Openapi webview as [html injections](https://rapidocweb.com/rapidoc-mini.html). Example: 1. Add to HTML...
### Environment StrictDoc Version: 0.0.47 Python Version: 3.11.6 ### Description: I've encountered an issue when working with .sdoc files in StrictDoc. The problem arises when I attempt to use a...
The discovery of the gitignore files should work recursively.
- [x] Implementation of forward and backward links working together in the same integration test. UI supports both forwards and backward links with Javascript. https://github.com/strictdoc-project/strictdoc/pull/1609 - [ ] Validation of...
Related: https://github.com/strictdoc-project/strictdoc/issues/1350.