Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@ Some theme keys are mandatory, like the `common.shareRoles` settings. Such manda

== Configuring a Theme

:configuring_add_on_text:
ifdef::page-component-version-is-prerelease[]
:configuring_add_on_text: from the latest stable version.
endif::[]

.Sourced from https://github.com/owncloud/ocis/blob/{compose_version}{web_assets_path}theme.json[GitHub, _window=blank] {configuring_add_on_text}
.Sourced from https://github.com/owncloud/ocis/blob/{ocis_git_version}{web_assets_path}theme.json[GitHub, _window=blank].
[source,json]
----
include::{ocis_services_raw_url}{compose_version}{web_assets_path}theme.json[]
include::{ocis_services_raw_url}{ocis_git_version}{web_assets_path}theme.json[]
----
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@ Some theme keys are mandatory, like the `common.shareRoles` settings. Such manda

== Configuring a Theme

:configuring_add_on_text:
ifdef::page-component-version-is-prerelease[]
:configuring_add_on_text: from the latest stable version.
endif::[]

.Sourced from https://github.com/owncloud/ocis/blob/{compose_version}{web_assets_path}theme.json[GitHub, _window=blank] {configuring_add_on_text}
.Sourced from https://github.com/owncloud/ocis/blob/{ocis_git_version}{web_assets_path}theme.json[GitHub, _window=blank].
[source,json]
----
include::{ocis_services_raw_url}{compose_version}{web_assets_path}theme.json[]
include::{ocis_services_raw_url}{ocis_git_version}{web_assets_path}theme.json[]
----
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@ Some theme keys are mandatory, like the `common.shareRoles` settings. Such manda

== Configuring a Theme

:configuring_add_on_text:
ifdef::page-component-version-is-prerelease[]
:configuring_add_on_text: from the latest stable version.
endif::[]

.Sourced from https://github.com/owncloud/ocis/blob/{compose_version}{web_assets_path}theme.json[GitHub, _window=blank] {configuring_add_on_text}
.Sourced from https://github.com/owncloud/ocis/blob/{ocis_git_version}{web_assets_path}theme.json[GitHub, _window=blank].
[source,json]
----
include::{ocis_services_raw_url}{compose_version}{web_assets_path}theme.json[]
include::{ocis_services_raw_url}{ocis_git_version}{web_assets_path}theme.json[]
----
12 changes: 10 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ content:
sources:
- url: .
start_paths:
# for any components (such as ocis) where versions to render are defined manually,
# you must define e.g. `content/ocis/8.3` and not `content/ocis/8.3/*`
# otherwise this globs one level too deep, into modules/, and Antora then aborts
# with "antora.yml not found".
# note that any version NOT named is not rendered and could safely be deleted if outdated.
# note that sometimes outdated versions may not render at all because of attribute changes.
- content/main
- content/server/*
- content/ocis/*
- content/ocis/8.3
- content/ocis/8.2
- content/ocis/8.1
- content/webui
- content/desktop/*
- content/ios/*
Expand All @@ -42,7 +50,7 @@ urls:
# each component's prerelease version, falling back to the latest release.

runtime:
# local content only -- nothing to fetch
# local content only, no other git repos to fetch
fetch: false
cache_dir: ./.cache

Expand Down