Skip to content

Commit

Permalink
Merge pull request #112 from NetAppDocs/issue-110
Browse files Browse the repository at this point in the history
Issue 110 NetAppDocs/netappdocs-build@3c6cbbaaa77cae59a5599492f956fe43f0d98d4e
  • Loading branch information
IE-Build committed Dec 14, 2023
0 parents commit 0f8e8e1
Show file tree
Hide file tree
Showing 534 changed files with 2,553,015 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
65 changes: 65 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<style>
.title {
font-size: 25px;
margin: 0px;
padding: 20px 0;
}

.container-404 {
margin: 50px auto 40px auto;
width: 600px;
text-align: center;
}

p {
color: rgba(0, 0, 0, 0.5);
margin: 0px;
line-height: 1.6;
padding: 20px 0;
}

.info-404 {
font-size: 50px;
}

.netapp-site-link {
display: inline-flex;
align-items: center;
}

.netapp-link-text {
font-size: 25px;
}

.netapp-link-arrow {
padding-right: 2px;
transform: rotate(180deg);
height: 17px;
}
.ntap-logo {
height: 60px;
}
</style>
<head>
<meta name="robots" content="noindex" />
</head>
<body>
<div class="container-404">
<p>
<strong class="info-404">Page Not Found</strong>
</p>
<h1 class="title">404</h1>
<p>
<a target="_self" class="netapp-site-link" href="https://docs.netapp.com">
<text class="netapp-link-text">docs.netapp.com</text>
<img class="netapp-link-arrow" src="https://raw.githubusercontent.com/NetAppDocs/common/main/media/404-error-left-arrow.png" alt="">
</a>
</p>
<p>
<img class="ntap-logo" src="https://raw.githubusercontent.com/NetAppDocs/common/main/media/404-error-na-logo.svg" alt="">
</p>
</div>
</body>
</html>
34 changes: 34 additions & 0 deletions audit/audit-x-doc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"paths": {
"/audit/{accountId}": {
"get": {
"x-doc": {
"title": "Retrieve account records",
"category": "audit",
"filename": "get-audit.html",
"subcategory": null
}
}
},
"/audit/{accountId}/{service}/{requestId}/records": {
"get": {
"x-doc": {
"title": "Retrieve records by service",
"category": "audit",
"filename": "get-audit--records.html",
"subcategory": null
}
}
},
"/audit/{accountId}/options": {
"get": {
"x-doc": {
"title": "Retrieve audit options",
"category": "audit",
"filename": "get-audit-options.html",
"subcategory": null
}
}
}
}
}
Loading

0 comments on commit 0f8e8e1

Please sign in to comment.