Browse Source

Add ios (#194)

* Updating with community file

Signed-off-by: Mary Anthony <mary@blockstack.com>

* Adding in the Ios reference

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
d1861e1831
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      _common/ios_ref.md
  2. 1
      _data/navigation_core.yml
  3. 1
      _data/navigation_learn.yml
  4. 4
      _data/navigation_storage.yml
  5. 4
      _layouts/community.html

5
_common/ios_ref.md

@ -0,0 +1,5 @@
---
layout: externalurl
redirect_url: https://blockstack.github.io/blockstack-ios/
title: "Blockstack iOS Reference"
---

1
_data/navigation_core.yml

@ -32,5 +32,6 @@
- core/cmdLineRef - core/cmdLineRef
- common/javascript_ref - common/javascript_ref
- common/android_ref - common/android_ref
- common/ios_ref
- common/core_ref - common/core_ref
- core/wire-format - core/wire-format

1
_data/navigation_learn.yml

@ -36,5 +36,6 @@
docs: docs:
- common/javascript_ref - common/javascript_ref
- common/android_ref - common/android_ref
- common/ios_ref
- develop/cliDocs - develop/cliDocs
- common/core_ref - common/core_ref

4
_data/navigation_storage.yml

@ -15,6 +15,8 @@
- title: Reference - title: Reference
docs: docs:
- storage/config-schema - storage/config-schema
- storage/cliDocs
- common/javascript_ref - common/javascript_ref
- common/android_ref - common/android_ref
- common/ios_ref
- storage/cliDocs
- common/core_ref

4
_layouts/community.html

@ -8,7 +8,11 @@ layout: default
<div class="sidebar-fixed-width uk-visible@m"> <div class="sidebar-fixed-width uk-visible@m">
<div class="sidebar-docs uk-position-fixed"> <div class="sidebar-docs uk-position-fixed">
<<<<<<< HEAD
<h1 class="uk-article-title">&nbsp;</h1> <h1 class="uk-article-title">&nbsp;</h1>
=======
<h1 class="uk-article-title">Back</h1>
>>>>>>> Updating with community file
{{ content | toc_only }} {{ content | toc_only }}
</div> </div>
</div> </div>

Loading…
Cancel
Save