mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
fix: Use correct KubeVirt project name
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Kubevirt Ansible Collection documentation index</title>
|
||||
<title>KubeVirt Ansible Collection documentation index</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="https://ansible-middleware.github.io/amq/main/_static/pygments.css" type="text/css" />
|
||||
@@ -19,7 +19,7 @@
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||
<div class="wy-side-scroll">
|
||||
<div class="wy-side-nav-search" >
|
||||
<a href="#" class="icon icon-home"> Kubevirt Ansible Collection</a>
|
||||
<a href="#" class="icon icon-home"> KubeVirt Ansible Collection</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -29,7 +29,7 @@
|
||||
<div role="navigation" aria-label="Page navigation">
|
||||
<ul class="wy-breadcrumbs">
|
||||
<li><a href="#" class="icon icon-home"></a> »</li>
|
||||
<li>Welcome to Kubevirt Collection documentation</li>
|
||||
<li>Welcome to KubeVirt Collection documentation</li>
|
||||
<li class="wy-breadcrumbs-aside"></li>
|
||||
</ul>
|
||||
<hr/>
|
||||
@@ -37,7 +37,7 @@
|
||||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||
<div itemprop="articleBody">
|
||||
<section id="welcome-to-amq-collection-documentation">
|
||||
<h1>Welcome to Kubevirt Collection documentation<a class="headerlink" href="#welcome-to-amq-collection-documentation" title="Permalink to this headline"></a></h1>
|
||||
<h1>Welcome to KubeVirt Collection documentation<a class="headerlink" href="#welcome-to-amq-collection-documentation" title="Permalink to this headline"></a></h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
<p class="caption" role="heading"><span class="caption-text">Pick collection version:</span></p>
|
||||
<ul>
|
||||
|
||||
18
docs/conf.py
18
docs/conf.py
@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath("../plugins/module_utils/"))
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "Kubevirt Ansible Collection"
|
||||
project = "KubeVirt Ansible Collection"
|
||||
copyright = "{y} Red Hat, Inc.".format(y=datetime.date.today().year)
|
||||
author = "Red Hat, Inc."
|
||||
|
||||
@@ -110,7 +110,7 @@ html_static_path = []
|
||||
# -- Options for HTMLHelp output ---------------------------------------------
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = "KubevirtCollectionDoc"
|
||||
htmlhelp_basename = "KubeVirtCollectionDoc"
|
||||
|
||||
|
||||
# -- Options for LaTeX output ------------------------------------------------
|
||||
@@ -136,8 +136,8 @@ latex_elements = {
|
||||
latex_documents = [
|
||||
(
|
||||
master_doc,
|
||||
"KubevirtCollection.tex",
|
||||
"Red Hat Kubevirt Ansible Collection Documentation",
|
||||
"KubeVirtCollection.tex",
|
||||
"Red Hat KubeVirt Ansible Collection Documentation",
|
||||
"Red Hat, Inc.",
|
||||
"manual",
|
||||
),
|
||||
@@ -151,8 +151,8 @@ latex_documents = [
|
||||
man_pages = [
|
||||
(
|
||||
master_doc,
|
||||
"KubevirtCollection",
|
||||
"Red Hat Kubevirt Ansible Collection Documentation",
|
||||
"KubeVirtCollection",
|
||||
"Red Hat KubeVirt Ansible Collection Documentation",
|
||||
[author],
|
||||
1,
|
||||
)
|
||||
@@ -167,10 +167,10 @@ man_pages = [
|
||||
texinfo_documents = [
|
||||
(
|
||||
master_doc,
|
||||
"KubevirtCollection",
|
||||
"Red Hat Kubevirt Ansible Collection Documentation",
|
||||
"KubeVirtCollection",
|
||||
"Red Hat KubeVirt Ansible Collection Documentation",
|
||||
author,
|
||||
"KubevirtCollection",
|
||||
"KubeVirtCollection",
|
||||
"One line description of project.",
|
||||
"Miscellaneous",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user