Docify
A package that can quickly build a document website. <br/> <br/> <br/>
Steps
1. Add the dependience and write main function
// file: lib/main.dart
import 'package:docify/docify.dart';
void main() => Docify().run();
2. Write information according to the rules
# file: assets/docify/docify.yaml
name: ææçććźą
icon: logo.png
declare: æŹąèżæ„ć°èżé
center:
- title: æ”èŻ1
image: 'https://raw.githubusercontent.com/mocaraka/assets/main/picture/326.jpg'
content: test1
- title: æ”èŻ2
image: 'https://raw.githubusercontent.com/mocaraka/assets/main/picture/330.jpg'
content: test2
router:
mode: history
routes:
- name: a
path: test1.md
children:
- name: b
path: test2.md
- name: b
path: test3.md
- name: c
path: test4.md
3. Prepare documentation files
# dir: assets/docify/docs/