This website requires JavaScript.
Explore
Help
Register
Sign In
knative
/
docs
mirror of
https://github.com/knative/docs.git
Watch
1
Star
0
Fork
You've already forked docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
release-1.5
docs
/
hack
/
mkdocs.sh
6 lines
102 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
PORT
=
${
2
:-
8000
}
mkdocs serve --config-file
"./mkdocs.yml"
--livereload -a 0.0.0.0:
${
PORT
}
Reference in New Issue
View Git Blame
Copy Permalink