-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare ios docs for new infra * Add sidebar config * Update ExpansionPanelList components * Update code fences * Move _redirects file * Fix links * Update docset title * Update sidebar config * Add version to ios docs config * Remove imports and fix links * Remove mb from homepage button * Add algolia filters
- Loading branch information
1 parent
52bbeac
commit 6aee64a
Showing
28 changed files
with
162 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
/tutorial /docs/ios/tutorial/tutorial-introduction | ||
/tutorial/tutorial-create-project /docs/ios/tutorial/tutorial-add-sdk | ||
/docs/ios/tutorial/tutorial-create-project /docs/ios/tutorial/tutorial-add-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"title": "Client (iOS)", | ||
"version": "0.X", | ||
"algoliaFilters": [ | ||
"docset:ios" | ||
], | ||
"sidebar": { | ||
"Introduction": "/", | ||
"Installation": "/installation", | ||
"API Reference": "/api-reference", | ||
"Tutorial": { | ||
"0. Introduction": "/tutorial/tutorial-introduction", | ||
"1. Add the Apollo SDK": "/tutorial/tutorial-add-sdk", | ||
"2. Obtain your GraphQL schema": "/tutorial/tutorial-obtain-schema", | ||
"3. Execute your first query": "/tutorial/tutorial-execute-query", | ||
"4. Connect your queries to your UI": "/tutorial/tutorial-query-ui", | ||
"5. Paginate results": "/tutorial/tutorial-pagination", | ||
"6. Complete the detail view": "/tutorial/tutorial-detail-view", | ||
"7. Enable authentication": "/tutorial/tutorial-authentication", | ||
"8. Define additional mutations": "/tutorial/tutorial-mutations", | ||
"9. Write your first subscription": "/tutorial/tutorial-subscriptions" | ||
}, | ||
"Usage": { | ||
"Downloading a schema": "/downloading-schema", | ||
"Creating a client": "/initialization", | ||
"Fetching queries": "/fetching-queries", | ||
"Performing mutations": "/mutations", | ||
"Using fragments": "/fragments", | ||
"Client-side caching": "/caching", | ||
"Subscriptions": "/subscriptions", | ||
"Swift scripting": "/swift-scripting", | ||
"Request pipeline (advanced)": "/request-pipeline" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.