Skip to content

📖 Fix anchor issue in docs/scope-and-objectives.md #4530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/scope-and-objectives.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,20 @@ This is a living document that is refined over time. It serves as guard rails fo

## Table of Contents

* [Statement and Objectives](#cluster-api-statement-and-objectives)
* [Metadata](#metadata)
* [Cluster API Scope and Objectives](#cluster-api-scope-and-objectives)
* [Table of Contents](#table-of-contents)
* [Summary](#summary)
* [What is Cluster API?](#what-is-cluster-api)
* [Glossary](#glossary)
* [Motivation](#motivation)
* [Goals](#goals)
* [Non\-goals](#non-goals)
* [Non-goals](#non-goals)
* [Requirements](#requirements)
* [Workstreams](#workstreams)
* [Foundation](#foundation)
* [User Experience](#user-experience)
* [Organization](#organization)
* [Validation](#validation)
* [Extension](#extension)

## Summary

Expand All @@ -61,7 +65,7 @@ We are building a set of Kubernetes cluster management APIs to enable common clu

## Glossary

[See ./book/GLOSSARY.md](./book/GLOSSARY.md)
[See ./book/GLOSSARY.md](./book/src/reference/glossary.md)

- __Cluster API__: Unless otherwise specified, this refers to the project as a whole.
- __Infrastructure provider__: Refers to the source of computational resources (e.g. machines, networking, etc.). Examples for cloud include AWS, Azure, Google, etc.; for bare metal include VMware, MAAS, etc. When there is more than one way to obtain resources from the same infrastructure provider (e.g. EC2 vs. EKS) each way is referred to as a variant.
Expand Down