-
Notifications
You must be signed in to change notification settings - Fork 48
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
Showing
845 changed files
with
83,646 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# EGI Documentation | ||
|
||
> This project is only used to host the generated documentation and is not | ||
> meant to receive Pull Requests. | ||
> | ||
> In case you would like to open an issue or Pull Request please do it in the | ||
> [EGI-Federation/documentation](https://github.com/EGI-Federation/documentation) | ||
> repository. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation – Concepts</title><link>/about/concepts/</link><description>Recent content in Concepts on Documentation</description><generator>Hugo -- gohugo.io</generator><atom:link href="/about/concepts/index.xml" rel="self" type="application/rss+xml"/></channel></rss> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation – Git and GitHub</title><link>/about/contributing/git/</link><description>Recent content in Git and GitHub on Documentation</description><generator>Hugo -- gohugo.io</generator><atom:link href="/about/contributing/git/index.xml" rel="self" type="application/rss+xml"/></channel></rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation – Shortcodes</title><link>/about/contributing/shortcodes/</link><description>Recent content in Shortcodes on Documentation</description><generator>Hugo -- gohugo.io</generator><atom:link href="/about/contributing/shortcodes/index.xml" rel="self" type="application/rss+xml"/></channel></rss> |
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation – Style Guide</title><link>/about/contributing/style/</link><description>Recent content in Style Guide on Documentation</description><generator>Hugo -- gohugo.io</generator><atom:link href="/about/contributing/style/index.xml" rel="self" type="application/rss+xml"/></channel></rss> |
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation – About</title><link>/about/</link><description>Recent content in About on Documentation</description><generator>Hugo -- gohugo.io</generator><atom:link href="/about/index.xml" rel="self" type="application/rss+xml"/></channel></rss> |
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,216 @@ | ||
/* Fixes to the content blocks on the landing page */ | ||
|
||
.section { | ||
padding-top: 6rem; | ||
padding-bottom: 6rem; | ||
} | ||
|
||
.td-cover-block--height-min { | ||
min-height: 400px; | ||
} | ||
|
||
.features { | ||
justify-content: center; | ||
} | ||
|
||
.feature { | ||
border-radius: 0.5rem; | ||
max-width: 300px; | ||
min-height: 250px; | ||
border-width: 3px; | ||
border-style: solid; | ||
border-color: #89b1e6; | ||
margin: 0.5rem; | ||
color: white; | ||
background-color: #89b1e6; | ||
} | ||
|
||
.feature .h1 { | ||
font-size: 6rem; | ||
margin-top: 1rem; | ||
margin-bottom: 1rem; | ||
justify-content: center !important; | ||
} | ||
|
||
.feature:hover .h1 { | ||
color: #4484d8 !important; | ||
} | ||
|
||
.feature:hover { | ||
box-shadow: 0 10px 15px -3px rgba(140, 162, 223, 0.3), 0 4px 6px -2px rgba(140, 162, 223, 0.1); | ||
border-color: #77a7e7; | ||
} | ||
|
||
.feature .h2 { | ||
font-size: 1.2rem; | ||
font-weight: bolder; | ||
color: #1d1d1d; | ||
} | ||
|
||
.feature p { | ||
font-size: 14px; | ||
color: #3d3d3d; | ||
} | ||
|
||
.td-cover-block p a { | ||
color: rgb(118, 182, 235); | ||
font-weight: 400; | ||
} | ||
|
||
/* Sizing calibration for the top nav bar */ | ||
|
||
.navbar { | ||
padding: 0.7rem 1rem 0.3rem; | ||
} | ||
|
||
.navbar-logo { | ||
position: relative; | ||
top: -9px; | ||
} | ||
|
||
.td-navbar { | ||
min-height: 0; | ||
} | ||
|
||
/* Sizing calibration for the left-side nav tree */ | ||
|
||
.td-sidebar { | ||
padding-top: 3rem; | ||
} | ||
|
||
.td-sidebar__search { | ||
padding-top: 0; | ||
} | ||
|
||
.td-sidebar-nav { | ||
max-height: calc(100vh - 8rem); | ||
} | ||
|
||
.td-sidebar-toc { | ||
top: 2.75rem; | ||
} | ||
|
||
/* Added title to right-side page TOC */ | ||
|
||
.td-toc-title { | ||
font-weight: 700; | ||
color: #30638e; | ||
margin-top: 1rem; | ||
margin-bottom: 0; | ||
} | ||
|
||
.td-toc .panel-line { | ||
margin-top: 0.25rem; | ||
margin-bottom: 0.25rem; | ||
} | ||
|
||
.td-toc, | ||
.td-page-meta { | ||
font-size: 0.65rem; | ||
} | ||
|
||
/* Content styling for the new feature blocks on the landing page */ | ||
|
||
.td-content > h2 { | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.td-content > h2:not(:first-child) { | ||
margin-top: 2rem; | ||
} | ||
|
||
.td-content > h3 { | ||
margin-top: 1.2rem; | ||
margin-bottom: 0.5rem; | ||
} | ||
|
||
.td-content > h2 + h3 { | ||
margin-top: 1.2rem; | ||
} | ||
|
||
.td-content > h4, | ||
.td-content > h5, | ||
.td-content > h6 { | ||
margin-top: 1rem; | ||
margin-bottom: 0.5rem; | ||
} | ||
|
||
.td-content .highlight { | ||
margin: 1rem 0; | ||
} | ||
|
||
.td-content .highlight pre { | ||
padding: 0.5rem; | ||
} | ||
|
||
.td-content .alert:not(:first-child) { | ||
margin-top: 1rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.section-index .entry { | ||
padding: 0.25rem; | ||
padding-left: 2rem; | ||
} | ||
|
||
.section-index .entry p { | ||
margin-bottom: 0; | ||
} | ||
|
||
/* Vertical alignment correction for user/dev links in footer */ | ||
|
||
footer { | ||
min-height: 120px; | ||
} | ||
|
||
.list-inline .footer-dev-link, | ||
.list-inline .footer-usr-link { | ||
vertical-align: top; | ||
} | ||
|
||
.list-inline .github { | ||
margin-top: 2px; | ||
} | ||
|
||
/* Placement adjustment for the Copy button on code snippets */ | ||
|
||
div.code-toolbar > .toolbar { | ||
right: 0.45em; | ||
} | ||
|
||
div.code-toolbar > .toolbar a, | ||
div.code-toolbar > .toolbar button, | ||
div.code-toolbar > .toolbar span { | ||
color: #696666; | ||
font-size: .9em; | ||
font-weight: bold; | ||
background: rgba(132, 172, 181, 0.75); | ||
box-shadow: none!important; | ||
} | ||
|
||
div.code-toolbar > .toolbar span { | ||
background-color: transparent; | ||
} | ||
|
||
div.code-toolbar > .toolbar button:hover, | ||
div.code-toolbar > .toolbar button:focus { | ||
background: rgba(65, 155, 175, 1); | ||
} | ||
|
||
/* Tables in code excerpts */ | ||
|
||
.tabx-content table { | ||
width: 100%; | ||
} | ||
|
||
.tabx-content thead { | ||
background-color: #f8f8f8; | ||
} | ||
|
||
.tabx-content tr { | ||
vertical-align: top; | ||
} | ||
|
||
.tabx-content td { | ||
padding-right: 5px; | ||
} |
Oops, something went wrong.