Skip to content

Commit

Permalink
Remove TMC from docs
Browse files Browse the repository at this point in the history
Signed-off-by: Mangirdas Judeikis <mangirdas@judeikis.lt>
  • Loading branch information
mjudeikis committed Jun 15, 2023
1 parent 829066d commit c4ca447
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 921 deletions.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## Overview

Our documentation is powered by [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) with some
Our documentation is powered by [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) with some
additional plugins and tools:

- [awesome-pages plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin)
- [macros plugin](https://mkdocs-macros-plugin.readthedocs.io/en/latest/)
- [mike](https://github.com/jimporter/mike) for multiple version support

We have support in place for multiple languages (i18n), although we currently only have documentation in English. If
We have support in place for multiple languages (i18n), although we currently only have documentation in English. If
you're interested in contributing translations, please let us know!

## File structure

All documentation-related items live in `docs` (with the small exception of various `make` targets and some helper
All documentation-related items live in `docs` (with the small exception of various `make` targets and some helper
scripts in `hack`).

The structure of `docs` is as follows:
Expand Down Expand Up @@ -43,6 +43,6 @@ All documentation building and publishing is done using GitHub Actions in

## Theme Overrides

The goal is to have no full overrides of any theme partials. We currently override `header.html` to customize the
way the language selection dropdown is rendered. We are working with the theme developers to see if we can help make
The goal is to have no full overrides of any theme partials. We currently override `header.html` to customize the
way the language selection dropdown is rendered. We are working with the theme developers to see if we can help make
some changes upstream that don't require an override.
6 changes: 2 additions & 4 deletions docs/content/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you find yourself working on something that is unplanned and/or untracked (i.
- New features start under a feature-gate (`--feature-gate GateName=true`). (At some point in the future), new feature-gates are off by default *at least* until the APIs are promoted to beta (we are not there before we have reached MVP).
- Feature-gated code can be incomplete. Also their e2e coverage can be incomplete. **We do not compromise on unit tests**. Every feature-gated code needs full unit tests as every other code-path.
- Go Proverbs are good guidelines for style: https://go-proverbs.github.io/ – watch https://www.youtube.com/watch?v=PAAkCSZUG1c.
- We use Testify's [require](https://pkg.go.dev/github.com/stretchr/testify/require) a
- We use Testify's [require](https://pkg.go.dev/github.com/stretchr/testify/require) a
lot in tests, and avoid
[assert](https://pkg.go.dev/github.com/stretchr/testify/assert).

Expand Down Expand Up @@ -199,9 +199,7 @@ and [prow](https://github.com/kubernetes/test-infra/tree/master/prow) to automat
Here are the most important links:
- [.github/workflows/ci.yaml](https://github.com/kcp-dev/kcp/blob/main/.github/workflows/ci.yaml) defines the Github Actions based jobs.
- [openshift/release/ci-operator/config/kcp-dev/kcp](https://github.com/openshift/release/tree/master/ci-operator/config/kcp-dev/kcp) defines the prow based jobs.
- [OpenShift CI docs](https://docs.ci.openshift.org/docs/) describes the OpenShift CI system that kcp is currently piggy backing on.
- [Testgrid](https://k8s-testgrid.appspot.com/kcp-main#Summary) shows CI statistics.
- [kcp-dev/kcp/.prow.yaml](https://github.com/kcp-dev/kcp/blob/main/.prow.yaml)](https://github.com/kcp-dev/kcp/blob/main/.prow.yaml) defines the prow based jobs.
## Debugging flakes
Expand Down
187 changes: 0 additions & 187 deletions docs/content/concepts/placement-locations-and-scheduling.md

This file was deleted.

Loading

0 comments on commit c4ca447

Please sign in to comment.