-
Notifications
You must be signed in to change notification settings - Fork 87
/
_config.yml
46 lines (41 loc) · 1.15 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
title: Meteor React Tutorial
subtitle: React Tutorial
versions:
- '1'
versioned-netlify-redirects:
netlify_site_id: meteor-react-tutorial
logo:
title:
subtitle: React Tutorial
sidebar_categories:
null:
- index
Simple Todos:
- simple-todos/01-creating-app
- simple-todos/02-collections
- simple-todos/03-forms-and-events
- simple-todos/04-update-and-remove
- simple-todos/05-styles
- simple-todos/06-filter-tasks
- simple-todos/07-adding-user-accounts
- simple-todos/08-adding-login-with-github
- simple-todos/09-methods
- simple-todos/10-publications
- simple-todos/11-running-on-mobile
- simple-todos/12-testing
- simple-todos/13-deploying
- simple-todos/14-next-steps
Simple Todos with GraphQL:
- simple-todos-graphql/index
- simple-todos-graphql/01-graphql-setup
- simple-todos-graphql/02-specific-data
- simple-todos-graphql/03-first-query
- simple-todos-graphql/04-first-mutation
- simple-todos-graphql/05-next-steps
github_repo: 'meteor/react-tutorial'
url: http://react-tutorial.meteor.com/
root: /
source_dir: tutorial
content_root: tutorial
highlight:
enable: false