-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmgss-cover-page.html
More file actions
71 lines (63 loc) · 2.04 KB
/
mgss-cover-page.html
File metadata and controls
71 lines (63 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<style>
.container {
padding: 60px;
}
</style>
</head>
<body>
<main role="main" class="container">
<div>
<h2>Identification</h2>
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">Configuration ID (CI)</th>
<th scope="col">Element</th>
<th scope="col">Program Set</th>
<th scope="col">Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>636.101</td>
<td>MPSA</td>
<td>PlanDev</td>
<td id="plandev-version">3.8.1</td>
</tr>
</tbody>
</table>
</div>
<div>
<h2>Change Log</h2>
<p>
PlanDev documentation changes are tracked using the Git configuration management tool. The code used to
generate the documentation is stored in a
<a target="_blank" href="https://github.com/NASA-AMMOS/plandev-docs">publicly accessible GitHub repository</a
>. Incremental changes to the documentation can be viewed on a graphical timeline on
<a target="_blank" href="https://github.com/NASA-AMMOS/plandev-docs/network">GitHub</a>.
</p>
</div>
<div>
<h2>Controlling Documents</h2>
<p>
PlanDev development through AMMOS is controlled by a number documents, which are listed on the
<a
target="_blank"
href="https://wiki.jpl.nasa.gov/pages/viewpage.action?pageId=1139514661&navigatingVersions=true"
>MGSS Controlling and Reference Documents (Version 1.2)</a
>
within the MGSS space on JPL's Confluence instance.
</p>
</div>
</main>
</body>
</html>