在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
EasyDocDocumentationWhat is EasyDoc?EasyDoc, EasyDoc pronunciation [ˈiziˈdɑk] sound file Communication
Software Updates and Downloadslink to download software (Compressed package need to extract the software file.) Only one software file, do not install, not to rely on others, support to Microsoft system computer, Apple system computer, Linux system computer. How to update the software: Please download the new software file overwrite the old software file. EasyDoc is developed by Go language, open source software, you can use the source code to compile. In fact, you do not have to do that, we have compiled and optimized software for download. Command Line to Use
software file in the current directory: EasyDoc Currently Supported Command:
Static documents which Generated by EasyDoc are placed in the Basic Directory StructureUse ├── dist //release directory├── config│ └── config.toml //Configuration file, using toml syntax├── src //Writing directory: store .md source files(required, support to store in this directory and its subdirectories)│ ├── index.md //Home(not required, but recommended)│ ├── NO-asset-folder.txt //To avoid conflicts, prompt src directory with caution asset and static subdirectory│ └── NO-static-folder.txt├── static //Static file directory, this directory will be completely copied to the release directory(Flexibility to use it for file layout)└── theme //Template directory (support multiple sets of templates) └── default //This default template ├── css │ └── style.css //Css file in template(No,use the software's default) ├── js │ └── app.js //Js file in the template(No,use the software's default) ├── doc.tpl //Document template(No,use the software's default) └── menu.tpl //Menu template(The menu is generated in order, Explanations below.)├── easydoc.exe //software file(Recommended put it on the global environment directory
scanFile = [ ["Link title", "base on src directory, src beginning of character, .md file path(support external link)"], ["Home", "src/index.md"], ["XXX page", "src/sub/XXX.md"],] ContributionGitHub: https://github.com/wuyumin/easydoc Welcome star it Who Use EasyDocWelcome to provide "Who Use EasyDoc". |
请发表评论