1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
---
site:
title: CRC Documentation
start_page: getting_started:getting_started:introducing.adoc
url: https://crc.dev/crc
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
dir: docs/build/crc
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: docs/supplemental-ui
urls:
html_extension_style: indexify
redirect_facility: static
antora:
extensions:
- "@antora/lunr-extension"
- ./docs/extensions/get-versions.js
asciidoc:
sourcemap: true
attributes:
icons: font
nbsp: " "
project-context: crc
# 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: crc
crc-gsg: CRC Getting Started Guide
# URLs
crc-download-url: https://console.redhat.com/openshift/create/local
crc-gsg-url: https://crc.dev/crc/
openshift-installer-url: https://console.redhat.com/openshift/create
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: https://odo.dev/docs/introduction
odo-docs-url-installing: https://odo.dev/docs/overview/installation
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
|