-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
449a6f9
commit 4bee906
Showing
1 changed file
with
113 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
baseURL: / | ||
title: etcd operator | ||
|
||
contentDir: content/en | ||
defaultContentLanguage: en | ||
|
||
enableRobotsTXT: true | ||
enableGitInfo: true | ||
|
||
# Highlighting config | ||
pygmentsCodeFences: true | ||
pygmentsUseClasses: false | ||
pygmentsUseClassic: false | ||
pygmentsStyle: tango | ||
|
||
# Configure how URLs look like per section. | ||
permalinks: | ||
blog: /:section/:year/:month/:day/:slug/ | ||
|
||
# Image processing configuration. | ||
imaging: | ||
resampleFilter: CatmullRom | ||
quality: 75 | ||
anchor: smart | ||
|
||
markup: | ||
goldmark: | ||
parser: | ||
attribute: | ||
block: true | ||
renderer: | ||
unsafe: true | ||
highlight: | ||
style: tango | ||
|
||
outputs: | ||
section: | ||
- HTML | ||
- RSS | ||
|
||
# Everything below this are Site Params | ||
params: | ||
privacy_policy: https://www.linuxfoundation.org/legal/privacy-policy | ||
github_repo: https://github.com/aenix-io/etcd-operator | ||
github_project_repo: "" | ||
github_subdir: site | ||
github_branch: main | ||
|
||
gcs_engine_id: d72aa9b2712488cc3 | ||
offlineSearch: false | ||
prism_syntax_highlighting: false | ||
|
||
version_menu: Releases | ||
archived_version: false | ||
version: v0.1 | ||
url_latest_version: https://etcd.aenix.io/docs/latest | ||
versions: | ||
- version: v0.1 | ||
url: https://etcd.aenix.io/docs/v0.1 | ||
|
||
copyright: | ||
authors: "Aenix.io | " | ||
from_year: 2024 | ||
|
||
ui: | ||
breadcrumb_disable: false | ||
navbar_logo: true | ||
navbar_translucent_over_cover_disable: false | ||
sidebar_menu_compact: false | ||
sidebar_search_disable: false | ||
feedback: | ||
enable: true | ||
yes: Glad to hear it! Please <a | ||
href="https://github.com/aenix-io/etcd-operator/issues/new">tell us how | ||
we can improve</a>. | ||
no: Sorry to hear that. Please <a | ||
href="https://github.com/aenix-io/etcd-operator/issues/new">tell us how | ||
we can improve</a>. | ||
readingtime: | ||
enable: true | ||
|
||
links: | ||
user: | ||
- name: GitHub Discussions | ||
url: https://github.com/aenix-io/etcd-operator/discussions | ||
icon: fab fa-github | ||
desc: Discussions and help from your fellow users! | ||
- name: Meeting Recordings | ||
url: TODO | ||
icon: fa fa-video | ||
desc: Watch recordings of our community meetings. | ||
developer: | ||
- name: GitHub | ||
url: https://github.com/aenix-io/etcd-operator | ||
icon: fab fa-github | ||
desc: Find us on GitHub. | ||
- name: Telegram | ||
url: https://t.me/etcd_operator | ||
icon: fab fa-telegram | ||
desc: Telegram Chat with other project developers (Russian language) | ||
- name: Privacy Policy | ||
url: https://www.linuxfoundation.org/legal/privacy-policy | ||
icon: fa fa-book | ||
desc: CNCF and Linux Foundation privacy policy. | ||
|
||
module: | ||
hugoVersion: | ||
extended: true | ||
min: 0.110.0 | ||
imports: | ||
- path: github.com/google/docsy | ||
disable: false |