diff --git a/_config.yml b/_config.yml index 22a4c143..96e20145 100644 --- a/_config.yml +++ b/_config.yml @@ -102,6 +102,10 @@ exclude: - Gemfile - Gemfile.lock - node_modules + - README.md + - THEME_README.md + - collections.json + - get-content.sh sass: style: compressed @@ -121,3 +125,5 @@ collections: output: true auth: output: true + ios: + output: true diff --git a/_data/navigation_learn.yml b/_data/navigation_learn.yml index 7bde01c8..a9a43a28 100644 --- a/_data/navigation_learn.yml +++ b/_data/navigation_learn.yml @@ -4,3 +4,4 @@ - title: SDKs docs: - android/tutorial + - ios/tutorial