mirror of https://github.com/rancher/docs.git
|
|
||
|---|---|---|
| .vscode | ||
| archetypes | ||
| content | ||
| data | ||
| layouts | ||
| scripts | ||
| src | ||
| .ackrc | ||
| .dockerignore | ||
| .drone.yml | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| .sass-lint.yml | ||
| Dockerfile.build | ||
| Dockerfile.dev | ||
| Dockerfile.prod | ||
| Dockerfile.staging | ||
| README.md | ||
| config.toml | ||
| gulpfile.babel.js | ||
| netlify.toml | ||
| nginx.conf | ||
| package.json | ||
README.md
Rancher Docs
Running for development/editing
The rancher/docs:dev docker image runs a live-updating server. To run on your workstation, run:
./scripts/dev
and then navigate to http://localhost:9001/. You can customize the port by passing it as an argument:
./scripts/dev 8080