Database schema docu for tables, columns, etc.; see a live demo @
schemadoc.github.io/schemadoc-theme
Replace the database.json
sample in the _data
folder with your own and
change the site.title
settings in _config.yml
to
match your own e.g.:
title: 'Your Database Schema'
Let Jekyll (or GitHub Pages) auto-generate your static site, that is, database schema docu:
-
For "classic" Jekyll => Run the build command e.g.
$ jekyll build
. -
For GitHub Pages => Commit your changes to get your docu automagically re-generated.
The schema scripts and templates are dedicated to the public domain. Use it as you please with no restrictions whatsoever.