Skip to content

Commit 9ba10e9

Browse files
committed
chore(config): rename to docs
1 parent 04aa25c commit 9ba10e9

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ defaults:
5959
-
6060
scope:
6161
path: "" # an empty string here means all files in the project
62-
type: "config" # previously `post` in Jekyll 2.2.
62+
type: "docs" # previously `post` in Jekyll 2.2.
6363
values:
64-
layout: "config"
65-
permalink: /config/:name
64+
layout: "docs"
65+
permalink: /docs/:name
6666
-
6767
scope:
6868
path: "" # an empty string here means all files in the project

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<div class="trigger">
2222
<a class="page-link" href="/get-started/">Get Started</a>
23-
<a class="page-link" href="/config/">Config</a>
23+
<a class="page-link" href="/docs/">Docs</a>
2424
<a class="page-link" href="/guides/">Guides</a>
2525
<a class="page-link" href="/demo/">Demo</a>
2626
<a class="page-link" href="/blog/">Blog</a>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

config/index.md renamed to docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
layout: config
3-
title: Cryostat Advanced Configuration
2+
layout: docs
3+
title: Cryostat Documentation
44
---
55

66
* auto-gen TOC:

get-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ is built with **Maven**, packaged into an image with a `Dockerfile`, and running
242242
243243
##### [Using the Cryostat Agent](#using-the-cryostat-agent)
244244
245-
[The **Cryostat Agent**](/config/#using-the-cryostat-agent)
245+
[The **Cryostat Agent**](/docs/#using-the-cryostat-agent)
246246
is compatible with **Cryostat** versions 2.3.0 and newer, and application **JDKs 11** and newer.
247247
If you are using an older version of **Cryostat** we recommend upgrading to ensure compatibility.
248248
Please see the [version compatibility chart](https://github.com/cryostatio/cryostat-agent?tab=readme-ov-file#run-requirements) to ensure
@@ -621,7 +621,7 @@ you may combine both of the `Service` definitions into a single `Service` with t
621621
## [Next Steps](#next-steps)
622622
Now that you have installed and deployed **Cryostat** and know how to access its
623623
**web client**, continue on to [Guides](/guides/) for
624-
guides through various common actions and workflows. For more information on advanced installation configurations, continue to [Config](/config/).
624+
guides through various common actions and workflows. For more information on advanced installation configurations, continue to [Docs](/docs/).
625625
626626
## [Uninstalling Cryostat Operator](#uninstalling-cryostat-operator)
627627
Reference [**OLM**](https://olm.operatorframework.io/docs/tasks/uninstall-operator/#combine-steps-2-and-3)

0 commit comments

Comments
 (0)