Skip to content

Commit c007609

Browse files
committed
Make DOT spec PDF-friendly.
1 parent 88ce164 commit c007609

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
{
3939
"src": "specifications/device-ownership-transfer/spec.ocp",
4040
"append_git_rev_to_version": true,
41-
"gh_pages_html": "device-ownership-transfer/HEAD"
41+
"gh_pages_html": "device-ownership-transfer/HEAD",
42+
"gh_pages_pdf": "device-ownership-transfer/HEAD/pdf"
4243
},
4344
{
4445
"src": "specifications/dpe-irot-profile/spec.ocp",

specifications/device-ownership-transfer/spec.ocp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type: BASE
55
project: Security
66
authors: Contributed by Nvidia
77
bibliography: bibliography.yaml
8+
geometry: "left=0.5in,right=0.5in"
89
...
910
---
1011

@@ -48,7 +49,7 @@ bibliography: bibliography.yaml
4849

4950
# Introduction
5051

51-
This document provides a high-level overview of a proposed Device Ownership Transfer (DOT) architecture, to be discussed within the OCP - Security Project with the eventual goal of publishing an OCP specification for Device Ownership Transfer, based upon the architecture outlined in this document.
52+
This document provides a high-level overview of a proposed Device Ownership Transfer (DOT) architecture.
5253

5354
## Audience
5455

@@ -139,7 +140,7 @@ Security sensitive information such as MIN_SVN, which is used to indicate the mi
139140

140141
Additional details about the proposed DOT archetypes are provided in @tbl:dot-archetypes, below.
141142

142-
Table: DOT Archetypes {#tbl:dot-archetypes}
143+
Table: DOT Archetypes {#tbl:dot-archetypes .small}
143144

144145
+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
145146
| Archetype | Salient Details |

0 commit comments

Comments
 (0)