Documentation for Rancher products (for 2.0/new site)
Go to file
niusmallnan 01b3cb13ca RancherOS: add date and time zone page (#1714)
* RancherOS: add date and time zone page

* Copy edit time zone data page for RancherOS
2019-10-07 23:02:56 -07:00
.vscode
archetypes
assets fix small spacing issue in docs 2019-09-23 08:27:06 -07:00
content RancherOS: add date and time zone page (#1714) 2019-10-07 23:02:56 -07:00
data Training link on 2.0 docs homepage 2019-03-19 16:43:44 -07:00
layouts Title or short title 2019-07-15 15:32:37 -07:00
scripts add windows powershell script 2019-04-16 10:41:03 -07:00
src fixing up bpg 2019-07-15 22:30:16 -07:00
static v2.3 Docs (#1662) 2019-10-07 22:53:18 -07:00
.ackrc RKE v0.1.x -> latest 2019-04-03 13:19:39 -07:00
.dockerignore
.drone.yml
.editorconfig
.eslintrc.js
.gitignore copy original doc 2019-07-08 12:02:03 -07:00
.sass-lint.yml
Dockerfile.algolia
Dockerfile.build
Dockerfile.dev
Dockerfile.prod
Dockerfile.staging
LICENSE Add License 2019-03-22 11:19:26 -07:00
README.md http to https 2019-09-12 02:10:05 -07:00
config.toml
newfile Minor changes to docs about private registry 2019-07-15 15:32:37 -07:00
nginx.conf RKE v0.1.x -> latest 2019-04-03 13:19:39 -07:00
package.json Moment-timezone 2019-08-05 15:16:02 -07:00
yarn.lock

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:

Linux

  ./scripts/dev

Windows

./scripts/dev-windows.ps1

and then navigate to http://localhost:9001/. You can customize the port by passing it as an argument:

Linux

  ./scripts/dev 8080

Windows

./scripts/dev-windows.ps1 -port 8080

License

Copyright (c) 2014-2019 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.