forked from crc-org/crc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
- Loading branch information
Showing
61 changed files
with
282 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Vale configuration file for `che-docs` repository. | ||
# See: https://docs.errata.ai/vale/config | ||
|
||
StylesPath = .cache/vale | ||
Packages = RedHat | ||
MinAlertLevel = warning | ||
|
||
[*.adoc] | ||
BasedOnStyles = RedHat | ||
RedHat.Annotations = suggestion | ||
RedHat.Headings = suggestion | ||
RedHat.Slash = warning | ||
RedHat.Usage = suggestion | ||
RedHat.Spelling = suggestion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
= Contributing to the documentation | ||
|
||
== | ||
|
||
.Prerequisites | ||
* Node.js | ||
|
||
.Procedure | ||
|
||
. Open a terminal and work from the docs directory: | ||
+ | ||
---- | ||
$ cd docs | ||
---- | ||
|
||
. Install Antora: | ||
+ | ||
---- | ||
$ npm i | ||
---- | ||
|
||
. Build the documentation: | ||
+ | ||
---- | ||
$ npx antora antora-playbook.yml | ||
---- | ||
|
||
. Browse the results in `docs/build/site`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
site: | ||
title: CRC Documentation | ||
start_page: crc:getting_started:introducing.adoc | ||
url: https://crc.dev | ||
robots: allow | ||
content: | ||
sources: | ||
- url: ../ # Point to Git repository | ||
branches: HEAD # Use local conntent | ||
edit_url: "https://github.com/crc-org/crc/edit/main/{path}" | ||
start_path: docs # Point to docs content | ||
output: | ||
clean: true # Delete stale content | ||
runtime: | ||
cache_dir: ../.cache/antora # Use a local directory rather than $HOME | ||
log: | ||
failure_level: warn # Fail on missing attributes | ||
level: debug # Extra verbose | ||
ui: | ||
bundle: | ||
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable | ||
snapshot: true | ||
supplemental_files: ./supplemental-ui | ||
urls: | ||
html_extension_style: indexify | ||
redirect_facility: static | ||
antora: | ||
extensions: | ||
- '@antora/lunr-extension' | ||
asciidoc: | ||
sourcemap: true | ||
attributes: | ||
icons: font | ||
nbsp: " " | ||
# Platforms | ||
rh: "Red{nbsp}Hat" | ||
rhel: "Red{nbsp}Hat Enterprise{nbsp}Linux" | ||
fed: Fedora | ||
centos: CentOS | ||
mac: macOS | ||
msw: Microsoft Windows | ||
debian: Debian | ||
ubuntu: Ubuntu | ||
openshift: OpenShift | ||
ocp: OpenShift Container Platform | ||
okd: OKD | ||
ushift: MicroShift | ||
# Product naming | ||
prod: CRC | ||
rh-prod: CRC | ||
bin: crc | ||
# Documentation naming | ||
context: gsg | ||
crc-gsg: CRC Getting Started Guide | ||
# URLs | ||
crc-download-url: https://console.redhat.com/openshift/create/local | ||
crc-gsg-url: https://crc-org.github.io/crc/ | ||
openshift-installer-url: https://console.redhat.com/openshift/install | ||
openshift-docs-url: https://docs.openshift.com/container-platform/latest | ||
openshift-docs-url-landing-page: "{openshift-docs-url}/welcome/index.html#developer-activities" | ||
oc-download-url: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/ | ||
odo-docs-url: "{openshift-docs-url}/cli_reference/developer_cli_odo/understanding-odo.html" | ||
odo-docs-url-installing: "{openshift-docs-url}/cli_reference/developer_cli_odo/installing-odo.html" | ||
odo-docs-url-single-component: "{openshift-docs-url}/cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/creating-a-single-component-application-with-odo.html" | ||
telemetry-notice-url: https://developers.redhat.com/article/tool-data-collection | ||
rhel-resolved-docs: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/using-different-dns-servers-for-different-domains_configuring-and-managing-networking | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: crc | ||
title: Getting started with CRC | ||
version: ~ # Unversioned component version | ||
start_page: getting_started:introducing.adoc | ||
nav: | ||
- modules/getting_started/nav.adoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
= Getting Started Guide | ||
|
||
* xref:introducing.adoc[] | ||
* xref:installing.adoc[] | ||
* xref:using.adoc[] | ||
* xref:configuring.adoc[] | ||
* xref:networking.adoc[] | ||
* xref:administrative-tasks.adoc[] | ||
* xref:troubleshooting.adoc[] | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:description: Administrative tasks | ||
|
||
[id="administrative-tasks_{context}"] | ||
= Administrative tasks | ||
|
||
include::partial$proc_starting-monitoring.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_enabling-override-operators.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:description: Configuring {prod} | ||
|
||
[id="configuring_{context}"] | ||
= Configuring {prod} | ||
|
||
include::partial$con_about-configuration.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_viewing-configuration.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_changing-the-selected-preset.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_configuring-the-instance.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:description: Installing {prod} | ||
|
||
[id="installation_{context}"] | ||
= Installing {prod} | ||
|
||
include::partial$ref_minimum-system-requirements.adoc[leveloffset=+1] | ||
|
||
include::partial$ref_required-software-packages.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_installing.adoc[leveloffset=+1] | ||
|
||
include::partial$con_about-usage-data-collection.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_configuring-usage-data-collection.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_upgrading.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:description: Introducting {prod} | ||
|
||
[id="introducing_{context}"] | ||
= Introducing {rh-prod} | ||
|
||
include::partial$con_about.adoc[leveloffset=+1] | ||
|
||
include::partial$con_differences-from-production-openshift-install.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:description: Networking | ||
|
||
[id="networking_{context}"] | ||
= Networking | ||
|
||
include::partial$ref_dns-configuration.adoc[leveloffset=+1] | ||
|
||
include::partial$ref_reserved-ip-subnets.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_starting-behind-proxy.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_setting-up-remote-server.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_connecting-to-remote-instance.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:description: Troubleshooting {prod} | ||
|
||
[id="troubleshooting_{context}"] | ||
= Troubleshooting {rh-prod} | ||
|
||
[NOTE] | ||
==== | ||
The goal of {rh-prod} is to deliver an {ocp} environment for development and testing purposes. | ||
Issues occurring during installation or usage of specific {openshift} applications are outside of the scope of {prod}. | ||
Report such issues to the relevant project. | ||
==== | ||
|
||
include::partial$proc_getting-shell-access-to-the-openshift-cluster.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_troubleshooting-expired-certificates.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_troubleshooting-bundle-version-mismatch.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_troubleshooting-unknown-issues.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[id="using_{context}"] | ||
= Using {prod} | ||
|
||
include::partial$con_about-presets.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_setting-up.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_starting-the-instance.adoc[leveloffset=+1] | ||
|
||
include::partial$assembly_accessing-the-openshift-cluster.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_deploying-sample-application-with-odo.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_stopping-the-instance.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_deleting-the-instance.adoc[leveloffset=+1] |
10 changes: 10 additions & 0 deletions
10
.../modules/getting_started/partials/assembly_accessing-the-openshift-cluster.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[id="accessing-the-openshift-cluster_{context}"] | ||
= Accessing the {openshift} cluster | ||
|
||
Access the {ocp} cluster running in the {prod} instance by using the {ocp} web console or {openshift} CLI ([command]`oc`). | ||
|
||
include::partial$proc_accessing-the-openshift-web-console.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_accessing-the-openshift-cluster-with-oc.adoc[leveloffset=+1] | ||
|
||
include::partial$proc_accessing-the-internal-openshift-registry.adoc[leveloffset=+1] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.