mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Clean some code and add documentation
This commit is contained in:
parent
06685bbe13
commit
9b05a0bc8e
15 changed files with 208 additions and 140 deletions
|
@ -1,4 +1,7 @@
|
|||
#svg.rb is a workaround to allow built-in jekyll server
|
||||
#to serve svg files with jekyll --server.
|
||||
|
||||
require 'webrick'
|
||||
include WEBrick
|
||||
|
||||
WEBrick::HTTPUtils::DefaultMimeTypes.store 'svg', 'image/svg+xml'
|
||||
WEBrick::HTTPUtils::DefaultMimeTypes.store 'svg', 'image/svg+xml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue