Stable documentation
Staging documentation
Containerum docs is a documentation project for Containerum Web UI. It contains guides on installing and configuring Containerum Web UI, manuals, CI/CD instructions, etc. Containerum Docs can be launched locally with YARN and Hugo. We strive to make docs as clear and substantial as possible, so we welcome contributions and advice.
If you want to contribute to docs and watch changes locally before you make a commit, run:
gulp build
hugo serve --bind 0.0.0.0 -w
Now you can access the docs at 127.0.0.1:1313
If you just want to build the docs project, run:
gulp build
hugo
- All static files should be put in static_src folder
- All images for content should be put in corresponding folder in static_src/img/content. E.g. To use img.png in /content/release-notes/cli.md, the path for the picture should be /static_src/img/content/release-notes/cli/img.png.
Copyright (c) 2015-2018 Exon LV.
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.