Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions config/redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ plugins:
versioned/eventing/sink/kafka-sink.md: versioned/eventing/sinks/kafka-sink.md
versioned/eventing/sources/containersource.md: versioned/eventing/custom-event-source/containersource/README.md
versioned/eventing/sources/pingsource/index.md: versioned/eventing/sources/ping-source/README.md
versioned/install/quickstart-install.md: versioned/getting-started/quickstart-install.md
versioned/install/collecting-logs/index.md: versioned/serving/observability/logging/collecting-logs.md
versioned/install/collecting-metrics/index.md: versioned/serving/observability/metrics/collecting-metrics.md
versioned/install/eventing/eventing-installation-files.md: versioned/install/yaml-install/eventing/eventing-installation-files.md
Expand Down
1 change: 0 additions & 1 deletion docs/snippets/quickstart-install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!-- Snippet used in the following topics:
- versioned/getting-started/quickstart-install.md
- versioned/install/quickstart-install.md
-->
## Install the Knative quickstart plugin

Expand Down
1 change: 0 additions & 1 deletion docs/snippets/quickstart-prereqs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!-- Snippet used in the following topics:
- versioned/getting-started/README.md
- versioned/install/quickstart-install.md
- versioned/getting-started/quickstart-install.md
-->
## Before you begin
Expand Down
87 changes: 43 additions & 44 deletions docs/versioned/.nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,49 +39,6 @@ nav:
- 6 - Advanced event filtering: bookstore/page-6/advanced-event-filtering.md
- 7 - Connect Slack via Camel-K: bookstore/page-7/slack-sink-learning-knative-eventing-and-apache-camel-K-integration.md
- 8 - Extra Challenges: bookstore/extra-challenge/README.md
###############################################################################
# Installing
###############################################################################
- Installing:
- About installing Knative: install/README.md
- Install CLI Tools: client/install-kn.md
- Install quickstart: install/quickstart-install.md
# YAML Installation
- Install Knative with YAML:
- About YAML-based installation: install/yaml-install/README.md
- Install Knative Serving:
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md
- Install Knative Eventing:
- Install Eventing with YAML: install/yaml-install/eventing/install-eventing-with-yaml.md
- Knative Eventing installation files: install/yaml-install/eventing/eventing-installation-files.md
# Operator Installation
- Install with Knative Operator:
- Install by using the Knative Operator: install/operator/knative-with-operators.md
- Install by using the Knative Operator CLI plugin: install/operator/knative-with-operator-cli.md
- Configuring Knative using the Operator: install/operator/configuring-with-operator.md
- Configuring Knative Serving CRDs: install/operator/configuring-serving-cr.md
- Configuring Knative Eventing CRDs: install/operator/configuring-eventing-cr.md
# Advanced options for Serving
- Install advanced options:
# Istio Installation
- Install Istio for Knative: install/installing-istio.md
# Cert-manager Installation
- Install cert-manager: install/installing-cert-manager.md
# Backstage plugin
- Install Knative Backstage plugin: install/installing-backstage-plugins.md
# Vendor docs
- Using a Knative-based offering: install/knative-offerings.md
# Upgrading Knative
- Upgrading your installation:
- About upgrading Knative: install/upgrade/README.md
- Checking your Knative version: install/upgrade/check-install-version.md
- Upgrading with kubectl: install/upgrade/upgrade-installation.md
- Upgrading with the Knative Operator: install/upgrade/upgrade-installation-with-operator.md
# Uninstall
- Uninstalling Knative: install/uninstall.md
# Troubleshooting
- Troubleshooting Knative: install/troubleshooting.md
###############################################################################
# Functions
###############################################################################
Expand All @@ -108,7 +65,7 @@ nav:
- About Revisions: serving/revisions/README.md
- Administrator configuration options: serving/revisions/revision-admin-config-options.md
- Developer configuration options: serving/revisions/revision-developer-config-options.md
# add other resource types
# add other resource types
- Autoscaling:
- About autoscaling: serving/autoscaling/README.md
- Supported autoscaler types: serving/autoscaling/autoscaler-types.md
Expand Down Expand Up @@ -325,6 +282,48 @@ nav:
- Installing the Knative CLI: client/install-kn.md
- Customizing kn: client/configure-kn.md
- kn plugins: client/kn-plugins.md
###############################################################################
# Administration
###############################################################################
- Administration:
# TODO: add a general overview of Knative for administrators
- Installing Knative: install/README.md
# YAML Installation
- Install Knative with YAML:
- About YAML-based installation: install/yaml-install/README.md
- Install Knative Serving:
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md
- Install Knative Eventing:
- Install Eventing with YAML: install/yaml-install/eventing/install-eventing-with-yaml.md
- Knative Eventing installation files: install/yaml-install/eventing/eventing-installation-files.md
# Operator Installation
- Install with Knative Operator:
- Install by using the Knative Operator: install/operator/knative-with-operators.md
- Install by using the Knative Operator CLI plugin: install/operator/knative-with-operator-cli.md
- Configuring Knative using the Operator: install/operator/configuring-with-operator.md
- Configuring Knative Serving CRDs: install/operator/configuring-serving-cr.md
- Configuring Knative Eventing CRDs: install/operator/configuring-eventing-cr.md
# Advanced options for Serving
- Install advanced options:
# Istio Installation
- Install Istio for Knative: install/installing-istio.md
# Cert-manager Installation
- Install cert-manager: install/installing-cert-manager.md
# Backstage plugin
- Install Knative Backstage plugin: install/installing-backstage-plugins.md
# Vendor docs
- Using a Knative-based offering: install/knative-offerings.md
# Upgrading Knative
- Upgrading your installation:
- About upgrading Knative: install/upgrade/README.md
- Checking your Knative version: install/upgrade/check-install-version.md
- Upgrading with kubectl: install/upgrade/upgrade-installation.md
- Upgrading with the Knative Operator: install/upgrade/upgrade-installation-with-operator.md
# Uninstall
- Uninstalling Knative: install/uninstall.md
# Troubleshooting
- Troubleshooting Knative: install/troubleshooting.md
###############################################################################
# Code samples
###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use the following steps to install Knative depending on your installation method
**Quickstart**:

