Sign inSign up

thinkco/mkdocs

By thinkco

Updated about 5 years ago

MkDocs + MkDocs Material + Plugins for CI/CD

Image
0

1.9K

thinkco/mkdocs repository overview

MkDocs Stack

MkDocs image with MkDocs Material and useful plugins for CI/CD or interactive use.

mdBook

Versions/Plugins

  • MkDocs Angular Base Image 7.1.9

PlantUML Support

This image contains a JRE to run PlantUML locally. The plantuml command is available on /usr/bin/plantuml.

  • PlantUML 1.2020.19
  • GraphViz 2.44.0-r2
  • OpenJRE 8 8.292.10-r0
  • Full complement of MSFonts... so diagrams look the same as on the plantuml server.

This makes the image fatter but it has the benefit that you can render plantuml diagrams without internet/proxy access to an external server.

Using it from Gitlab-CI

image: thinkco/mkdocs:latest

pages:
  script:
    - mkdocs build
    - mv site public
  artifacts:
    paths:
    - public
  only:
  - master

Legal matter:

  • All product names, logos, brands, trademarks and registered trademarks are property of their respective owners.
  • All company, product and service names used in this website are for identification purposes only. Use of these names, trademarks and brands does not imply endorsement.

ThinkCode

Built in 🇩🇪 with ♥️ by Carlos Lozano Diez / Gitlab / Github / LinkedIn / DockerHub

Tag summary

Content type

Image

Digest

Size

359.8 MB

Last updated

about 5 years ago

docker pull thinkco/mkdocs