Skip to content

Commit d8ca713

Browse files
Move install docs to administration (#6403)
1 parent f362ced commit d8ca713

File tree

8 files changed

+64
-97
lines changed

8 files changed

+64
-97
lines changed

config/redirects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ plugins:
164164
versioned/eventing/sink/kafka-sink.md: versioned/eventing/sinks/kafka-sink.md
165165
versioned/eventing/sources/containersource.md: versioned/eventing/custom-event-source/containersource/README.md
166166
versioned/eventing/sources/pingsource/index.md: versioned/eventing/sources/ping-source/README.md
167+
versioned/install/quickstart-install.md: versioned/getting-started/quickstart-install.md
167168
versioned/install/collecting-logs/index.md: versioned/serving/observability/logging/collecting-logs.md
168169
versioned/install/collecting-metrics/index.md: versioned/serving/observability/metrics/collecting-metrics.md
169170
versioned/install/eventing/eventing-installation-files.md: versioned/install/yaml-install/eventing/eventing-installation-files.md

docs/snippets/quickstart-install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- Snippet used in the following topics:
22
- versioned/getting-started/quickstart-install.md
3-
- versioned/install/quickstart-install.md
43
-->
54
## Install the Knative quickstart plugin
65

docs/snippets/quickstart-prereqs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- Snippet used in the following topics:
22
- versioned/getting-started/README.md
3-
- versioned/install/quickstart-install.md
43
- versioned/getting-started/quickstart-install.md
54
-->
65
## Before you begin

docs/versioned/.nav.yml

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -39,49 +39,6 @@ nav:
3939
- 6 - Advanced event filtering: bookstore/page-6/advanced-event-filtering.md
4040
- 7 - Connect Slack via Camel-K: bookstore/page-7/slack-sink-learning-knative-eventing-and-apache-camel-K-integration.md
4141
- 8 - Extra Challenges: bookstore/extra-challenge/README.md
42-
###############################################################################
43-
# Installing
44-
###############################################################################
45-
- Installing:
46-
- About installing Knative: install/README.md
47-
- Install CLI Tools: client/install-kn.md
48-
- Install quickstart: install/quickstart-install.md
49-
# YAML Installation
50-
- Install Knative with YAML:
51-
- About YAML-based installation: install/yaml-install/README.md
52-
- Install Knative Serving:
53-
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
54-
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md
55-
- Install Knative Eventing:
56-
- Install Eventing with YAML: install/yaml-install/eventing/install-eventing-with-yaml.md
57-
- Knative Eventing installation files: install/yaml-install/eventing/eventing-installation-files.md
58-
# Operator Installation
59-
- Install with Knative Operator:
60-
- Install by using the Knative Operator: install/operator/knative-with-operators.md
61-
- Install by using the Knative Operator CLI plugin: install/operator/knative-with-operator-cli.md
62-
- Configuring Knative using the Operator: install/operator/configuring-with-operator.md
63-
- Configuring Knative Serving CRDs: install/operator/configuring-serving-cr.md
64-
- Configuring Knative Eventing CRDs: install/operator/configuring-eventing-cr.md
65-
# Advanced options for Serving
66-
- Install advanced options:
67-
# Istio Installation
68-
- Install Istio for Knative: install/installing-istio.md
69-
# Cert-manager Installation
70-
- Install cert-manager: install/installing-cert-manager.md
71-
# Backstage plugin
72-
- Install Knative Backstage plugin: install/installing-backstage-plugins.md
73-
# Vendor docs
74-
- Using a Knative-based offering: install/knative-offerings.md
75-
# Upgrading Knative
76-
- Upgrading your installation:
77-
- About upgrading Knative: install/upgrade/README.md
78-
- Checking your Knative version: install/upgrade/check-install-version.md
79-
- Upgrading with kubectl: install/upgrade/upgrade-installation.md
80-
- Upgrading with the Knative Operator: install/upgrade/upgrade-installation-with-operator.md
81-
# Uninstall
82-
- Uninstalling Knative: install/uninstall.md
83-
# Troubleshooting
84-
- Troubleshooting Knative: install/troubleshooting.md
8542
###############################################################################
8643
# Functions
8744
###############################################################################
@@ -108,7 +65,7 @@ nav:
10865
- About Revisions: serving/revisions/README.md
10966
- Administrator configuration options: serving/revisions/revision-admin-config-options.md
11067
- Developer configuration options: serving/revisions/revision-developer-config-options.md
111-
# add other resource types
68+
# add other resource types
11269
- Autoscaling:
11370
- About autoscaling: serving/autoscaling/README.md
11471
- Supported autoscaler types: serving/autoscaling/autoscaler-types.md
@@ -325,6 +282,48 @@ nav:
325282
- Installing the Knative CLI: client/install-kn.md
326283
- Customizing kn: client/configure-kn.md
327284
- kn plugins: client/kn-plugins.md
285+
###############################################################################
286+
# Administration
287+
###############################################################################
288+
- Administration:
289+
# TODO: add a general overview of Knative for administrators
290+
- Installing Knative: install/README.md
291+
# YAML Installation
292+
- Install Knative with YAML:
293+
- About YAML-based installation: install/yaml-install/README.md
294+
- Install Knative Serving:
295+
- Install Serving with YAML: install/yaml-install/serving/install-serving-with-yaml.md
296+
- Knative Serving installation files: install/yaml-install/serving/serving-installation-files.md
297+
- Install Knative Eventing:
298+
- Install Eventing with YAML: install/yaml-install/eventing/install-eventing-with-yaml.md
299+
- Knative Eventing installation files: install/yaml-install/eventing/eventing-installation-files.md
300+
# Operator Installation
301+
- Install with Knative Operator:
302+
- Install by using the Knative Operator: install/operator/knative-with-operators.md
303+
- Install by using the Knative Operator CLI plugin: install/operator/knative-with-operator-cli.md
304+
- Configuring Knative using the Operator: install/operator/configuring-with-operator.md
305+
- Configuring Knative Serving CRDs: install/operator/configuring-serving-cr.md
306+
- Configuring Knative Eventing CRDs: install/operator/configuring-eventing-cr.md
307+
# Advanced options for Serving
308+
- Install advanced options:
309+
# Istio Installation
310+
- Install Istio for Knative: install/installing-istio.md
311+
# Cert-manager Installation
312+
- Install cert-manager: install/installing-cert-manager.md
313+
# Backstage plugin
314+
- Install Knative Backstage plugin: install/installing-backstage-plugins.md
315+
# Vendor docs
316+
- Using a Knative-based offering: install/knative-offerings.md
317+
# Upgrading Knative
318+
- Upgrading your installation:
319+
- About upgrading Knative: install/upgrade/README.md
320+
- Checking your Knative version: install/upgrade/check-install-version.md
321+
- Upgrading with kubectl: install/upgrade/upgrade-installation.md
322+
- Upgrading with the Knative Operator: install/upgrade/upgrade-installation-with-operator.md
323+
# Uninstall
324+
- Uninstalling Knative: install/uninstall.md
325+
# Troubleshooting
326+
- Troubleshooting Knative: install/troubleshooting.md
328327
###############################################################################
329328
# Code samples
330329
###############################################################################

docs/versioned/install/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use the following steps to install Knative depending on your installation method
3333
**Quickstart**:
3434

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

3838
**YAML**:
3939

docs/versioned/install/quickstart-install.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

overrides/assets/stylesheets/home.css

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,32 @@ section.home-container {
108108
margin-left: 0.5rem;
109109
}
110110

111-
.md-button--secondary {
112-
background-color: var(--md-primary-fg-color--dark);
113-
border: none !important;
114-
}
115-
116111
.home-container .md-button,
117112
.need-to-know-more-container .md-button {
118113
background-color: var(--md-primary-fg-color--light);
119114
border-color: var(--md-primary-fg-color--light);
120115
border-radius: 8px;
121116
}
122117

123-
.home-container .md-button--primary {
118+
.md-typeset .call-to-action .md-button {
124119
margin-top: 0.5rem;
120+
border-radius: 8px;
121+
color: var(--md-primary-fg-color--dark);
122+
background-color: var(--md-primary-fg-color);
123+
border-color: var(--md-primary-fg-color);
124+
}
125+
126+
.md-typeset .call-to-action .md-button.md-button--primary {
127+
color: var(--md-primary-fg-color);
125128
background-color: var(--md-primary-fg-color--dark);
126129
border-color: var(--md-primary-fg-color--dark);
127-
border-radius: 8px;
130+
}
131+
132+
.md-typeset .call-to-action .md-button:focus,
133+
.md-typeset .call-to-action .md-button:hover {
134+
background-color: var(--md-accent-fg-color) !important;
135+
border-color: var(--md-accent-fg-color) !important;
136+
color: white !important;
128137
}
129138

130139
h3.trusted-by {
@@ -495,18 +504,6 @@ div.components-content {
495504
padding: 1rem 1.5rem;
496505
}
497506

498-
.md-typeset .md-button.black {
499-
color: black;
500-
}
501-
502-
.md-typeset .md-button.black:hover {
503-
color: white;
504-
}
505-
506-
.md-typeset .md-button.white {
507-
color: white;
508-
}
509-
510507
/* cncf notice container css */
511508
.cncf-notice-container {
512509
background-color: white;

overrides/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ <h2 class="secondary-headline">
1717
<p class="call-to-action">
1818
<a
1919
href="{{ 'docs/getting-started/tutorial' | url }}"
20-
class="md-button black md-button--primary"
20+
class="md-button md-button--primary"
2121
>Try the tutorial</a
2222
>
2323
<a
2424
href="{{ 'docs/install/' | url }}"
25-
class="md-button white md-button--secondary"
25+
class="md-button"
2626
>Install Knative on your cluster</a
2727
>
2828
</p>
@@ -187,7 +187,7 @@ <h1>Knative Components</h1>
187187
<h1>Case Studies & Testimonies</h1>
188188
<a href="{{ 'about/testimonials/' | url }}">
189189
<div class="card kelsey-testimonial">
190-
<img src="images/home-images/Kelsey.png" alt="Kelsey Hightower" />
190+
<img src="images/home-images/kelsey.png" alt="Kelsey Hightower" width="139px" height="140px"/>
191191
<div>
192192
<p class="italize">
193193
<span class="quote">"</span>If you want to build a

0 commit comments

Comments
 (0)