Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 23, 2023
0 parents commit 6263fa7
Show file tree
Hide file tree
Showing 15 changed files with 4,777 additions and 0 deletions.
Binary file added ICD/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,346 changes: 2,346 additions & 0 deletions ICD/index.html

Large diffs are not rendered by default.

Binary file added ICD/index.pdf
Binary file not shown.
420 changes: 420 additions & 0 deletions ICD/stylesheets/asciidoctor.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions ICD/stylesheets/eoepca.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
@import "asciidoctor.css";

/* Centre align figure captions */
.imageblock.text-center>.title {
text-align: center;
}

/* Scale font size of CodeRay [source] elements, which seem a bit big */
pre.CodeRay code {
font-size: 0.9em;
}

/* Bold font for the numbers in an ordered list */
div.strong > ol {
font-weight: bold;
}

/*
* EXAMPLE for custom code-block scaling...
* Use an asciidoc source element like this '[source.src-scale05,python]' and then apply a custom style like below.
* This basically adds the custom CSS class 'src-scale05' to the root of the DOM for the code block, which we can then exploit for styling.
*/
.src-scale05 pre.CodeRay code {
font-size: 0.5em;
}
Binary file added SDD/images/eoepca-rm-da-cache-sequence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SDD/images/eoepca-rm-da-cache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SDD/images/eoepca-rm-da-er.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SDD/images/eoepca-rm-da.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SDD/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,523 changes: 1,523 additions & 0 deletions SDD/index.html

Large diffs are not rendered by default.

Binary file added SDD/index.pdf
Binary file not shown.
420 changes: 420 additions & 0 deletions SDD/stylesheets/asciidoctor.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions SDD/stylesheets/eoepca.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
@import "asciidoctor.css";

/* Centre align figure captions */
.imageblock.text-center>.title {
text-align: center;
}

/* Scale font size of CodeRay [source] elements, which seem a bit big */
pre.CodeRay code {
font-size: 0.9em;
}

/* Bold font for the numbers in an ordered list */
div.strong > ol {
font-weight: bold;
}

/*
* EXAMPLE for custom code-block scaling...
* Use an asciidoc source element like this '[source.src-scale05,python]' and then apply a custom style like below.
* This basically adds the custom CSS class 'src-scale05' to the root of the DOM for the code block, which we can then exploit for styling.
*/
.src-scale05 pre.CodeRay code {
font-size: 0.5em;
}
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<h1>Data Access Service Documentation</h1>
<div>
<ul>
<li><a href="SDD/">Software Design Document</a></li>
<li><a href="ICD/">Interface Control Document</a></li>
</ul>
</div>
</body>
</html>

0 comments on commit 6263fa7

Please sign in to comment.