* fix version selector in v1.10
- add `version-1.11` in `v1.10` version selector
Signed-off-by: harshvkarn <harshvkarn54@gmail.com>
* remove v1.6 support from version selector
- `v1.6` is deprecated, so remove `v1.6` from version selector
Signed-off-by: harshvkarn <harshvkarn54@gmail.com>
* fix docsbranch for 1.11
Changes that will help upcoming consolidation work:
- Add variable `githubWebsiteRaw` to config.toml to facilitate building
links to raw YAML files
- Revise `codenew` shortcode to generate links to raw YAML files instead
of github.com file view;
- Rename `artifacts` directory to `examples` to better reflect its usage;
Accompanied changes as show cases:
- Moved `deployment.yaml`, `deployment-update.yaml` and
`deployment-scale.yaml` to the new `examples/application` subdirectory;
- Removed duplicate instances of the above YAML files in other
directories;
- Update example_test.go to test the relocated YAML files and removed
testing for files that no longer needed.