Browse Source

Adding in ios

Signed-off-by: moxiegirl <mary@blockstack.com>
feat/clarity-updates
moxiegirl 6 years ago
parent
commit
f41bd0e650
  1. 6
      _config.yml
  2. 1
      _data/navigation_learn.yml

6
_config.yml

@ -102,6 +102,10 @@ exclude:
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- node_modules - node_modules
- README.md
- THEME_README.md
- collections.json
- get-content.sh
sass: sass:
style: compressed style: compressed
@ -121,3 +125,5 @@ collections:
output: true output: true
auth: auth:
output: true output: true
ios:
output: true

1
_data/navigation_learn.yml

@ -4,3 +4,4 @@
- title: SDKs - title: SDKs
docs: docs:
- android/tutorial - android/tutorial
- ios/tutorial

Loading…
Cancel
Save