1. Install the [CLI Tools](../client/install-kn.md).
1. Install the [Knative Quickstart plugin](quickstart-install.md).
1. Install the [Knative Quickstart plugin](../getting-started/quickstart-install.md).

**YAML**:

Expand Down
28 changes: 0 additions & 28 deletions docs/versioned/install/quickstart-install.md

This file was deleted.

35 changes: 16 additions & 19 deletions overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,23 +108,32 @@ section.home-container {
margin-left: 0.5rem;
}

.md-button--secondary {
background-color: var(--md-primary-fg-color--dark);
border: none !important;
}

.home-container .md-button,
.need-to-know-more-container .md-button {
background-color: var(--md-primary-fg-color--light);
border-color: var(--md-primary-fg-color--light);
border-radius: 8px;
}

.home-container .md-button--primary {
.md-typeset .call-to-action .md-button {
margin-top: 0.5rem;
border-radius: 8px;
color: var(--md-primary-fg-color--dark);
background-color: var(--md-primary-fg-color);
border-color: var(--md-primary-fg-color);
}

.md-typeset .call-to-action .md-button.md-button--primary {
color: var(--md-primary-fg-color);
background-color: var(--md-primary-fg-color--dark);
border-color: var(--md-primary-fg-color--dark);
border-radius: 8px;
}

.md-typeset .call-to-action .md-button:focus,
.md-typeset .call-to-action .md-button:hover {
background-color: var(--md-accent-fg-color) !important;
border-color: var(--md-accent-fg-color) !important;
color: white !important;
}

h3.trusted-by {
Expand Down Expand Up @@ -495,18 +504,6 @@ div.components-content {
padding: 1rem 1.5rem;
}

.md-typeset .md-button.black {
color: black;
}

.md-typeset .md-button.black:hover {
color: white;
}

.md-typeset .md-button.white {
color: white;
}

/* cncf notice container css */
.cncf-notice-container {
background-color: white;
Expand Down
6 changes: 3 additions & 3 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ <h2 class="secondary-headline">
<p class="call-to-action">
<a
href="{{ 'docs/getting-started/tutorial' | url }}"
class="md-button black md-button--primary"
class="md-button md-button--primary"
>Try the tutorial</a
>
<a
href="{{ 'docs/install/' | url }}"
class="md-button white md-button--secondary"
class="md-button"
Comment on lines 24 to +25
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When should we update this href to the newer location?

>Install Knative on your cluster</a
>
</p>
Expand Down Expand Up @@ -187,7 +187,7 @@ <h1>Knative Components</h1>
<h1>Case Studies & Testimonies</h1>
<a href="{{ 'about/testimonials/' | url }}">
<div class="card kelsey-testimonial">
<img src="images/home-images/Kelsey.png" alt="Kelsey Hightower" />
<img src="images/home-images/kelsey.png" alt="Kelsey Hightower" width="139px" height="140px"/>
<div>
<p class="italize">
<span class="quote">"</span>If you want to build a
Expand Down
Loading