Skip to content

Commit 1473247

Browse files
committed
Initial commit
0 parents  commit 1473247

3 files changed

Lines changed: 55 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Documentation for the Trusted Execution Clusters project
2+
3+
See: []().

docs/_config.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Inspired from the template at https://github.com/coreos/repo-templates
2+
3+
# To test documentation changes locally or using GitHub Pages, see:
4+
# https://github.com/coreos/fedora-coreos-tracker/blob/main/docs/testing-project-documentation-changes.md
5+
6+
title: Trusted Execution Clusters
7+
description: Documentation for the Trusted Execution Clusters
8+
baseurl: "/"
9+
url: "https://trusted-execution-clusters.github.io"
10+
permalink: /:title/
11+
markdown: kramdown
12+
kramdown:
13+
typographic_symbols:
14+
ndash: "--"
15+
mdash: "---"
16+
17+
remote_theme: just-the-docs/just-the-docs@v0.10.0
18+
plugins:
19+
- jekyll-remote-theme
20+
21+
# Aux links for the upper right navigation
22+
aux_links:
23+
"TEC on GitHub":
24+
- "https://github.com/trusted-execution-clusters"
25+
26+
footer_content: "Copyright &copy; <a href=\"https://www.redhat.com\">Red Hat, Inc.</a> and <a href=\"https://github.com/trusted-execution-clusters\">other contributors</a>."
27+
28+
# Footer last edited timestamp
29+
last_edit_timestamp: true
30+
last_edit_time_format: "%b %e %Y at %I:%M %p"
31+
32+
# Footer "Edit this page on GitHub" link text
33+
gh_edit_link: true
34+
gh_edit_link_text: "Edit this page on GitHub"
35+
gh_edit_repository: "https://github.com/trusted-execution-clusters/trusted-execution-clusters.github.io"
36+
gh_edit_branch: "main"
37+
gh_edit_source: docs
38+
gh_edit_view_mode: "tree"
39+
40+
compress_html:
41+
clippings: all
42+
comments: all
43+
endings: all
44+
startings: []
45+
blanklines: false
46+
profile: false

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
nav_order: 1
3+
---
4+
5+
# Trusted Execution Clusters
6+

0 commit comments

Comments
 (0)