Skip to content

使用flask构建的一个本地markdown文件编辑和预览应用,可以配合mkdocs使用,充当mkdocs的后台管理页面,以动态编辑mkdocs文档。| A local markdown file editing and preview application built using flask, which can be used with mkdocs to serve as the admin panel of mkdocs to dynamically edit mkdocs documents

Notifications You must be signed in to change notification settings

Anionex/Mkdoc-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mkdocs Admin

使用方法

首先,安装依赖

pip install -r requirements.txt

windows:

右键运行start.ps1 或者

python app.py

linux:

python app.py

运行端口请查看控制台输出。 这只是一个开发版服务,若要使用在生产环境中,请使用生产环境WSGI服务器


Mkdocs Admin

Usage

First, install the dependencies

pip install -r requirements.txt

Windows:

Right-click to run start.ps1 or

python app.py

Linux:

python app.py

Check the console output for the running port. This is just a development version service. For production use, please use a production WSGI server.


About

使用flask构建的一个本地markdown文件编辑和预览应用,可以配合mkdocs使用,充当mkdocs的后台管理页面,以动态编辑mkdocs文档。| A local markdown file editing and preview application built using flask, which can be used with mkdocs to serve as the admin panel of mkdocs to dynamically edit mkdocs documents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published