Skip to content

umavelusamy/documentation

 
 

Repository files navigation

MyController documentation and website

publish container images

This repository contains MyController live website and documentation. Live always hosts master branch.

You can host it privately on your environment. If you are looking for a specific version.

Live

Download

Container images

master branch images are tagged as :master
Both released and master branch container images are published in to the following registries,

Setup development environment

Pre Requests

Setup

# update docsy theme dependency
git submodule update --init --recursive

# download npm dependencies
yarn install

# run
hugo serve -D

You can see a message,

Web Server is available at //localhost:1313/ (bind address 127.0.0.1)

On your browser you can access it on the specified address.
Your changes will be updated dynamically.

About

MyController 2.x website and documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.4%
  • Shell 17.3%
  • SCSS 13.5%
  • Dockerfile 4.8%