generated from AdobeDocs/dev-site-documentation-template
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from AdobeDocs/ds_graphql
Full-page WebAPI GraphQL API reference
- Loading branch information
Showing
10 changed files
with
73,243 additions
and
155,469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<div id="page" class="drawer-layout"> | ||
{{! DO THE NAVIGATION }} | ||
<div id="sidebar"> | ||
<div class="sidebar-top-container"> | ||
<div id="logo"> | ||
{{#if logoData }} | ||
<img src="data:image/png;base64,{{logoData}}" title="{{info.title}}" /> | ||
{{else if logoUrl}} | ||
<a href="https://developer.adobe.com/commerce/webapi/graphql/"><img src="{{logoUrl}}" title="{{info.title}}" /> | ||
<strong class="spectrum-Heading spectrum-Heading--sizeXXS" style="text-align: center; display: block; color: #FA0F00;">Adobe Developer</strong> | ||
</a> | ||
{{else if logoImageName}} | ||
<img src="images/{{logoImageName}}" title="{{info.title}}" /> | ||
{{/if}} | ||
</div> | ||
<button class="close-button" type="button"> | ||
<span aria-hidden="true">×</span> | ||
<span class="sr-only">Close menu</span> | ||
</button> | ||
</div> | ||
{{>layout/nav/main}} | ||
</div> | ||
|
||
<div id="docs"> | ||
{{>layout/nav/mobile-navbar}} | ||
{{>layout/content/main}} | ||
<div class="drawer-overlay"></div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.