-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtoc.html
25 lines (25 loc) · 1.37 KB
/
toc.html
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
---
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Table of Contents</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="toc">
<h1>Table of contents</h1>
<{{site.tocParent}} class="table-of-contents">
<{{site.tocChild}}><a href="book.html#executivesummary">Executive Summary</a></{{site.tocChild}}>
<{{site.tocChild}}><a href="book.html#introduction">Introduction</a></{{site.tocChild}}>
<{{site.tocChild}}><a href="book.html#pevsdevops">Platform Engineering vs DevOps</a></{{site.tocChild}}>
<{{site.tocChild}}><a href="book.html#requirements">Functional and Non-Functional Requirements</a></{{site.tocChild}}>
<{{site.tocChild}}><a href="book.html#tenpillars">Platform Engineering Non-Functional Requirements</a></{{site.tocChild}}>
<{{site.tocChild}}><a href="book.html#responsibility">Platform Engineering Responsibility Models</a></{{site.tocChild}}>
<{{site.tocChild}}><a href="book.html#pevalue">The Value of Platform Engineering</a></{{site.tocChild}}>
<{{site.tocChild}}><a href="book.html#planning">Planning your DEaaS implementation</a></{{site.tocChild}}>
</{{site.tocParent}}>
</div>
</body>
</html>