mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 02:04:08 +01:00
Add jekyll-rtd-theme
This commit is contained in:
14
docs/Makefile
Normal file
14
docs/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
default:
|
||||
@bundle install
|
||||
|
||||
update:
|
||||
@bundle update
|
||||
|
||||
clean:
|
||||
@bundle exec jekyll clean
|
||||
|
||||
server: clean
|
||||
@bundle exec jekyll server
|
||||
|
||||
build: clean
|
||||
@bundle exec jekyll build --profile
|
||||
Reference in New Issue
Block a user