Skip to content

Repository files navigation

Docify

😭😭
😭😭

A package that can quickly build a document website.


Steps

1. Add the dependience and write main function

// file: lib/main.dartimport'package:docify/docify.dart';
voidmain() =>Docify().run();

2. Write information according to the rules

# 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

3. Prepare documentation files

# dir: assets/docify/docs/

Example

See here

About

A flutter package that can quickly build a document website

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages