Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create config file for BlueOS Extension #23

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions config.extension.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# The URL the site will be built for
base_url = "/docs/Cockpit-latest"
title = "Cockpit latest"

# The site theme to use.
theme = "bluetheme"

# The default language; used in feeds and search index
default_language="en"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

[search]
# Whether to include the title of the page/section in the index
include_title = true
# Whether to include the description of the page/section in the index
include_description = false
# Whether to include the path of the page/section in the index
include_path = true
# Whether to include the rendered content of the page/section in the index
include_content = true

[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true

[extra]
# Docs BlueOS extension manages software versions at root docs path
version_choices = "/docs/data.json"

[extra.logo]
image_source = "https://blueos.cloud/assets/img/cockpit-logo-white.png"

[[extra.license]]
name = "AGPLv3"
url = "https://github.com/bluerobotics/Cockpit?tab=AGPL-3.0-3-ov-file"

[[extra.license]]
name = "Cockpit Custom"
url = "https://github.com/bluerobotics/Cockpit?tab=License-2-ov-file"

[extra.palette]
primary = "156.71 34.98% 47.65%"
secondary = "209.17 79.12% 35.69%"