[go: nahoru, domu]

Skip to content

suecodelabs/docker-drawio-mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static mkdocs generator (including drawio)

What is it?

A script that will (re)build a local container to generate a static website for your MkDocs documentation, written in markdown and including generated drawio images.

How to use

Fork this repository, add your own content to the docs directory and generate the static content using update.sh.

Running update.sh will (re)build a local docker container and generate a site-directory with a static version of your mkdocs :)

Requires docker and git commands to be available.

drawio?

drawio is a neat solution to draw your images and save them to XML, SVG or binary formats (such as PNG).

Files generated using draw.io and saved as XML into {filename}.drawio will be converted into an svg file.

You can include files for generation in your markdown using ![example.drawio](example.drawio)

Markdown / MkDocs / MkDocs-Material

MkDocs will index, provide search functionality and format your markdown documents into a website. Material for MkDocs is used to provide some extra bells and whistles

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published