-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into future-architecture
- Loading branch information
Showing
21 changed files
with
453 additions
and
265 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
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
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
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
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
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,28 @@ | ||
--- | ||
# Use this Antora Playbook for development, to build current state in HEAD. | ||
site: | ||
title: Eclipse Che Documentation | ||
# Disabling url on purpose to avoid htmltest crawling the live website. | ||
# url: https://www.eclipse.org/che/docs | ||
start_page: che-7:overview:introduction-to-eclipse-che.adoc | ||
robots: allow | ||
content: | ||
sources: | ||
- url: ./ | ||
branches: HEAD | ||
edit_url: "https://github.com/eclipse/che-docs/edit/master/{path}" | ||
output: | ||
destinations: | ||
- provider: fs | ||
clean: true | ||
path: build/site | ||
ui: | ||
bundle: | ||
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable | ||
snapshot: true | ||
supplemental_files: ./supplemental-ui | ||
urls: | ||
html_extension_style: indexify | ||
redirect_facility: static | ||
runtime: | ||
cache_dir: ./.cache/antora |
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,30 @@ | ||
--- | ||
# Use this Antora Playbook for publication, to build the released version branch. | ||
site: | ||
title: Eclipse Che Documentation | ||
# The url property is mandatory to generate the 404 and sitemap files. | ||
url: https://www.eclipse.org/che/docs | ||
start_page: che-7:overview:introduction-to-eclipse-che.adoc | ||
keys: | ||
google_analytics: "UA-37306001-2" | ||
robots: allow | ||
content: | ||
sources: | ||
- url: ./ | ||
branches: 7.35.x | ||
edit_url: "https://github.com/eclipse/che-docs/edit/7.35.x/{path}" | ||
output: | ||
destinations: | ||
- provider: fs | ||
clean: true | ||
path: build/site | ||
ui: | ||
bundle: | ||
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable | ||
snapshot: true | ||
supplemental_files: ./supplemental-ui | ||
urls: | ||
html_extension_style: indexify | ||
redirect_facility: static | ||
runtime: | ||
cache_dir: ./.cache/antora |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.