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
3bab1816
Commit
3bab1816
authored
Nov 09, 2015
by
Rune Madsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #52 from Shopify/chore/runmad.update-documentation
Fix paths so local documentation now links correctly
parents
dae19c4c
1c0abcb5
Hide 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 @
3bab1816
...
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<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"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
...
...
@@ -58,7 +57,6 @@
</div>
</article>
<script
src=
"/api/mobile-buy-sdk/ios/api/script.js"
></script>
<script
src=
"{{page.jsPath}}"
></script>
</body>
</html>
...
...
Mobile Buy SDK/docs/templates/html/hierarchy-template.html
View file @
3bab1816
...
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<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"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
...
...
@@ -92,7 +91,6 @@
</div>
</article>
<script
src=
"/api/mobile-buy-sdk/ios/api/script.js"
></script>
<script
src=
"js/script.js"
></script>
</body>
</html>
...
...
@@ -108,5 +106,5 @@ Section Classes
EndSection
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
Mobile Buy SDK/docs/templates/html/index-template.html
View file @
3bab1816
...
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<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"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
...
...
@@ -57,7 +56,7 @@
<h2
class=
"index-title"
>
{{page.docsTitle}}
</h2>
<ul>
{{#docs}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/docs}}
</ul>
</div>
...
...
@@ -68,7 +67,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.classesTitle}}
</h2>
<ul>
{{#classes}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/classes}}
</ul>
</div>
...
...
@@ -80,7 +79,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.protocolsTitle}}
</h2>
<ul>
{{#protocols}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/protocols}}
</ul>
{{/hasProtocols}}
...
...
@@ -89,7 +88,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.constantsTitle}}
</h2>
<ul>
{{#constants}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/constants}}
</ul>
{{/hasConstants}}
...
...
@@ -98,7 +97,7 @@
<h2
class=
"index-title"
>
{{strings.indexPage.categoriesTitle}}
</h2>
<ul>
{{#categories}}
<li><a
href=
"
/api/mobile-buy-sdk/ios/api/
{{href}}"
>
{{title}}
</a></li>
<li><a
href=
"{{href}}"
>
{{title}}
</a></li>
{{/categories}}
</ul>
{{/hasCategories}}
...
...
@@ -121,11 +120,10 @@
</div>
</article>
<script
src=
"/api/mobile-buy-sdk/ios/api/script.js"
></script>
<script
src=
"js/script.js"
></script>
</body>
</html>
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
Mobile Buy SDK/docs/templates/html/object-template.html
View file @
3bab1816
...
...
@@ -6,7 +6,6 @@
<title>
{{page.title}}
</title>
<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"
>
{{#strings.appledocData}}
<meta
name=
"generator"
content=
"{{tool}} {{version}} (build {{build}})"
>
{{/strings.appledocData}}
</head>
...
...
@@ -370,8 +369,8 @@ EndSection
Section Navigation
<li><a
href=
"
/api/mobile-buy-sdk/ios/api
/index.html"
>
Index
</a></li>
<li><a
href=
"
/api/mobile-buy-sdk/ios/api
/hierarchy.html"
>
Hierarchy
</a></li>
<li><a
href=
"
..
/index.html"
>
Index
</a></li>
<li><a
href=
"
..
/hierarchy.html"
>
Hierarchy
</a></li>
EndSection
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