Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Commits
1c0abcb5
Commit
1c0abcb5
authored
Nov 07, 2015
by
Rune Madsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paths so local documentation now links correctly
parent
cdce7fc7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
16 deletions
+9
-16
document-template.html
Mobile Buy SDK/docs/templates/html/document-template.html
+0
-2
hierarchy-template.html
Mobile Buy SDK/docs/templates/html/hierarchy-template.html
+1
-3
index-template.html
Mobile Buy SDK/docs/templates/html/index-template.html
+6
-8
object-template.html
Mobile Buy SDK/docs/templates/html/object-template.html
+2
-3
No files found.
Mobile Buy SDK/docs/templates/html/document-template.html
View file @
1c0abcb5
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<title>
{{page.title}}
</title>
<link
rel=
"stylesheet"
href=
"{{page.cssPath}}"
>
<link
rel=
"stylesheet"
href=
"{{page.cssPath}}"
>
<link
rel=
"stylesheet"
href=
"/api/mobile-buy-sdk/ios/api/css/style.css"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
</head>
...
@@ -58,7 +57,6 @@
...
@@ -58,7 +57,6 @@
</div>
</div>
</article>
</article>
<script
src=
"/api/mobile-buy-sdk/ios/api/script.js"
></script>
<script
src=
"{{page.jsPath}}"
></script>
<script
src=
"{{page.jsPath}}"
></script>
</body>
</body>
</html>
</html>
...
...
Mobile Buy SDK/docs/templates/html/hierarchy-template.html
View file @
1c0abcb5
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<title>
{{page.title}}
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"/api/mobile-buy-sdk/ios/api/css/style.css"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
</head>
...
@@ -92,7 +91,6 @@
...
@@ -92,7 +91,6 @@
</div>
</div>
</article>
</article>
<script
src=
"/api/mobile-buy-sdk/ios/api/script.js"
></script>
<script
src=
"js/script.js"
></script>
<script
src=
"js/script.js"
></script>
</body>
</body>
</html>
</html>
...
@@ -108,5 +106,5 @@ Section Classes
...
@@ -108,5 +106,5 @@ Section Classes
EndSection
EndSection
Section Navigation
Section Navigation
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
index.html"
>
Home
</a></li>
<li><a
href=
"index.html"
>
Home
</a></li>
EndSection
EndSection
Mobile Buy SDK/docs/templates/html/index-template.html
View file @
1c0abcb5
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<title>
{{page.title}}
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"/api/mobile-buy-sdk/ios/api/css/style.css"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
</head>
...
@@ -57,7 +56,7 @@
...
@@ -57,7 +56,7 @@
<h2
class=
"index-title"
>
{{page.docsTitle}}
</h2>
<h2
class=
"index-title"
>
{{page.docsTitle}}
</h2>
<ul>
<ul>
{{#docs}}
{{#docs}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/docs}}
{{/docs}}
</ul>
</ul>
</div>
</div>
...
@@ -68,7 +67,7 @@
...
@@ -68,7 +67,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.classesTitle}}
</h2>
<h2
class=
"index-title"
>
{{strings.indexPage.classesTitle}}
</h2>
<ul>
<ul>
{{#classes}}
{{#classes}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/classes}}
{{/classes}}
</ul>
</ul>
</div>
</div>
...
@@ -80,7 +79,7 @@
...
@@ -80,7 +79,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.protocolsTitle}}
</h2>
<h2
class=
"index-title"
>
{{strings.indexPage.protocolsTitle}}
</h2>
<ul>
<ul>
{{#protocols}}
{{#protocols}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/protocols}}
{{/protocols}}
</ul>
</ul>
{{/hasProtocols}}
{{/hasProtocols}}
...
@@ -89,7 +88,7 @@
...
@@ -89,7 +88,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.constantsTitle}}
</h2>
<h2
class=
"index-title"
>
{{strings.indexPage.constantsTitle}}
</h2>
<ul>
<ul>
{{#constants}}
{{#constants}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/constants}}
{{/constants}}
</ul>
</ul>
{{/hasConstants}}
{{/hasConstants}}
...
@@ -98,7 +97,7 @@
...
@@ -98,7 +97,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.categoriesTitle}}
</h2>
<h2
class=
"index-title"
>
{{strings.indexPage.categoriesTitle}}
</h2>
<ul>
<ul>
{{#categories}}
{{#categories}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/categories}}
{{/categories}}
</ul>
</ul>
{{/hasCategories}}
{{/hasCategories}}
...
@@ -121,11 +120,10 @@
...
@@ -121,11 +120,10 @@
</div>
</div>
</article>
</article>
<script
src=
"/api/mobile-buy-sdk/ios/api/script.js"
></script>
<script
src=
"js/script.js"
></script>
<script
src=
"js/script.js"
></script>
</body>
</body>
</html>
</html>
Section Navigation
Section Navigation
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
hierarchy.html"
>
Hierarchy
</a></li>
<li><a
href=
"hierarchy.html"
>
Hierarchy
</a></li>
EndSection
EndSection
Mobile Buy SDK/docs/templates/html/object-template.html
View file @
1c0abcb5
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<title>
{{page.title}}
</title>
<link
rel=
"stylesheet"
href=
"../css/style.css"
>
<link
rel=
"stylesheet"
href=
"../css/style.css"
>
<link
rel=
"stylesheet"
href=
"/api/mobile-buy-sdk/ios/api/css/style.css"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1.4"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
</head>
...
@@ -370,8 +369,8 @@ EndSection
...
@@ -370,8 +369,8 @@ EndSection
Section Navigation
Section Navigation
<li><a
href=
"
/api/mobile-buy-sdk/ios/api
/index.html"
>
Index
</a></li>
<li><a
href=
"
..
/index.html"
>
Index
</a></li>
<li><a
href=
"
/api/mobile-buy-sdk/ios/api
/hierarchy.html"
>
Hierarchy
</a></li>
<li><a
href=
"
..
/hierarchy.html"
>
Hierarchy
</a></li>
EndSection
EndSection
Section JumpTo
Section JumpTo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment