|
39 | 39 | - 6 - Advanced event filtering: bookstore/page-6/advanced-event-filtering.md |
40 | 40 | - 7 - Connect Slack via Camel-K: bookstore/page-7/slack-sink-learning-knative-eventing-and-apache-camel-K-integration.md |
41 | 41 | - 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 |
85 | 42 | ############################################################################### |
86 | 43 | # Functions |
87 | 44 | ############################################################################### |
|
108 | 65 | - About Revisions: serving/revisions/README.md |
109 | 66 | - Administrator configuration options: serving/revisions/revision-admin-config-options.md |
110 | 67 | - Developer configuration options: serving/revisions/revision-developer-config-options.md |
111 | | -# add other resource types |
| 68 | + # add other resource types |
112 | 69 | - Autoscaling: |
113 | 70 | - About autoscaling: serving/autoscaling/README.md |
114 | 71 | - Supported autoscaler types: serving/autoscaling/autoscaler-types.md |
@@ -325,6 +282,48 @@ nav: |
325 | 282 | - Installing the Knative CLI: client/install-kn.md |
326 | 283 | - Customizing kn: client/configure-kn.md |
327 | 284 | - 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 |
328 | 327 | ############################################################################### |
329 | 328 | # Code samples |
330 | 329 | ############################################################################### |
|
0 commit comments