A package that can quickly build a document website.
// file: lib/main.dartimport'package:docify/docify.dart';
voidmain() =>Docify().run();# file: assets/docify/docify.yamlname: 思思的博客icon: logo.pngdeclare: 欢迎来到这里center:
- title: 测试1image: 'https://raw.githubusercontent.com/mocaraka/assets/main/picture/326.jpg'content: test1
- title: 测试2image: 'https://raw.githubusercontent.com/mocaraka/assets/main/picture/330.jpg'content: test2router:
mode: historyroutes:
- name: apath: test1.mdchildren:
- name: bpath: test2.md
- name: bpath: test3.md
- name: cpath: test4.md# dir: assets/docify/docs/